Release 0.45

This commit is contained in:
Marcel Holtmann 2011-03-15 13:42:53 -07:00
parent bb0e3e0a58
commit 3e23fb7d6c
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
ver 0.45:
Fix issue with SIM Toolkit null data object.
Fix issue with SIM filesystem and modem release.
Fix issue with disconnect handling and Huawei modems.
Add support for improved SSN and voicecall handling.
Add support for SIM Toolkit Refresh handled by the modem.
Add support for multiple AT channels and STE modems.
Add support for ISI drivers and wgmodem2.5 handling.
Add support for optimized ringbuffer operations.
Add support for optimized PPP buffer management.
ver 0.44:
Fix issue with presence detection of Bluetooth daemon.
Fix issue with HDLC processing and PPP server.

View File

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