From 867b8252ad1e0ee6b9f5a0b14c08d2fc3dfe7219 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 25 Jun 2008 13:55:03 +0200 Subject: [PATCH] Update changelog and files for 0.42.0 alpha3. --- CPackConfig.cmake | 4 ++-- ChangeLog | 16 +++++++++++++++- src/csync.h | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CPackConfig.cmake b/CPackConfig.cmake index 9d72daac4..d58483a31 100644 --- a/CPackConfig.cmake +++ b/CPackConfig.cmake @@ -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}") diff --git a/ChangeLog b/ChangeLog index 513915e65..9dd1af78e 100644 --- a/ChangeLog +++ b/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 diff --git a/src/csync.h b/src/csync.h index 3ea53b2d2..6c537b3b6 100644 --- a/src/csync.h +++ b/src/csync.h @@ -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