From: Marcel Holtmann Date: Sun, 13 Sep 2015 15:08:07 +0000 (+0200) Subject: Release 1.17 X-Git-Tag: 1.17^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fupstream%2F1.17;p=platform%2Fupstream%2Fofono.git Release 1.17 --- diff --git a/ChangeLog b/ChangeLog index 76754b9..924351f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.ac b/configure.ac index 450cac1..130e8cf 100644 --- a/configure.ac +++ b/configure.ac @@ -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)