Release 1.17

This commit is contained in:
Marcel Holtmann 2015-09-13 17:08:07 +02:00
parent 51fc828c5e
commit 8929d131a3
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
ver 1.17:
Fix issue with alphanumeric TP-OA handling.
Fix issue with push notification origin port.
Fix issue with reading of EF_MWIS records.
Fix issue with handling AT+CPINR results.
Fix issue with SIM state polling for Sierra modems.
Fix issue with HFP handling and AT command prefixes.
Fix issue with HFP and extra CCWA event handling.
Fix issue with HFP call state and +CHUP errors.
ver 1.16:
Fix issue with PIN retry handling.
Fix issue with HFP and multiple calls.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 1.16)
AC_INIT(ofono, 1.17)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)