Release 0.34

This commit is contained in:
Marcel Holtmann 2010-11-01 14:56:22 +01:00
parent 1b920e4b57
commit a37e38bc02
2 changed files with 19 additions and 1 deletions

View File

@ -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.

View File

@ -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)