summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eec08c1e..a7aa7bae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 1.1:
+ Fix issue with Telit modem and signal strength indication.
+ Fix issue with Bluetooth and outstanding Connect/Disconnect.
+ Fix issue with Handsfree support and hanging up all calls.
+ Add support for more advanced Handsfree features.
+ Add support for exposing Bluetooth address information.
+ Add support for Mobile Provider Database provisioning.
+ Add support for CPHS SPN and short-SPN identifiers.
+ Add support for CDMA signal strength notification.
+ Add support for CDMA dormant notification.
+ Add support for CDMA network registration.
+ Add support for CDMA call waiting feature.
+ Add support for PPP IPv6 Control Protocol.
+
ver 1.0:
Fix issue with phonebook driver and SIM busy.
Add support for SIM Access Profile client.
diff --git a/configure.ac b/configure.ac
index 5e4d34f0..4e93a3c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.0)
+AC_INIT(ofono, 1.1)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)