From f53d2197262543e229ddaf63ec76fe95efcab777 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Sep 2012 16:05:26 +0200 Subject: [PATCH] Release 1.11 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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)