summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)