Release 0.25

This commit is contained in:
Marcel Holtmann 2010-07-17 15:00:34 -07:00
parent 7f9793d70b
commit 7cd09ee21a
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
ver 0.25:
Fix issue with PPP IPCP and too short timeouts.
Fix issue with Calypso modem and DTMF chars.
Fix issue with detection of some Huawei devices.
Fix issue with SIM polling and Ericsson MBM devices.
Fix potential overflow with SMS and GSM extension chars.
Add support for OFONO_ERROR_TYPE_SIM for negative SIM status.
Add support for display text decoding.
Add support for idle text proactive command.
Add support for SMS proactive commands.
ver 0.24:
Fix race condition with GRPS attach operation.
Fix some issues with Option based devices.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 0.24)
AC_INIT(ofono, 0.25)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)