From cb1ad7ff4f5c5108aedc3deb03b5aff988a72bf2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 5 May 2017 08:21:12 +0200 Subject: [PATCH] Release 1.20 --- ChangeLog | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e4e6443f..83f7f690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +ver 1.20: + Fix issue with context removal before activation. + Fix issue with update during GPRS context activation. + Fix issue with receiving UTF-16 encoded messages. + Fix issue with invalid access in CBS decoding. + Fix issue with signal strength on QMI modems. + Fix issue with PIN handling with QMI modems. + Fix issue with QMI notification message handling. + Fix issue with facility lock query on SIM removal. + Fix issue with parsing +CLCC and +CCWA fields. + Add support for obtaining IMSI via EF reading. + Add support for additional netmon info types. + Add support for provisioning via configuration files. + Add support for Gemalto P-family series of modems. + Add support for Telit HE910 and UE910 variants. + Add support for Intel SoFIA SIM Toolkit interfaces. + Add support for Intel SoFIA LTE features. + Add support for U-Blox TOBY-L2 LTE feature. + Add support for dedicated LTE atom. + ver 1.19: Fix issue with DHCP parsing and Huawei modems. Fix issue with detecting Huawei E3372 modem. diff --git a/configure.ac b/configure.ac index aa29e115..29a01c21 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.19) +AC_INIT(ofono, 1.20) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h)