Release 0.29

This commit is contained in:
Marcel Holtmann 2010-09-23 13:42:39 +09:00
parent 1bdf68e133
commit fd2cbcddea
2 changed files with 13 additions and 1 deletions

View File

@ -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.

View File

@ -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)