diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-11-24 01:06:55 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-11-24 01:06:55 +0100 |
commit | fbae76a16fc837209d19d53a55e52bd9ea78f641 (patch) | |
tree | 82185b87f9016226a010df873dc831b21071395e | |
parent | df0c6b07a83248cd421f8b7df3f21ab069c960bf (diff) |
Release 0.110.11
-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) |