Release 0.17

This commit is contained in:
Marcel Holtmann 2010-01-30 18:09:14 -08:00
parent 2be55c9af3
commit 105fccdcaf
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 0.17:
Add support for ST-Ericsson based modems.
Add support for processing CBS even if no EFcbmid.
Add support for devices with CSCB mode 0 only.
Add support for Handsfree devices via BlueZ.
Add CID and LAC quirk handling for Huawei modems.
ver 0.16:
Fix unregister of operators with null MCC/MNC.
Fix CPHS mailbox usage for 3GPP SIM cards.

View File

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