From 96f8ee7bd60772c1af2d16483804cee1eaba1a73 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 7 Jul 2012 00:37:18 +1200 Subject: [PATCH] Release 1.54 --- AndroidManifest.xml | 4 ++-- res/raw/upgrade_notes.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8a201c0..6258b74 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="54" + android:versionName="1.54" > diff --git a/res/raw/upgrade_notes.txt b/res/raw/upgrade_notes.txt index d099993..2c05b9a 100644 --- a/res/raw/upgrade_notes.txt +++ b/res/raw/upgrade_notes.txt @@ -66,4 +66,7 @@ v50=1.51 Rewritten internal cache service. Performance should generally be vastly improved. Interpose server setup screen if no servers are configured. Various fixes to SSL Certificate validation. -New setting to disable certificate validation. \ No newline at end of file +New setting to disable certificate validation. +v54=1.54 +Fix handling of Alarm on/off state for collections. +Fix force close on creation of Note/Todo when no default calendar is assigned. \ No newline at end of file -- 2.11.4.GIT