diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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) |