From cf0b564396e24724a7ef1a48154799dc5e63b73e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 24 Dec 2010 16:48:36 -0800 Subject: [PATCH] Release 0.37 --- ChangeLog | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bbcc2698..b25a85cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +ver 0.37: + Fix issue with parsing of un-quoted CREG / CGREG. + Fix issue with call forwarding for data and fax. + Fix issue with too short timeout for DisplayText. + Fix issue with handling zero length text strings. + Fix issue with decoding of optional SMS elements. + Fix issue with charset and MWI DCS decoding. + Fix issue with WAP push notification handling. + Fix issue with calling handling and ISI modem. + Fix issue with network interfaces and STE modem. + Fix issue with SIM state notification of Huawei modem. + Add support for radio settings handling and Huawei modem. + Add support for provide local info proactive command. + Add support for calling name presentation properties. + Add support for modem lockdown handling and property. + Add support for handling silent modem reset trigger. + Add support for frequency band selection interface. + Add support for text telephony interface. + ver 0.36: Fix issue with CLIR Invocation and Suppression. Fix issue with power/online transition with ZTE devices. diff --git a/configure.ac b/configure.ac index 500a959a..65484ce7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.36) +AC_INIT(ofono, 0.37) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)