Release 0.41

This commit is contained in:
Marcel Holtmann 2011-02-06 09:22:22 -08:00
parent 3a03fbf841
commit a5920e9230
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
ver 0.41:
Fix issue with SIM callback handling.
Fix issue with XTMS handling and IFX modem.
Add support for alphabets and SMS encoding.
Add support for generic PIN retries handling.
Add support for PIN retries and MBM modem.
Add support for radio settings and MBM modem.
Add support for cell broadcast and STE modem.
Add support for handling ECAV status Released.
ver 0.40:
Fix issue with MessageCenter and MessageProxy settings.
Fix issue with voice call support and Calypso modem.

View File

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