summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)