summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fc32a86..3fc2ba02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 1.32:
+ Fix issue with handling of IMS private identity validation.
+ Fix issue with handling of SIM EF structure bit processing.
+ Fix issue with handling removal of Huawai modems.
+ Add support for USSD indication with QMI modems.
+
ver 1.31:
Fix issue with handling CID 0 context identifier.
Fix issue with handling detach state and running LTE.
diff --git a/configure.ac b/configure.ac
index 3e589d86..e754de9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.31)
+AC_INIT(ofono, 1.32)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)