summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2016-05-03 19:03:16 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-05-03 19:03:16 +0200
commit979e8e21b9c3b9a0f5d07f21d2840d8ac1c700a1 (patch)
tree6a16d9001119d4b436e804904e600070ec2263c1
parentca8c3ff22b17f8abd0d804cc88cec32456906b77 (diff)
downloadofono-979e8e21b9c3b9a0f5d07f21d2840d8ac1c700a1.tar.gz
Release 1.181.18
-rw-r--r--ChangeLog21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 924351f8..8e29fdc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+ver 1.18:
+ Fix issue with cell broadcast and use-after-fee.
+ Fix issue with repeated held call indicator.
+ Fix issue with +CCWA and connection setup.
+ Fix issue with empty operator scan results.
+ Fix issue with persistent RAT mode handling.
+ Fix issue with multiparty call introspection.
+ Fix issue with GRPS context introspection.
+ Fix issue with stale context deactivation.
+ Add support for automatic context activation.
+ Add support for SIM service provider names.
+ Add support for handling allowed APN lists.
+ Add support for network monitoring interface.
+ Add support for U-Blox TOBY-L2 modem series.
+ Add support for Sierra MC73xx QMI modems.
+ Add support for SoFIA 3GR modem series.
+ Add support for upower battery monitoring.
+ Add support for gateway audio card types.
+ Add support for Handsfree audio driver.
+ Add support for Android RIL integration.
+
ver 1.17:
Fix issue with alphanumeric TP-OA handling.
Fix issue with push notification origin port.
diff --git a/configure.ac b/configure.ac
index 88ac6db6..345168e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.17)
+AC_INIT(ofono, 1.18)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)