From: Marcel Holtmann Date: Wed, 19 Dec 2012 23:10:11 +0000 (+0100) Subject: Release 1.12 X-Git-Tag: 1.12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F1.12;p=platform%2Fupstream%2Fofono.git Release 1.12 --- diff --git a/ChangeLog b/ChangeLog index 1ec2d7b..dc10dc9 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 91772fc..450352b 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)