summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98e4493a..f1991076 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/configure.ac b/configure.ac
index 1b9867c4..d5e34889 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)