From a37e38bc029641d5eed15409656557cacd3e3e5b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 1 Nov 2010 14:56:22 +0100 Subject: [PATCH] Release 0.34 --- ChangeLog | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c3db86c5..1ecd59c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +ver 0.34: + Fix issue with sim_fs_op_error handling. + Fix issue with not handling GPRS context driver failures. + Add support for multiple GPRS context activations. + Add support for deactivating all GPRS contexts. + Add support for configuring MMS context settings. + Add support for barred dialing indication property. + Add support for fast dormancy settings property. + Add support for handling Play Tone proactive command. + Add support for indicating handled STK proactive commands. + Add support for two active GPRS contexts with MBM modems. + Add support for time zone reporting with Ericsson MBM modems. + Add support for detecting IFX modems stuck in multiplexer mode. + Add support for IFX using up to three active GPRS contexts. + Add support for IFX device shutdown when DLC disconnects. + Add support for Phonesim specific configuration files. + Remove deprecated modem.conf support. + ver 0.33: Fix wrong string to enum mapping of radio settings. Fix issue with MMI code to bearer class mappings. diff --git a/configure.ac b/configure.ac index 196b2edc..37a56ee3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.33) +AC_INIT(ofono, 0.34) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)