summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-10-28 14:12:15 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-10-28 14:12:15 +0200
commite51b39e92cffb30c4bc0f95a1c24b9ee9ce22b54 (patch)
treee48bcafb18467509d4cdaae58081e5c5cb93980e
parent5c486138baa08b9876830f1509e77ce720a2d071 (diff)
downloadofono-e51b39e92cffb30c4bc0f95a1c24b9ee9ce22b54.tar.gz
Release 1.191.19
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e29fdc6..e4e6443f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 1.19:
+ Fix issue with DHCP parsing and Huawei modems.
+ Fix issue with detecting Huawei E3372 modem.
+ Fix issue with handling serving cell info.
+ Fix issue with handling SIM SC facility lock.
+ Fix issue with Android RIL PIN retry logic.
+ Fix issue with Android RIL and RAT handling.
+ Add support for Android RIL cell broadcast.
+ Add support for SoFIA 3GR thermal management.
+
ver 1.18:
Fix issue with cell broadcast and use-after-fee.
Fix issue with repeated held call indicator.
diff --git a/configure.ac b/configure.ac
index 345168e3..aa29e115 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.18)
+AC_INIT(ofono, 1.19)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)