Update changelog and files for 0.42.0 alpha3.

This commit is contained in:
Andreas Schneider 2008-06-25 13:55:03 +02:00
Родитель 9934a2842c
Коммит 867b8252ad
3 изменённых файлов: 18 добавлений и 4 удалений

Просмотреть файл

@ -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}")

Просмотреть файл

@ -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