Release 1.16

This commit is contained in:
Marcel Holtmann 2014-12-13 02:56:19 +01:00
parent 10f173981c
commit c9e426ecd7
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
ver 1.16:
Fix issue with PIN retry handling.
Fix issue with HFP and multiple calls.
Add support for Distracted Driving Reduction.
Add support for available technologies property.
Add support for Telit location reporting driver.
Add support for u-blox SARA-U270 modems.
Add support for Quectel UC15 modems.
ver 1.15:
Fix issue with EF_PNN access affecting PLMN display.
Fix issue with SIM detection and Telit HE910 modems.

View File

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