Release 0.24

This commit is contained in:
Marcel Holtmann 2010-07-07 17:41:05 -03:00
parent e1733df4b5
commit 0cb1ead37e
2 changed files with 13 additions and 1 deletions

View File

@ -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.

View File

@ -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)