diff --git a/ChangeLog b/ChangeLog index e3b5d592..7508d8e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 0.20: + Fix issue with empty operator names. + Add missing API documentation. + Add support for Huawei EM770 modem. + Add more detailed parsing support for SIM Toolkit. + Add additional functionality for AT command server. + Add initial PPP implementation. + ver 0.19: Fix parsing of EFspdi for PLMN list. Fix issues with Bluetooth handsfree handling. diff --git a/configure.ac b/configure.ac index fe3324ab..6ec275c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.19) +AC_INIT(ofono, 0.20) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)