From 52f487c3d609e027f0f5ead32b14de2ec400380d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 15 Sep 2021 13:21:27 +0200 Subject: Release 1.33 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1