From c8dac1eaeb12793af78f4bbdc785ebd44e5c016d Mon Sep 17 00:00:00 2001 From: Kevin Cernekee Date: Sat, 21 Feb 2015 09:08:17 -0800 Subject: [PATCH] Update changelog and bump version to 1.11 (1119) Signed-off-by: Kevin Cernekee --- AndroidManifest.xml | 4 ++-- doc/CHANGES.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5ac04c3f..eaab8958 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,8 +3,8 @@ + android:versionCode="1119" + android:versionName="1.11" > diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt index 7ea624b3..8d060b64 100644 --- a/doc/CHANGES.txt +++ b/doc/CHANGES.txt @@ -1,3 +1,8 @@ +v1.11 - 2015/02/21 + + - Fix "Unknown compression type 0" errors when CSTP and DTLS use + different compression settings + v1.10 - 2015/02/08 - Fix CSD script problem on Lollipop (bug #1)