-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
41 lines (36 loc) · 1.32 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
CHANGELOG
=========
version 0.3.1 (released 2013-11-23)
-------------
* Added bandwidth throttling.
* Raise an error if no url is defined at all.
* Print csync version to error output.
* Updated the csync_ftw_type_e to the values of 0.90.4.
* Updated the csync_notify_type_e to the values of 0.90.4.
* Updated the csync_error_codes_e to the values of 0.90.4.
* Fixed: Authentication callback prints real password in debug mode.
* Fixed: Indent in csync/csynclib.py.
version 0.3 (released 2013-04-15)
-----------
* binary command is now called oclient.
* Manpage created.
* keyring bugfixes.
* tested against version 0.70.5 of csync library.
* will prompt for password if not specified in other ways.
* has a setup.py and can be properly 'packaged' now.
* better finding of the csync C library
* uses python-keyring to use the same passwords as the owncloud-client if
available
* LICENSE and copyright changes, now all GPL-2
* fixed how we handle versioning to be better.
version 0.2 (released 2013-03-12)
-----------
* Lots of UI cleanup
* loads more error checking
* Works beyond the orignal author's machine.
* Thanks to Weuxel (https://github.com/Weuxel) for lots of documenation
and cleanup.
* Thanks to duck (https://github.com/duck) for lots of testing!
version 0.1 (released 2013-03-09)
-----------
* Initial release