summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-01-08 00:19:46 -0800
committerMarcel Holtmann <marcel@holtmann.org>2012-01-08 00:19:46 -0800
commit8a3d62db743d197ca46e93cddad076b220d2f444 (patch)
treef67df68e5096b21ef288e7080b85a1480b29daf2
parent57604ec2b71c36d2ad4515d3e5fef939c9fa19ae (diff)
downloadofono-8a3d62db743d197ca46e93cddad076b220d2f444.tar.bz2
Release 1.2
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a7aa7bae..c89201cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 1.2:
+ Fix issue with PIN type string for network PUK.
+ Fix issue with voice dialing and Qualcomm MSM modems.
+ Fix issue with Option HSO and SIM card detection.
+ Add support for Option HSO voice call handling.
+ Add support for Huawei modem capabilities check.
+ Add support for Huawei unified GSM/UMTS and CDMA driver.
+
ver 1.1:
Fix issue with Telit modem and signal strength indication.
Fix issue with Bluetooth and outstanding Connect/Disconnect.
diff --git a/configure.ac b/configure.ac
index 4e93a3c8..4115e34d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.1)
+AC_INIT(ofono, 1.2)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)