summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-02-06 09:22:22 -0800
committerMarcel Holtmann <marcel@holtmann.org>2011-02-06 09:22:22 -0800
commita5920e9230715dd4b1400bc36ee419729a018ae4 (patch)
treeae0d081b6155e6919309331a4d799f7446a9ea73
parent3a03fbf841bd53b697af745b921bb0d2600b96a5 (diff)
downloadofono-a5920e9230715dd4b1400bc36ee419729a018ae4.tar.bz2
Release 0.41
-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)