summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-12-24 16:48:36 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-12-24 16:48:36 -0800
commitcf0b564396e24724a7ef1a48154799dc5e63b73e (patch)
treed6eebbfd45868875676b4f9bc24771f88c7d2ac0
parent3950052dfcaf07d35306801a9d6563705f3cdf59 (diff)
downloadofono-cf0b564396e24724a7ef1a48154799dc5e63b73e.tar.bz2
Release 0.37
-rw-r--r--ChangeLog19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bbcc2698..b25a85cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+ver 0.37:
+ Fix issue with parsing of un-quoted CREG / CGREG.
+ Fix issue with call forwarding for data and fax.
+ Fix issue with too short timeout for DisplayText.
+ Fix issue with handling zero length text strings.
+ Fix issue with decoding of optional SMS elements.
+ Fix issue with charset and MWI DCS decoding.
+ Fix issue with WAP push notification handling.
+ Fix issue with calling handling and ISI modem.
+ Fix issue with network interfaces and STE modem.
+ Fix issue with SIM state notification of Huawei modem.
+ Add support for radio settings handling and Huawei modem.
+ Add support for provide local info proactive command.
+ Add support for calling name presentation properties.
+ Add support for modem lockdown handling and property.
+ Add support for handling silent modem reset trigger.
+ Add support for frequency band selection interface.
+ Add support for text telephony interface.
+
ver 0.36:
Fix issue with CLIR Invocation and Suppression.
Fix issue with power/online transition with ZTE devices.
diff --git a/configure.ac b/configure.ac
index 500a959a..65484ce7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.36)
+AC_INIT(ofono, 0.37)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)