Release 0.31

This commit is contained in:
Marcel Holtmann 2010-10-01 16:48:23 +02:00
parent 29e09bf3b9
commit 16d0232a05
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
ver 0.31:
Fix issue with signal strength reporting for ISI modems.
Fix issue with GPRS detach reporting for ISI modems.
Fix issue with single voice call termination handling.
Fix issue with Huawei modem driver and release of voice calls.
Fix issue with Infineon modem driver not sending AT+CHUP.
Fix issue with Infineon SIM ready checking and newer firmware.
Add support for Infineon specific model detection handling.
Add support for Infineon specific audio configuration.
Add support for audio settings interface.
Add support for generic ISI modem driver.
Add support for N900 specific ISI modem driver.
ver 0.30:
Fix issue with 8-bit port handling of SMS.
Fix issue with CBS decoding and ISI modem driver.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 0.30)
AC_INIT(ofono, 0.31)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)