Release 1.11

This commit is contained in:
Marcel Holtmann 2012-09-11 16:05:26 +02:00
parent 380a6260dc
commit f53d219726
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
ver 1.11:
Fix issue with Bluetooth disconnect handling.
Fix issue with handling EFspn with filler characters.
Fix issue with processing multiple *EMRDY notifications.
Fix issue with wrong data bearer property signal.
Add support for data bearer reporting and Telit modems.
Add support for SIM status notification and Telit modems.
Add support for PIN retry counter status and Telit modems.
Add support for long phone number format and SIM Toolkit.
Add support for RequestQuickDigit to SIM Toolkit agent.
ver 1.10:
Update multiple descriptions of the API documentation.
Add support for ReleaseAndSwap call handling.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 1.10)
AC_INIT(ofono, 1.11)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)