summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-11-14 10:23:14 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-11-14 10:23:14 +0100
commit9cbd6ad33f21fca26fdad1b8dd44e59ebe9d6ebd (patch)
treea7a095798b1f327437da6c52a1732145fe671321
parentd5ae0e557f304947e261fbcdd72dd81a48c1cbd4 (diff)
downloadofono-9cbd6ad33f21fca26fdad1b8dd44e59ebe9d6ebd.tar.bz2
Release 0.10
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
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)