summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e73bab1a..7d34648e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 1.15:
+ Fix issue with EF_PNN access affecting PLMN display.
+ Fix issue with SIM detection and Telit HE910 modems.
+ Fix issue with Mobile Provider Database provisioning.
+ Fix issue with bit-shifting and ID mapping allocations.
+ Fix issue with Handsfree and unsolicited notifications.
+ Fix issue with Handsfree and three way calling feature.
+ Add support for Handsfree subscriber number feature.
+ Add support for Handsfree multiple DTMF characters.
+ Add support for PAP authentication.
+
ver 1.14:
Add support for Apple Siri specific Handsfree commands.
Add support for provisioning of MMSC and Message Proxy.
diff --git a/configure.ac b/configure.ac
index d6103be0..08b98936 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.14)
+AC_INIT(ofono, 1.15)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)