Release 0.28

This commit is contained in:
Marcel Holtmann 2010-09-10 00:21:29 +02:00
parent ba6db3af42
commit c47b365870
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
ver 0.28:
Update modem manager D-Bus API.
Add support for online feature for ZTE devices.
Add support for online feature for Huawei devices.
Add support for online feature for Novatel devices.
Add support for online feature for Option HSO devices.
Add support for online feature for Ericsson MBM devices.
Add support for online feature for ST-Ericsson devices.
Add support for using 8-bit SMS reference numbers by default.
Fix wrong code point in Portuguese alphabet table.
Fix issue with EFiidf reads larger than 256 bytes.
ver 0.27:
Update network registration D-Bus API.
Update voice call manager D-Bus API.

View File

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