From 649ee6bf672d6df778d866d47ebff5605a0caae5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 20 Dec 2012 00:10:11 +0100 Subject: [PATCH] Release 1.12 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1ec2d7ba..dc10dc94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 1.12: + Fix issue with alpha ID and self explanatory icons. + Fix issue with SIM Refresh handling and resetting state. + Fix issue with SMS initiated by STK proactive command. + Fix issue with CBS treating carriage return as padding. + Fix issue with USSD terminated by network notification. + Add support for battery charge level with Handsfree devices. + Add support for technology and band changes with IFX modems. + Add support for SIM file handling with Qualcomm QMI modems. + Add support for SIM file system 2G and 3G path handling. + Add support for SIM Toolkit end-to-end testing. + ver 1.11: Fix issue with Bluetooth disconnect handling. Fix issue with handling EFspn with filler characters. diff --git a/configure.ac b/configure.ac index 91772fc4..450352b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.11) +AC_INIT(ofono, 1.12) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h)