Release 1.14

This commit is contained in:
Marcel Holtmann 2013-12-22 13:03:11 -08:00
parent c86997223a
commit e99e52e5de
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 1.14:
Add support for Apple Siri specific Handsfree commands.
Add support for provisioning of MMSC and Message Proxy.
Add support for Telit HE910 modems.
ver 1.13:
Fix issue with parsing SS control strings.
Fix issue with error reporting and Sierra modems.

View File

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