Release 0.20

This commit is contained in:
Marcel Holtmann 2010-03-24 01:26:21 -07:00
parent d3ac9188f0
commit f6b286b44d
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 0.20:
Fix issue with empty operator names.
Add missing API documentation.
Add support for Huawei EM770 modem.
Add more detailed parsing support for SIM Toolkit.
Add additional functionality for AT command server.
Add initial PPP implementation.
ver 0.19:
Fix parsing of EFspdi for PLMN list.
Fix issues with Bluetooth handsfree handling.

View File

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