Release 0.36

This commit is contained in:
Marcel Holtmann 2010-11-23 14:55:57 +01:00
parent 55d06009d4
commit e583efbc6c
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
ver 0.36:
Fix issue with CLIR Invocation and Suppression.
Fix issue with power/online transition with ZTE devices.
Fix segmentation fault when removing Nokia Datacard.
Add support for Nokia CS-17 dongles.
Add support for Ericsson F5521gw devices.
Add support for CAIF network interface management.
Add support for COLR in generic AT modem driver.
Add support for SMS Point-to-Point download to UICC.
Add support for checking specific service availability.
Add support for handling null text field for STK.
ver 0.35: ver 0.35:
Fix issue with FDN and BDN enabled checks. Fix issue with FDN and BDN enabled checks.
Fix issue with capabilities and Phonet support. Fix issue with capabilities and Phonet support.

View File

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