Release 0.39

This commit is contained in:
Marcel Holtmann 2011-01-20 13:54:44 +01:00
parent 33aaeb9dff
commit 7124a12277
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
ver 0.39:
Fix issue with not handling empty EFecc properly.
Fix issue with string length and DTMF handling.
Fix issue with missing info for terminal busy result.
Fix issue with signal strength handling and IFX modem.
Fix handling of SIM Toolkit enabling and IFX modem.
Add support for packet switched bearer notifications.
Add support for handling called line identification.
Add support for PIN retry counter interface.
Add support for ST-Ericsson modem init daemon.
Add support for Cinterion TC65 modem.
Add support for simple ISI client interface.
ver 0.38:
Change CalledLine* to ConnectedLine* properties.
Fix issue with calling presentation property.

View File

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