summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-01 14:56:22 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-01 14:56:22 +0100
commita37e38bc029641d5eed15409656557cacd3e3e5b (patch)
treeace09d91101f7407af890de2d40893cf3d4773fc
parent1b920e4b575878b54fc86390691b902c4617fe7e (diff)
downloadofono-a37e38bc029641d5eed15409656557cacd3e3e5b.tar.bz2
Release 0.34
-rw-r--r--ChangeLog18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
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)