summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)