Release 0.32

This commit is contained in:
Marcel Holtmann 2010-10-18 21:11:23 +02:00
parent a917f094cb
commit c1d93566f9
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
ver 0.32:
Fix issue with AT+VTS not using quotes.
Fix issue with entering PUK and Infineon modems.
Fix issue with SIM hotswap and Infineon modems.
Fix issue with hangup active and ISI modems.
Fix issue with logic to validate USSD strings.
Add support for call in progress logic to USSD handling.
Add support for detecting FDN enabled SIM cards.
Add support for accessing SIM icon storage.
ver 0.31:
Fix issue with signal strength reporting for ISI modems.
Fix issue with GPRS detach reporting for ISI modems.

View File

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