Release 0.19

This commit is contained in:
Marcel Holtmann 2010-03-07 04:39:25 -08:00
parent 4cbb33fcbd
commit f721ef55e3
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 0.19:
Fix parsing of EFspdi for PLMN list.
Fix issues with Bluetooth handsfree handling.
Fix non-blocking handling for AT command server.
Add support for network-initiated USSD requests.
Add utility functions for SIM Toolkit support.
ver 0.18:
Fix handling of GPRS attach logic.
Fix handling of username/password settings for STE/MBM modems.

View File

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