diff --git a/ChangeLog b/ChangeLog index 9adf9ce6..10cbc7c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2010-03-09 Andrew McMillan + * New Svenska localisation from Emil Lundberg + * Need to depend on new version of AWL. + * Migrated DELETE to AwlQuery wrapper. + +2010-03-08 Andrew McMillan + * Rewrite OPTIONS response to use DAVResource. + * AwlQuery::QDo() method for quick queries where we don't parse the resultset. + * Add configuration setting to optionally restrict /setup.php to admin. + +2010-03-07 Andrew McMillan + * Link to the DAViCal website, rather than SourceForge. + * Check precondition to disallow creating collections in a schedule-inbox. + * Move PreconditionFailed and MalformedRequest into $request methods. + * Switch to HavePrivilegeTo() to ensure we catch tickets. + * Correct misspelled __LINE__ references. + +2010-03-06 Andrew McMillan + * Check permission on MOVE destination. + * Add an empty response to the DAV::group property. + * All schedule-deliver privileges should be included in default. + * Use NeedPrivilege to respond to access denied. + +2010-03-05 Andrew McMillan + * Provide some rudimentary statistics about the setup. + * With readonly_webdav_collections set we should write nothing! + * Check we have actually got an XML body if we got a content-type XML. + * Correct setup of locale. + +2010-03-04 Andrew McMillan + * Properly respond with elements inside + * Validating user/collection names. Updating fullname/displayname. + * Some long overdue updates to the installation docs. + * Switch always.php over to AwlQuery. + +2010-03-03 Andrew McMillan + * Migrate MKCOL script to AwlQuery wrapper. + * Add transaction helpers to query class. + +2010-03-02 Andrew McMillan + * Updated collection / principal edit, with better l10n. + +2010-02-28 Andrew McMillan + * Correct allprop/include processing. + * Use 'Revoke' rather than 'Delete' for grants, and 'Remove' for group members. + * Add an option to restrict visible contents to a limited date range. + +2010-02-27 Andrew McMillan + * Tweak privileges_list() to work in older Pg versions. + +2010-02-26 Andrew McMillan + * Tweak 'we don't support this' response to scheduling requests. + +2010-02-26 Masahiro Mikami + * Updated Japanese localisation. + +2010-02-26 Andrew McMillan + * Modification of protected properties should be a 403. + +2010-02-25 Andrew McMillan + * Strip slashes from collection names. They're too confusing. + * Add a config item to exclude some users from LDAP sync. + 2010-02-25 Andrew McMillan * Release 0.9.8.3 * Assign correct resourcetype on collection maintenance. diff --git a/VERSION b/VERSION index b295667a..104bb318 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.8.3 +0.9.8.4 diff --git a/debian/changelog b/debian/changelog index d34feb75..1640a693 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +davical (0.9.8.4-0) unstable; urgency=low + + * New upstream release + + -- Andrew McMillan Tue, 09 Mar 2010 09:51:07 +1300 + davical (0.9.8.3-0) unstable; urgency=low * New upstream release