Release 0.40

This commit is contained in:
Marcel Holtmann 2011-01-29 10:38:44 +01:00
parent ff1c41a672
commit 9e3b02b35d
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
ver 0.40:
Fix issue with MessageCenter and MessageProxy settings.
Fix issue with voice call support and Calypso modem.
Fix issue with user busy release and ISI modem.
Fix issue with DTMF sending and ISI modem.
Add support for handling long phone numbers.
Add support for persisting outgoing messages.
Add support for GPRS provision infrastructure.
Add support for proper GPRS handling in offline mode.
Add support for handling Launch Browser proactive command.
Remove support for deprecated deregister method.
ver 0.39:
Fix issue with not handling empty EFecc properly.
Fix issue with string length and DTMF handling.

View File

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