From bb4ef7f6a408b68d322c1b2db59ee18e12583b50 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 6 Mar 2013 22:30:27 +1300 Subject: [PATCH] Release changes for version 1.1.2 --- ChangeLog | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- 4 files changed, 57 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f88b651d..ed37ad22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,53 @@ +2013-03-06 Andrew McMillan + * Fix capitalisation of 'plpgsql' for Postgres 9.2. (debbug #702403) + +2013-02-16 Andrew McMillan + * Content-Type header should be 'charset' not 'encoding'. + +2012-09-20 Andrew McMillan + * When we get here it is a Bad Request, not a Server Error. + * Quick workaround for iOS6 supported-calendar-component-set issue. + Adds a $c->default_calendar_components array of (VEVENT,VTODO,...) + * Workaround client software with imperfect add-member implementations. + +2012-09-10 Andrew McMillan + * Fix unassigned variable. + * Avoid unassigned variable warning. + * Fix UID handling. + * Fix debugging to error log. + +2012-08-09 Andrew McMillan + * Ensure test responses are displayed in their unprocessed form. + * Some debugging messages. + +2012-07-31 Andrew McMillan + * Replace deprecated split() with explode() + +2012-05-28 Andrew McMillan + * First cut at iMIP implementation. Still working on this. + +2012-07-30 Andrew McMillan + * Fix SQL fieldname. + +2012-07-29 Andrew McMillan + * Sometimes we want to retrieve the sync-token as a result of a change we just made. + This allows a (default true) flag to indicate whether it's OK to use + a previously cached value. + * On Apple devices these can sometimes appear in the Apple namespace. Odd. + * Let the VCalendar class handle how to get the UID from the calendar. + +2012-07-25 Andrew McMillan + * Remove old redundant constructor. + +2012-07-13 Andrew McMillan + * Add workaround for Apple's POST add-member trainwreck. + * We might not have a $request calling this so use the object's path instead. + * Testing for dead property XML which is a set of prop. + * supported-calendar-component-set uses dead properties too... + * Don't just return the first element in a dead property - there might be multiple! + 2012-07-04 Andrew McMillan + * Release 1.1.1 * CalDAV client library: Handle multiple "Allow" header lines. * Fix checking of Basic Auth headers. diff --git a/VERSION b/VERSION index 524cb552..45a1b3f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 +1.1.2 diff --git a/debian/changelog b/debian/changelog index 282caa10..647037c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +davical (1.1.2-1) unstable; urgency=low + + * New upstream release (closes:#702403) + + -- Andrew McMillan Wed, 06 Mar 2013 20:27:17 +1300 + davical (1.1.1-1) unstable; urgency=high * New upstream release (closes:#656392) diff --git a/debian/control b/debian/control index 1d7e4608..2682bb1b 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: http://davical.org/ Package: davical Architecture: all -Depends: ${misc:Depends}, debconf (>= 1.0.32), php5-pgsql, postgresql-client (>= 8.1), libawl-php (>= 0.53-1~), libawl-php (<< 0.54), libdbd-pg-perl, libyaml-perl +Depends: ${misc:Depends}, debconf (>= 1.0.32), php5-pgsql, postgresql-client (>= 8.1), libawl-php (>= 0.53-1~), libawl-php (<< 0.55), libdbd-pg-perl, libyaml-perl Recommends: postgresql (>= 8.3) Description: The DAViCal CalDAV & CardDAV Server The DAViCal CalDAV Server is designed to store CalDAV calendars and