summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d95ae8ad..c06ce7ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 0.29:
+ Fix issue with Huawei devices initial SIM state.
+ Fix issue with Huawei devices and online support.
+ Fix SIM Toolkit User Cancel response to Set Up Call.
+ Add support for handling of Send USSD proactive command.
+ Add support for Language Notification proactive command.
+ Add support for UCS2 to GSM 7bit conversions.
+ Add support for parsing CSCS queries.
+ Add support for USSD encoding function.
+ Add support for GPRS suspended notifications.
+ Add support for messaging D-Bus interface.
+
ver 0.28:
Update modem manager D-Bus API.
Add support for online feature for ZTE devices.
diff --git a/configure.ac b/configure.ac
index fb78a8e7..b7e53eb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.28)
+AC_INIT(ofono, 0.29)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)