summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)