summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-12-31 11:45:02 -0800
committerMarcel Holtmann <marcel@holtmann.org>2011-12-31 11:45:02 -0800
commit68ff1c46e5624613f09f4f82cc21cc23466039a9 (patch)
tree09561ae8755238e1bacd5715ce023242db5dcf9b
parent9c89410c444157226dd8b21dd1abec6fc2cf29bc (diff)
downloadofono-68ff1c46e5624613f09f4f82cc21cc23466039a9.tar.bz2
Release 1.1
-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)