From e65432d3880a0109a30e8d7a7aa3cd70460ad44d Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 7 Mar 2013 15:38:28 +1300 Subject: [PATCH] Version 1.62 --- AndroidManifest.xml | 6 +++--- res/raw/upgrade_notes.txt | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5588b5d..5956ba0 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="62" + android:versionName="1.62" > @@ -384,4 +384,4 @@ - \ No newline at end of file + diff --git a/res/raw/upgrade_notes.txt b/res/raw/upgrade_notes.txt index 326a880..8f32c6b 100644 --- a/res/raw/upgrade_notes.txt +++ b/res/raw/upgrade_notes.txt @@ -100,4 +100,8 @@ v61=1.61 Change initial connection test to use OPTIONS rather than HEAD. Yahoo redirects HEAD and then setup gets lost... Timezone loading now uses the JSON interface (not yet enabled by default though, as it is not properly used through the code). Log an exception when we attempt to store an event in cache with an invalid collection id. -Default collection colour to something which cannot cause an exception. \ No newline at end of file +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. + -- 2.11.4.GIT