From fd2cbcddeacade29fa04083863f0c2b032540e06 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 23 Sep 2010 13:42:39 +0900 Subject: [PATCH] Release 0.29 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d95ae8ad..c06ce7ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 0.29: + Fix issue with Huawei devices initial SIM state. + Fix issue with Huawei devices and online support. + Fix SIM Toolkit User Cancel response to Set Up Call. + Add support for handling of Send USSD proactive command. + Add support for Language Notification proactive command. + Add support for UCS2 to GSM 7bit conversions. + Add support for parsing CSCS queries. + Add support for USSD encoding function. + Add support for GPRS suspended notifications. + Add support for messaging D-Bus interface. + ver 0.28: Update modem manager D-Bus API. Add support for online feature for ZTE devices. diff --git a/configure.ac b/configure.ac index fb78a8e7..b7e53eb5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.28) +AC_INIT(ofono, 0.29) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)