summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-20 00:10:11 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-20 00:10:11 +0100
commit649ee6bf672d6df778d866d47ebff5605a0caae5 (patch)
treec608ed63a0778f090d7fd6f1816a6d965df68d5c
parent8fa878de3021cb40bff716aebb58551d6861913d (diff)
downloadofono-649ee6bf672d6df778d866d47ebff5605a0caae5.tar.bz2
Release 1.12
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
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)