Release 0.42

This commit is contained in:
Marcel Holtmann 2011-02-11 11:45:57 -08:00
parent fdebfa0b21
commit 8aa51ba42f
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
ver 0.42:
Fix issue with ECT pre-conditions check.
Add support for watching SIM file changes.
Add support for using SIM codes longer than 8 digits.
Add support for SPN handling with GPRS provisioning.
Add support for better handling COLP with IFX modem.
Add support for CNAP handling with IFX modem.
Remove support for +CSSI type SS notifications.
ver 0.41:
Fix issue with SIM callback handling.
Fix issue with XTMS handling and IFX modem.

View File

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