summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b5845e0a..c3db86c5 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 6577d211..6ecf76ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)