diff --git a/ChangeLog b/ChangeLog index daa4f67b..e3b5d592 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +ver 0.19: + Fix parsing of EFspdi for PLMN list. + Fix issues with Bluetooth handsfree handling. + Fix non-blocking handling for AT command server. + Add support for network-initiated USSD requests. + Add utility functions for SIM Toolkit support. + ver 0.18: Fix handling of GPRS attach logic. Fix handling of username/password settings for STE/MBM modems. diff --git a/configure.ac b/configure.ac index bcbe39b8..fe3324ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.18) +AC_INIT(ofono, 0.19) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)