diff --git a/ChangeLog b/ChangeLog index 76754b9a..924351f8 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 450cac19..130e8cf4 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)