Version: 0.50.0-bp152.2.20
* Tue Oct 30 2018 Klaas Freitag <opensuse@freisturz.de>
- Add fix-missing-const.patch: Fix a compile error on Leap 15.1
Fixes boo#1113889
* Mon Jun 29 2015 tjcw@physics.org
- Fix build break by changing __FUNCTION__ to __func__
* csync_log.h.patch
* Mon Mar 16 2015 dimstar@opensuse.org
- Fix popd usage: since bash 4.3, it only takes a numeric argument.
* Mon Jun 30 2014 freitag@owncloud.com
- BuildRequire pkg-config to make cmake find its libraries again.
* Fri Sep 13 2013 jmcdonough@suse.com
- Update to version 0.50.0.
* Added an owncloud module
* Added a backup mode to the reconciler
* Added new logging framework (removed log4c dependency)
* Added new config parser (removed iniparser dependency)
* Added capabilities for modules
* Added content checking in conflict case
* Improved database performance and integrity checks
* Improved error reporting
- Add fix-cmake-on-pre-12.patch: Fix building on older systems
* Tue Feb 16 2010 anschneider@exsuse.de
- Build always with libssh support.
* Mon Feb 15 2010 anschneider@exsuse.de
- Update to version 0.44.0.
* Migrated sftp module to libssh 0.4.
* Added more cache entries to the default config.
* Added missing requirements.
* Fixed build warnings.
* Fixed some memory leaks using sftp attributes.
* Some code cleanups.
* Sun Jan 31 2010 jengelh@medozas.de
- Package baselibs.conf
* Mon May 25 2009 anschneider@exsuse.de
- Update to version 0.43.0.
* Added SFTP support with libssh 0.3.
* Added possibility to pass userdata to the auth function.
* Added a better version function.
* Fixed CMake build.
* Fixed CMake find modules.
* Fixed some flaws in cstd functions.
* Documented all public functions.
* Fri Apr 17 2009 anschneider@exsuse.de
- Fix Fedora build.
- Change the way how to set CFLAGS.
* Thu Feb 26 2009 anschneider@suse.de
- Update to version 0.42.0
* Small fix in the userguide.
* Fri Jan 23 2009 anschneider@suse.de
- Update to version 0.42.0 rc3
* Added checks for unix extensions.
* Added more documentation to the userguide.
* Fixed loading of plugins.
* Fixed call for deletion functions.
* Normalize the path to <hostname>/<path> for the statedb filename.
* More change name of client options to be more descriptive.
- Add recommends for the plugins.
* Thu Jan 08 2009 anschneider@suse.de
- Fix loading of plugins.
- Add requires to the plugins.
* Thu Jan 08 2009 anschneider@suse.de
- Update to version 0.42.0 rc2
* Reduced syscalls
* Fixed a bug in the state database
* Fixed libsmbclient support
* Completed userguide
* Fri Dec 05 2008 anschneider@suse.de
- Update to version 0.42.0 rc1
libcsync:
* Reduced calls of syscall functions.
* Added own function to create a temporary filename.
* Fixed libsmbclient 3.0.x support.
* Wed Sep 10 2008 anschneider@suse.de
- Created a subpackage for each plugin and for the user guide
- Update to version 0.42.0 beta1
libcsync:
* Added a sftp module using libssh
* Added user guide (just a start)
* Added testcase for update detection
* Added a function to parse an uri to cstdlib
* Updated the manpage
* Fixed some segfaults in cstdlib
* Fixed some memory leaks
csync:
* Improved the auth callback
* Thu Jul 03 2008 anschneider@suse.de
- Set the right group for the different packages
* Wed Jul 02 2008 anschneider@suse.de
- Update to version 0.42.0 alpha4
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
* Fri Jun 27 2008 anschneider@suse.de
- Fixed csync on PPC
* Wed Jun 25 2008 anschneider@suse.de
- Update to version 0.42.0 alpha3
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