diff --git a/ChangeLog b/ChangeLog index 763c0fd2..b5845e0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +ver 0.32: + Fix issue with AT+VTS not using quotes. + Fix issue with entering PUK and Infineon modems. + Fix issue with SIM hotswap and Infineon modems. + Fix issue with hangup active and ISI modems. + Fix issue with logic to validate USSD strings. + Add support for call in progress logic to USSD handling. + Add support for detecting FDN enabled SIM cards. + Add support for accessing SIM icon storage. + ver 0.31: Fix issue with signal strength reporting for ISI modems. Fix issue with GPRS detach reporting for ISI modems. diff --git a/configure.ac b/configure.ac index eff967e1..6577d211 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.31) +AC_INIT(ofono, 0.32) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)