mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 14:05:58 +03:00
56 lines
1.5 KiB
Text
56 lines
1.5 KiB
Text
ChangeLog
|
|
==========
|
|
|
|
version 0.42.0 beta1 (released 2008-09-10)
|
|
|
|
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
|
|
|
|
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
|
|
* Added a manpage
|
|
|
|
version 0.42.0 alpha3 (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:
|
|
* Peformance improvements
|
|
* Add more directories to the standard exclude file
|
|
* Bugfixes
|
|
|
|
version 0.42.0 alpha1 (released 2008-06-02)
|
|
|
|
* Initial release
|