Release 0.18

This commit is contained in:
Marcel Holtmann 2010-02-12 21:36:33 -08:00
parent 766a0bcfa5
commit 4126c581f9
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 0.18:
Fix handling of GPRS attach logic.
Fix handling of username/password settings for STE/MBM modems.
Add support for Bluetooth Handsfree handling.
Add support for USSD_STATE_USER_ACTION.
Add radio settings atom and driver API.
Add framework for AT command server.
ver 0.17:
Add support for ST-Ericsson based modems.
Add support for processing CBS even if no EFcbmid.

View File

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