Release 1.33

This commit is contained in:
Marcel Holtmann
2021-09-15 13:21:27 +02:00
parent 121448e378
commit 52f487c3d6
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

@@ -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)