diff --git a/VERSION b/VERSION index ac39a106..f374f666 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.9.1 diff --git a/debian/changelog b/debian/changelog index 639afdb4..001b2726 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +rscds (0.9.1) unstable; urgency=low + + * Reduce debug logging noise when debugging is iff + * When class is NULL we should consider it to be PUBLIC. + * Clean up some uninitialised variable warnings. + * Refactoring caldav-PUT to allow calling from a different code path. + * State how to make LDAP use an anonymous bind initially. + * Include any VTODO in GET for a collection. + * Minor permissions changes. + * Fix VTODO handling by time-range queries. + * Various fixes to LDAP authentication. + * Fix permissions for RW access. + + -- Andrew McMillan Thu, 25 Oct 2007 16:06:02 +1300 + rscds (0.9.0) unstable; urgency=low * Changes preparatory to renaming to DAViCal