summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-05-05 08:21:12 +0200
committerMarcel Holtmann <marcel@holtmann.org>2017-05-05 08:21:12 +0200
commitcb1ad7ff4f5c5108aedc3deb03b5aff988a72bf2 (patch)
tree1a667058ff8ba4b359d0da966f7af9948e8e5d95
parenteef98e7a3f8e2a23c17d3f956e6fb35c20fcc282 (diff)
downloadofono-1.20.tar.gz
Release 1.201.20
-rw-r--r--ChangeLog20
-rw-r--r--configure.ac2
2 files changed, 21 insertions, 1 deletions
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)