diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-11-23 14:55:57 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-23 14:55:57 +0100 |
commit | e583efbc6c9a5ece8980d7339979c94c0247387e (patch) | |
tree | 45a288c2c6233f63f89f9edd44b67c2577d65bd1 | |
parent | 55d06009d4397e43b5c67b66b1624d202b061bc8 (diff) |
Release 0.360.36
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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) |