Changelog for
libocsync-doc-0.80.0-16.1.i586.rpm :
* Tue Jun 25 2013 danimoAATTowncloud.com- updated to 0.80.0
* Big file chunking (e.g. up/download of big files)
* Resuming (download of big files will resume)
* Fix false conflicts when database is corrupt/missing
* Fix false conflicts when file is locked
* Put legitimate conflict files only on client side
* Fix unreliable sync after push_file failed
* Fix rename due to inode cast error
* Make chunking work on nginx setups or through nginx proxies
* Improve error reporting in csync_update
* Clean progress database on csync_commit
* Fix issues detected by Coverity
* Fix conflict file appearing when a file cannot be stated
* Do not shadow server errors by not downloading files that have failed to download in the past
* Mon Apr 22 2013 danimoAATTowncloud.com- update to version 0.70.7
* [Fixes] Resource exhaustion
* Better logging of statedb-related errors
* Thu Apr 11 2013 danimoAATTowncloud.com- Fix patch for older linux distros
* Thu Apr 11 2013 freitagAATTowncloud.com- Adopt remove_signal.dif to current source of ocsync.
* Thu Apr 11 2013 danimoAATTowncloud.com- update to version 0.70.6
* [Fixes] Try to avoid to upload incomplete files
* [Fixes] Increase read timeout to 300 seconds
* [Fixes] Handle IGNORE status correctly
* [Fixes] Set path and phash for ignored files
* [Fixes] Fix some issues discovered by Coverity
* [Fixes] Make sure to never allow empty pathes in rmdir
* [Fixes] Fix a crash caused by superfluous free() calls
* Tue Apr 02 2013 freitagAATTowncloud.com- update to version 0.70.5
* detect \'wrong\' conflict files on client side.
* [Fixes] Give context to module to enable logging (cmd client).
* [Fixes] Fix version table contents.
* [Fixes] Fix handling of non statable files on Win32.
* [Fixes] Fix renames on clientside on read only shares.
* [Fixes] Various small fixes and improvements.
* Tue Mar 05 2013 freitagAATTowncloud.com- Dropped building the sftp and ssh backends for ocsync.
* Tue Feb 26 2013 freitagAATTowncloud.com- Now changes in RC phase for ocsync, releasing 0.70.4 for 1.2.1.
* Thu Feb 21 2013 freitagAATTowncloud.com- Fixed debian package version.
* Thu Feb 21 2013 freitagAATTowncloud.com- Update to version 0.70.4 which is for owncloud client 1.2.1RC1.
* Thu Feb 21 2013 freitagAATTowncloud.com- Adopted patch required for iniparser on Fedora platforms.
* Wed Feb 20 2013 freitagAATTowncloud.com- copy from :devel to :devel:daily.
* Thu Jan 24 2013 freitagAATTowncloud.com- Update to 0.70.3, ocsync version for oCC 1.2.0
* [Platform] Improved module parameter system.
* [Platform] New logging framework. Dropped log4c dependency.
* [Platform] New API to provide sync progress information.
* [Fixes] More efficiency for the ownCloud plugin through less HTTP requests to the server.
* [Fixes] ownCloud plugin: Improved upload performance.
* [Fixes] Improved error reporting to mirall.
* [Fixes] ownCloud plugin: Improved interpretation of HTTP error codes.
* [Fixes] ownCloud plugin: Do not abort on errors with individual files any more.
* [Fixes] ownCloud plugin: Use renamed session cookie correctly.
* [Fixes] Lots of other minor fixes.
* [MacOSX] Use libneon with proper big file support.
* [Win32] Use libneon with openSSL support now.
* Thu Jan 17 2013 freitagAATTowncloud.com- Update to 0.70.1, ocsync version for oCC 1.2.0 beta2
* Fri Dec 21 2012 freitagAATTowncloud.com- Update to first beta version of the 1.2.0 release.
* Thu Nov 22 2012 freitagAATTowncloud.com- Update to v0.60.2, needed for ownCloud client 1.1.2
* Migration to cross platform testing system cmocka.
* Fixed variuos minor things incl. potential mem leaks.
* Clang fixes.
* Moved journal database to sync directory.
* Fixed more csync->ocsync renaming issues.
* Fixed statedb query below path.
* Fixed win32 Daylight Saving Time issues.
* Allow static linking with iniparser and sqlite.
* Win32: Fix CreateHandle function in local stat.
* Win32: More wide char fixes.
* Added version table to journal database.
* Fixes for HTTP reply computation.
* Stricter error checks on PROPFIND results.
* Workaround for DST influenced times from previous versions.
* Detect looping in mkdirs to fix sharing.
* Thu Oct 18 2012 danimoAATTowncloud.com - Update to v0.60.1, needed for ownCloud client 1.1.1
* Fix improper memory cleanup which could cause memory leaks and crashes
* Fix memory leak
* Allow single quote (\') in file names
* Remove stray temporary files
* Wed Oct 10 2012 freitagAATTowncloud.com- Update to v0.60.0, needed for ownCloud client 1.1.0
* simplification of pac based proxy support.
* Renamed ownCloud version of csync to ocsync for ownCloud.
* Migration paths for csync database and config.
* Fixed that exclude patterns are also tested on files basenames.
* Fixed return type for query function if no database exists.
* minor code fixes
* Fixed crash by removing a bogus free.
* More useful logging.
* ownCloud: Maintain the http session by handling the HTTP Cookie.
* Fixed strncpy handling (mkdir on windows problem).
* extend database with columns uniq id and type.
* Use server maintained uniq IDs for update detection instead of mtimes.
* Maintain uniq IDs in local database
* Handle change propagation through the file tree locally and remote.
* Added module to build a file tree from the local database (dbtree.c)
* Added methods to query IDs from the server and maintain it locally.
* Fri Oct 05 2012 freitagAATTowncloud.com- Update to v0.50.11 Beta from now on this package is called ocsync to not confuse with the upstream csync.
* Thu Sep 20 2012 freitagAATTowncloud.com- Update to v0.50.10 Beta
* Fri Aug 31 2012 msrexAATTowncloud.com- Update to v0.50.9 Beta
* Thu Aug 30 2012 msrexAATTowncloud.com- Update to v0.50.8:
* Inode equivalent support for Win32 platforms to support rename
* ownCloud supports propagates renames from local to webdav MOVE
* ownCloud module works with proxy, settings from mirall.
* improved CMake modules (openSSL)
* Fixed namespace for lastmodified propset.
* Added cmocka based tests for ownCloud module.
* Added a config_test.h config header file.
* Fix link handling: Ignore symlinks.
* Modules can now report their capabilities to csync core.
* A lot of minor fixes and improvements.
* Fri Jun 22 2012 freitagAATTowncloud.com- update to version 0.50.7 (released 2012-06-19)
* Added ability to log to a callback, ie. let the app catch the log output
* Added push to remote without pushing to temp file first.
* Fixed file copy function to use wide character (win32).
* Fixed loading of statedb if user has special char (win32).
* Wed May 16 2012 freitagAATTowncloud.com- update to final 0.50.6
* Directories with \'strange\' characters broke sync. (oC bug #613)
* Special characters in Windows did not sync correctly. (oC bug #478)
* Make neon redirecting
* Switch logging off on Apple to not fill the syslog. (oC bug #622)
* Fri May 11 2012 freitagAATTowncloud.com- update to beta of 0.50.6, next release.
* Fri Apr 20 2012 msrexAATTowncloud.com- reformat debian packaging files
* Thu Apr 19 2012 msrexAATTowncloud.com- clean-up convoluted requires
* Thu Apr 19 2012 msrexAATTowncloud.com- also disable sftp module on SLES
* Wed Apr 18 2012 msrexAATTowncloud.com- re-enable sftp-module on fedora
* Wed Apr 18 2012 msrexAATTowncloud.com- disable sftp-module on RHEL and CentOS
* Wed Apr 18 2012 msrexAATTowncloud.com- fix dependencies for RHEL / CentOS
* Wed Apr 18 2012 msrexAATTowncloud.com- changes to debian packaging
* Wed Apr 18 2012 freitagAATTopensuse.org- version 0.50.5 (released 2012-04-18) required for owncloud client 1.0.1
* removed argp lib dependency
* simplified and fixed CMake files
* MacOS porting efforts
* more granular error reports, thread save
* Mon Apr 02 2012 freitagAATTopensuse.org- Update to upstream version 0.50.4 with more fine tunes and fixes.
* Mon Apr 02 2012 freitagAATTopensuse.org- Disable sftp for SLES as the package is too old.
* Mon Mar 26 2012 freitagAATTopensuse.org- Update to internal beta version 0.50.3 with more bugfixes.
* Tue Mar 13 2012 freitagAATTopensuse.org- Update to internal beta version 0.50.2 with more bugfixes.
* Fri Mar 02 2012 freitagAATTopensuse.org- Update to internal beta version 0.50.1
* Wed Feb 22 2012 freitagAATTopensuse.org- Update to upstream beta version 0.49.9:
* Added owncloud module.
* Added backup reconciler.
* Fixed serveral bugs.
* Tue Feb 16 2010 anschneiderAATTexsuse.de- Build always with libssh support.
* Mon Feb 15 2010 anschneiderAATTexsuse.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 jengelhAATTmedozas.de- Package baselibs.conf
* Mon May 25 2009 anschneiderAATTexsuse.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 anschneiderAATTexsuse.de- Fix Fedora build.- Change the way how to set CFLAGS.