From d05b718cc0b0d367227fbfbf52e60fc5462cc549 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 29 Jun 2014 22:20:08 +0200 Subject: [PATCH] Release 1.15 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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)