diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-12-22 13:03:11 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2013-12-22 13:03:11 -0800 |
commit | e99e52e5de15d9bd691e4a27e286079d3b1967e9 (patch) | |
tree | a7e0a55df4a186df556331f461fe2b958e17d91d | |
parent | c86997223acbaf16fd064e9ec1bb79ba5fff64de (diff) |
Release 1.14
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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. diff --git a/configure.ac b/configure.ac index 7bf66d4c..d6103be0 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |