summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fc2ba02..cea95b30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 1.33:
+ Fix issue with filling unused part of AID with FFs.
+ Fix issue with reads beyond the first block of SIM filesystem.
+ Fix issue with parsing auth response according to TS 31.102.
+
ver 1.32:
Fix issue with handling of IMS private identity validation.
Fix issue with handling of SIM EF structure bit processing.
diff --git a/configure.ac b/configure.ac
index e754de9d..4d02546c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.32)
+AC_INIT(ofono, 1.33)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)