summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2021-09-15 13:21:27 +0200
committerMarcel Holtmann <marcel@holtmann.org>2021-09-15 13:21:27 +0200
commit52f487c3d609e027f0f5ead32b14de2ec400380d (patch)
treeda4406fabada05657efa72bdb02dbe161515ec9e
parent121448e3785daf68b0f3d4e12967da78fb07388c (diff)
downloadofono-52f487c3d609e027f0f5ead32b14de2ec400380d.tar.gz
Release 1.331.33
-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)