summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-05-05 11:05:20 +0200
committerMarcel Holtmann <marcel@holtmann.org>2021-05-05 11:05:20 +0200
commit31b6613a938fb0e4b0b9d172df6924722e20c2ce (patch)
tree913a74ba7a643172f43755ab51e7733f74ccd1a4
parentec80a0b32adf8df633d249c2c7de694f37f9ab53 (diff)
downloadofono-31b6613a938fb0e4b0b9d172df6924722e20c2ce.tar.gz
Release 1.321.32
-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)