diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-07-07 17:41:05 -0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-07-07 17:41:05 -0300 |
commit | 0cb1ead37e6d54bf9c8c387b7d310d47e94e5287 (patch) | |
tree | d70ba334de4e2a08f9d99e64769a460bc9fd207b | |
parent | e1733df4b566ae2ad3cbfa6a2f62404984585fc2 (diff) |
Release 0.240.24
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +ver 0.24: + Fix race condition with GRPS attach operation. + Fix some issues with Option based devices. + Fix Huawei TTY hangup on context termination. + Fix crash within HDLC handling. + Fix incorrect packet length within PPP. + Add support for PPP server side. + Add support for decoding USSD PDUs. + Add support for SMS status report assembly. + Add support for SMS bearer settings. + Add initial support for Bluetooth plugin. + ver 0.23: Fix issue with operator info when not registered. Fix issue with clean PPP shutdown on device removal. diff --git a/configure.ac b/configure.ac index b6a7d2ee..170f8487 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.23) +AC_INIT(ofono, 0.24) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |