From a5920e9230715dd4b1400bc36ee419729a018ae4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 6 Feb 2011 09:22:22 -0800 Subject: [PATCH] Release 0.41 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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)