summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2018-06-14 23:20:40 +0200
committerMarcel Holtmann <marcel@holtmann.org>2018-06-14 23:20:40 +0200
commit2c3668f87d40161b965327ddb9dcf6ac73e8f678 (patch)
tree8f84644d27b71c6c7594e68cab52a9953b4f3d70
parent4cd160832016daec6fde20e61fd246ca0e49bcd6 (diff)
downloadofono-1.24.tar.gz
Release 1.241.24
-rw-r--r--ChangeLog13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
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)