From 51112871e1535e73c0049ee871989f07b8d30ee7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 23 Oct 2010 13:51:05 +0200 Subject: [PATCH] Release 0.33 --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b5845e0a..c3db86c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +ver 0.33: + Fix wrong string to enum mapping of radio settings. + Fix issue with MMI code to bearer class mappings. + Fix issue with setting correct phase from EFphase. + Fix issue with phonebook handling and Infineon modems. + Fix issue with STK session end handling and Infineon modems. + Fix issue with SMS handling and ISI modems. + Fix issue with setting SCA type and ISI modems. + Add support for FastDormancy property. + Add support for FixedDialing property to indicate FDN. + Add support for Infineon specific M-RAW_IP GPRS context. + Add support for handling Send DTMF proactive command. + Add support for handling SIM Toolkit text attributes. + ver 0.32: Fix issue with AT+VTS not using quotes. Fix issue with entering PUK and Infineon modems. diff --git a/configure.ac b/configure.ac index 6577d211..6ecf76ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.32) +AC_INIT(ofono, 0.33) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)