summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 57a73c20..1ec2d7ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 1.11:
+ Fix issue with Bluetooth disconnect handling.
+ Fix issue with handling EFspn with filler characters.
+ Fix issue with processing multiple *EMRDY notifications.
+ Fix issue with wrong data bearer property signal.
+ Add support for data bearer reporting and Telit modems.
+ Add support for SIM status notification and Telit modems.
+ Add support for PIN retry counter status and Telit modems.
+ Add support for long phone number format and SIM Toolkit.
+ Add support for RequestQuickDigit to SIM Toolkit agent.
+
ver 1.10:
Update multiple descriptions of the API documentation.
Add support for ReleaseAndSwap call handling.
diff --git a/configure.ac b/configure.ac
index cb3f3770..2d6247df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.10)
+AC_INIT(ofono, 1.11)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)