diff --git a/ChangeLog b/ChangeLog index dc10dc94..fbbb22f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 1.13: + Fix issue with parsing SS control strings. + Fix issue with error reporting and Sierra modems. + Fix issue with GPRS activation and SIM900 modems. + Fix issue with serial receiver and SIM900 modems. + Fix issue with signal strength and SIM900 modems. + Fix issue with AT+CNMI handling and SIM900 modems. + Fix issue with broken +CMER behavior and MBM modems. + Fix issue with handling +CIEV and release and swap. + Add support for Handsfree profile 1.6 functionality. + Add support for Handsfree audio interface. + ver 1.12: Fix issue with alpha ID and self explanatory icons. Fix issue with SIM Refresh handling and resetting state. diff --git a/configure.ac b/configure.ac index aa1ae3bf..9b492fe3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.12) +AC_INIT(ofono, 1.13) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h)