summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-02-11 11:45:57 -0800
committerMarcel Holtmann <marcel@holtmann.org>2011-02-11 11:45:57 -0800
commit8aa51ba42f64e9feb0c05561106e76de50335677 (patch)
tree059da56d3c032387957194e06574e33ce3bab5e7
parentfdebfa0b21dd4faef312b7c1873a3262e1ac0361 (diff)
downloadofono-8aa51ba42f64e9feb0c05561106e76de50335677.tar.bz2
Release 0.42
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f1991076..91bc31e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/configure.ac b/configure.ac
index d5e34889..4f0348d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)