diff --git a/ChangeLog b/ChangeLog index cb09050a..d1eba79a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +ver 0.25: + Fix issue with PPP IPCP and too short timeouts. + Fix issue with Calypso modem and DTMF chars. + Fix issue with detection of some Huawei devices. + Fix issue with SIM polling and Ericsson MBM devices. + Fix potential overflow with SMS and GSM extension chars. + Add support for OFONO_ERROR_TYPE_SIM for negative SIM status. + Add support for display text decoding. + Add support for idle text proactive command. + Add support for SMS proactive commands. + ver 0.24: Fix race condition with GRPS attach operation. Fix some issues with Option based devices. diff --git a/configure.ac b/configure.ac index 170f8487..a50d527f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.24) +AC_INIT(ofono, 0.25) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)