зеркало из https://github.com/nextcloud/desktop.git
Update changelog and files for 0.42.0 alpha3.
This commit is contained in:
Родитель
9934a2842c
Коммит
867b8252ad
|
@ -11,10 +11,10 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "User level bidirectional client only file
|
|||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
|
||||
|
||||
### versions
|
||||
set(CPACK_PACKAGE_VERSION "0.41.92")
|
||||
set(CPACK_PACKAGE_VERSION "0.41.93")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "0")
|
||||
set(CPACK_PACKAGE_VERSION_MINOR "41")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "92")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "93")
|
||||
|
||||
set(CPACK_GENERATOR "TGZ")
|
||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
|
||||
|
|
16
ChangeLog
16
ChangeLog
|
@ -1,9 +1,23 @@
|
|||
ChangeLog
|
||||
==========
|
||||
|
||||
version 0.42.0 alphar3 (released 2008-06-25)
|
||||
|
||||
libcsync:
|
||||
* Added a tree merger to write a complete journal
|
||||
* Added support to run csync without a journal
|
||||
* Fixed kerberos support in csync_smb module
|
||||
* Fixed closing of files after the copy
|
||||
* Fixed update detection to detect special files (fifo, pipes,
|
||||
char devices, ..)
|
||||
* Fixed O_NOATIME flag on open() if we don't have the permission
|
||||
|
||||
csync:
|
||||
* Add a variable to run csync completely without a journal
|
||||
|
||||
version 0.42.0 alpha2 (released 2008-06-16)
|
||||
|
||||
libcsync:
|
||||
libcsync:
|
||||
* Peformance improvements
|
||||
* Add more directories to the standard exclude file
|
||||
* Bugfixes
|
||||
|
|
|
@ -43,7 +43,7 @@ extern "C" {
|
|||
#define CSYNC_VERSION_MAJOR 0
|
||||
#define CSYNC_VERSION_MINOR 42
|
||||
#define CSYNC_VERSION_PATCH 0
|
||||
#define CSYNC_VERSION_STRING "csync version 0.42.0 alpha2"
|
||||
#define CSYNC_VERSION_STRING "csync version 0.42.0 alpha3"
|
||||
|
||||
/*
|
||||
* csync file declarations
|
||||
|
|
Загрузка…
Ссылка в новой задаче