From b8b1d6a693ce231107f2842309fea206992a2935 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 23 Sep 2013 16:31:10 +0200 Subject: [PATCH] Release 1.63 --- AndroidManifest.xml | 4 ++-- res/raw/upgrade_notes.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ee8b3d5..08a9699 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="63" + android:versionName="1.63" > diff --git a/res/raw/upgrade_notes.txt b/res/raw/upgrade_notes.txt index 8f32c6b..e587acb 100644 --- a/res/raw/upgrade_notes.txt +++ b/res/raw/upgrade_notes.txt @@ -104,4 +104,8 @@ Default collection colour to something which cannot cause an exception. v62=1.62 Fix content-type headers to use 'charset="UTF-8"' Change the way that the qop parameter is set on Digest authentication to allow for implementations that require it to be present. - +v63=1.63 +Fix many, many bugs with Alarms. +Fix some sync problems. +Timezone download is now on by default. +Added some minimal logging of DELETE/PUT and server discovery in 'release' builds. -- 2.11.4.GIT