diff --git a/ChangeLog b/ChangeLog index 42867d5f..bbcc2698 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 0.36: + Fix issue with CLIR Invocation and Suppression. + Fix issue with power/online transition with ZTE devices. + Fix segmentation fault when removing Nokia Datacard. + Add support for Nokia CS-17 dongles. + Add support for Ericsson F5521gw devices. + Add support for CAIF network interface management. + Add support for COLR in generic AT modem driver. + Add support for SMS Point-to-Point download to UICC. + Add support for checking specific service availability. + Add support for handling null text field for STK. + ver 0.35: Fix issue with FDN and BDN enabled checks. Fix issue with capabilities and Phonet support. diff --git a/configure.ac b/configure.ac index c0f42175..7f7a9351 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.35) +AC_INIT(ofono, 0.36) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)