diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-09-23 13:42:39 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-23 13:42:39 +0900 |
commit | fd2cbcddeacade29fa04083863f0c2b032540e06 (patch) | |
tree | 440c380cd041183fc6ba5b6187ba68604b5f1ad8 | |
parent | 1bdf68e133419144306edd39068f3354628a94c4 (diff) |
Release 0.290.29
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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) |