Release 0.11

This commit is contained in:
Marcel Holtmann 2009-11-24 01:06:55 +01:00
parent df0c6b07a8
commit fbae76a16f
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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)