From 2c3668f87d40161b965327ddb9dcf6ac73e8f678 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 14 Jun 2018 23:20:40 +0200 Subject: [PATCH] Release 1.24 --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9cf60862..2ed56d52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 1.24: + Fix issue with property changed signals and CDMA networks. + Fix issue with handling SIM filesystem and SIM removal. + Fix issue with handling PIN state and incorrect codes. + Fix issue with handling of parsing AID type. + Fix issue with SIM detection and QMI devices. + Fix issue with PIN handling and QMI devices. + Fix issue with USSD handling and QMI devices. + Fix issue with handling USSD TERMINATED response. + Fix issue with handling USSD reset and STK REFRESH. + Add support for detecting Gemalto ALS3 modems. + Add support for SIMCom based SIM7100E modems. + ver 1.23: Fix issue with handling SIM AID sessions. Add support for QMI LTE bearer handling. diff --git a/configure.ac b/configure.ac index 15381cb8..253f487b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.23) +AC_INIT(ofono, 1.24) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h)