From 9cbd6ad33f21fca26fdad1b8dd44e59ebe9d6ebd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 14 Nov 2009 10:23:14 +0100 Subject: [PATCH] Release 0.10 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c61d8143..7eb5793f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.ac b/configure.ac index b1efde11..d73d6bfb 100644 --- a/configure.ac +++ b/configure.ac @@ -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)