diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-03-15 13:42:53 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-03-15 13:42:53 -0700 |
commit | 3e23fb7d6ce9c2a5f6106571c94bb651c9202f38 (patch) | |
tree | 59e6d08bdf373196c16b4af1e3168ec05eeb15f4 | |
parent | bb0e3e0a58f5a42e1c47188dd0be91b1fbbd0421 (diff) |
Release 0.450.45
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 0.45: + Fix issue with SIM Toolkit null data object. + Fix issue with SIM filesystem and modem release. + Fix issue with disconnect handling and Huawei modems. + Add support for improved SSN and voicecall handling. + Add support for SIM Toolkit Refresh handled by the modem. + Add support for multiple AT channels and STE modems. + Add support for ISI drivers and wgmodem2.5 handling. + Add support for optimized ringbuffer operations. + Add support for optimized PPP buffer management. + ver 0.44: Fix issue with presence detection of Bluetooth daemon. Fix issue with HDLC processing and PPP server. diff --git a/configure.ac b/configure.ac index defdf166..64e3ab62 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.44) +AC_INIT(ofono, 0.45) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |