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)