From 7dd0597ac13ca4312c8ce3a62cb2a9728c1c781a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Sep 2018 10:31:40 +0200 Subject: [PATCH] Release 1.25 --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2ed56d52..f59f183c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 1.25: + Fix issue with handling GPRS context release. + Fix issue with GPRS context shutdown and Huawei modems. + Fix issue with roaming status report and QMI devices. + Add support for voice call handling of U-Blox modems + Add support for EUTRAN technology reporting. + ver 1.24: Fix issue with property changed signals and CDMA networks. Fix issue with handling SIM filesystem and SIM removal. diff --git a/configure.ac b/configure.ac index c096e0de..5a8fb6f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.24) +AC_INIT(ofono, 1.25) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h)