From 15880e9aaa571b4fb1988cead91b76fd4349c7d9 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 26 Sep 2010 00:45:45 +1200 Subject: [PATCH] Changes in 0.9.9.3 --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7d3e29a4..800e0b72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,25 @@ +2010-09-25 Andrew McMillan + * Release 0.9.9.2 + * Rename 'Import Calendars' to 'Tools' since LDAP is more likely. + * Add an 'all' regression set which creates the initial DB for the others. + * If we get an unknown sync token, just sync everything. + * Minor refactoring of DAVResource. + * Consistently use ETags with quoting. + * Add configuration option to use older 'sync-response' tag. + * Provide correct getcontenttype property for addressbook resources. + +2010-09-24 Andrew McMillan + * Allow basic auth to supply login credentials. + * Display the bindings a principal has access to. + * Fix various bugs with handling of addressbook resources. + +2010-09-23 Andrew McMillan + * Regression tests need to check sync on addressbook collections. + * Make the sync report work with non-calendar resources. + * Fix write_sync_changes to cope with non-calendar resources. + 2010-09-21 Andrew McMillan + * Release 0.9.9.2 * [principal/collection edit] Add display of tickets and bindings. 2010-09-20 Andrew McMillan