From 005f36bb89a366b842bfa533ba273c0d9c52c621 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 14 Jun 2018 23:20:40 +0200 Subject: [PATCH] Release 1.24 --- ofono/ChangeLog | 13 +++++++++++++ ofono/configure.ac | 2 +- rpm/ofono.spec | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ofono/ChangeLog b/ofono/ChangeLog index 9cf608625..2ed56d526 100644 --- a/ofono/ChangeLog +++ b/ofono/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/ofono/configure.ac b/ofono/configure.ac index aa55bc008..fb56202e6 100644 --- a/ofono/configure.ac +++ b/ofono/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) diff --git a/rpm/ofono.spec b/rpm/ofono.spec index c2d081251..778a8f8b9 100644 --- a/rpm/ofono.spec +++ b/rpm/ofono.spec @@ -1,6 +1,6 @@ Name: ofono Summary: Open Source Telephony -Version: 1.23 +Version: 1.24 Release: 1 License: GPLv2 URL: https://git.sailfishos.org/mer-core/ofono