diff --git a/ChangeLog b/ChangeLog index 7eb5793f..61cb1732 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 0.11: + Fix issue with repeated CCWA notifications. + Fix issue with double-swap when 3-way dialing. + Add CLCC polling for better multiparty call support. + Add GPRS context driver for Option HSO devices. + Add support for GPRS interface configuration. + ver 0.10: Fix issues with correct ATD handling. Fix issues with indication handling. diff --git a/configure.ac b/configure.ac index d73d6bfb..c4b7482f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.10) +AC_INIT(ofono, 0.11) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)