Change version to 0.42.0 alpha4 and update ChangeLog.

This commit is contained in:
Andreas Schneider 2008-07-02 10:59:37 +02:00
parent 9a96239e7c
commit f54b36fe7a
3 changed files with 17 additions and 3 deletions

View file

@ -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.93")
set(CPACK_PACKAGE_VERSION "0.41.94")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "41")
set(CPACK_PACKAGE_VERSION_PATCH "93")
set(CPACK_PACKAGE_VERSION_PATCH "94")
set(CPACK_GENERATOR "TGZ")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")

View file

@ -1,6 +1,20 @@
ChangeLog
==========
version 0.42.0 alpha4 (released 2008-07-02)
libcsync:
* Added the possibility to run csync completely without a journal
* Improved chmod calls during propagation. Most of the time we use the
default mode and don't need to call chmod.
* Improved the exclude list handling in the file tree walker. This
increased the speed of the update detection.
* Fixed csync on PPC
* Fixed serveral small bugs
csync:
* Added commandline option to run csync completely without a journal
version 0.42.0 alpha3 (released 2008-06-25)
libcsync:

View file

@ -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 alpha3"
#define CSYNC_VERSION_STRING "csync version 0.42.0 alpha4"
/*
* csync file declarations