Release 0.33 0.33
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 23 Oct 2010 11:51:05 +0000 (13:51 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 23 Oct 2010 11:51:05 +0000 (13:51 +0200)
ChangeLog
configure.ac

index b5845e0..c3db86c 100644 (file)
--- 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.
index 6577d21..6ecf76e 100644 (file)
@@ -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)