diff --git a/ChangeLog b/ChangeLog index 4d7a6ee8..1d4c22bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 1.22: + Fix issue with GPIO handling and Nokia modems. + Fix issue with SIM state callback and AT modems. + Fix issue with data mode and DCD for U-Blox modems. + Fix issue with SMS receive on QMI based Quectel EC21. + Fix issue with HFP support and last call dialed request. + Fix issue with PIM retires handling and Gemalto modems. + Fix issue with atom registration and SIM state handling. + Add support for handling SIM card AID session management. + Add support for handling GSM/UMTS and IMS authentication. + Add support for IP Multimedia Subsystem (IMS) atom. + Add support for MBIM based modems. + ver 1.21: Fix issue with USSD notification received handling. Fix issue with crashing SIM filesystem notifications. diff --git a/configure.ac b/configure.ac index f3148a40..4a1d6752 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.21) +AC_INIT(ofono, 1.22) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h)