Release 0.37

This commit is contained in:
Marcel Holtmann 2010-12-24 16:48:36 -08:00
parent 3950052dfc
commit cf0b564396
2 changed files with 20 additions and 1 deletions

View File

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

View File

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