summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-28 09:31:09 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-28 09:31:09 +0900
commit280bc04a85a6c183b493f2c2ba73a5af9fd88332 (patch)
tree91d70b0ebbb34e99f24b0e6869328309ce37c9b4
parentaf643b1989504aedeb2ddd59587e144a5a3ea528 (diff)
downloadofono-280bc04a85a6c183b493f2c2ba73a5af9fd88332.tar.bz2
Release 0.30
-rw-r--r--ChangeLog15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c06ce7ff..47e82e54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+ver 0.30:
+ Fix issue with 8-bit port handling of SMS.
+ Fix issue with CBS decoding and ISI modem driver.
+ Fix issue with CBS topic settings and ISI modem driver.
+ Fix issue with username and password order for Option HSO.
+ Fix wrong power and reset paths of Calypso support.
+ Add Infineon modem plugin support.
+ Add support for Infineon specific voice call handling.
+ Add support for Infineon specific SIM ready handling.
+ Add support for Infineon signal strength reporting.
+ Add support for Infineon CNMA without PDU.
+ Add support for Infineon radio settings.
+ Add support for Huawei specific voice call handling.
+ Add Huawei audio utility for voice routing.
+
ver 0.29:
Fix issue with Huawei devices initial SIM state.
Fix issue with Huawei devices and online support.
diff --git a/configure.ac b/configure.ac
index 6e3829f0..74c8fc28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.29)
+AC_INIT(ofono, 0.30)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)