Release 0.10

This commit is contained in:
Marcel Holtmann 2009-11-14 10:23:14 +01:00
parent d5ae0e557f
commit 9cbd6ad33f
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
ver 0.10:
Fix issues with correct ATD handling.
Fix issues with indication handling.
Add support for SMS history capability.
Add basic save/restore support for GPRS settings.
Add three-way calling support to HFP voice driver.
Add call volume support to HFP modem plugin.
Add initial support for Palm Pre modems.
ver 0.9:
Fix issues with voice call dialing logic.
Fix issues with USSD decoding support.

View File

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