Skip to content

Commit 13ac2e8

Browse files
committed
Added: ChangeLog
1 parent 9d2b6cc commit 13ac2e8

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

CHANGELOG

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

0 commit comments

Comments
 (0)