Release 0.44

This commit is contained in:
Marcel Holtmann 2011-03-01 23:21:35 -08:00
parent 9ab7c19f69
commit c30afe9c16
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
ver 0.44:
Fix issue with presence detection of Bluetooth daemon.
Fix issue with HDLC processing and PPP server.
Fix issue with SIM state and PIN2/PUK2 handling.
Fix issue with potential SIM lockout condition.
Add support for basic handling of SIM Toolkit Refresh.
Add support for location reporting interface.
Add support for GPS engine and MBM modems.
Add support for CNAP handling and ISI modems.
Add support for multiple contexts and STE modems.
Add support for ST-Ericsson U8500 modem.
ver 0.43:
Fix issue with PPP transmit ACCM and receive ACCM mixup.
Fix issue with PPP not using default ACCM in transmit.

View File

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