forked from subutux/sogosync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
executable file
·75 lines (72 loc) · 2.84 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Changes from v0.3.0 to v0.4.0
- Z-Push 2.0
- Updated: documentation
- Added: wiki
- Changed: Improved carddav speed on big (+400) addressbook
- Fixed: CalDAV event reminder (issue #7)
- Fixed: Unknown WebClient warning in SOGo
- Fixed: MimeType 'text/*' warning in SOGo
- Fixed: CalDAV 2 way sync (issue #30)
- Fixed: alldayevent start & endtime (issue #36)
Changes from v0.2.0 to v0.3.0
- Z-Push 1.5.10
- Fixed: PHP Parse error in CardDAV
- Added: CardDAV/CalDAV Body truncate
- Fixed: vCard.php Parse Error (issue #18)
- Updated: vCard parser to version 0.4.5
- Added: CardDAV/CalDAV readonly feature (issue #13)
- Fixed: CalDAV trunk body description
- Fixed: CalDAV event reminder (issue #7)
- Changed: Added version
- Fixed: CardDAV duplicate contact create (issue #12)
- Changed: Reformat with tab
- Updated: vCard parser to version 0.4.4
- Fixed: Remove pgsql dependency (issue #10)
- Updated: vCard parser to version 0.4.2
Changes from v0.1.0 to v0.2.0
- Z-Push 1.5.9
- Added: new parameter for CardDAV
- Updated: improved algorithm
- Fixed: start to work with Android
- Fixed: looping due to missing casting
- Added: Make personal addressbook as SYNC_FOLDER_TYPE_USER_CONTACT
- Added: new CalDAV dependencies
- Removed: iCal parser, now using the default one included in libawl
- Added: new parameter for CalDAV
- Added: delete and write method for CalDAV
- Added: delete and write method
- Fixed: Fixed a missing parameter in preg_match_all. Third parameter in preg_match_all is mandatory for PHP <5.4
- Added: easy access to data object
- Added: update author to change a line to commit (issue #6)
- Added: support for HTTP Digest authentication
- Fixed: Comment all printf's in the CalDAV-client. This causes sync issues otherwise.
- Fixed: Fix bug in CalDAV-client code
- Fixed: Fix delimiters
- Fixed: response headers
- Changed: update CardDAV client library from 0.5.1 to 0.5.2
- Fixed: remove password from debug log (issue #3)
- Changed: User Agent string to avoid warning log in SOGo
- Updated: version number
- Added: RedHat OS dependancy list
- Changed: sync code to new CardDAV client library
- Changed: update CardDAV client library from 0.4.8 to 0.5.1
Initial Release v0.0.1
- Z-Push 1.5.8
- Fixed: initial release with CalDAV/CardDAV (Issue #2)
- Change: include_path, no more submodule
- Added: CardDAV client library
- Deleted: remove submodule
- Changed: Remove all submodule
- Add: initial support for CardDAV
- Fixed: messing up with git, reverting
- Fixed: fix the URL schema to clone URL
- Added: AddressBook listing
- Changed: registered the submodule with the public clone URL
- Fixed: Ignore useless file
- Fixed: typo in variable name property
- Fixed: caldav url is now base on configuration (not static)
- Added: SOGOSYNC_VERSION
- Fixed: correct package list to be install
- Add CardDAV include path
- Fixed: Missing include awl path (Issue #1)
- Initial documentation