From 9e3b02b35d8c207e21d434b32338d4d0170ff9db Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 29 Jan 2011 10:38:44 +0100 Subject: [PATCH] Release 0.40 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8be91ecc..98e4493a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 0.40: + Fix issue with MessageCenter and MessageProxy settings. + Fix issue with voice call support and Calypso modem. + Fix issue with user busy release and ISI modem. + Fix issue with DTMF sending and ISI modem. + Add support for handling long phone numbers. + Add support for persisting outgoing messages. + Add support for GPRS provision infrastructure. + Add support for proper GPRS handling in offline mode. + Add support for handling Launch Browser proactive command. + Remove support for deprecated deregister method. + ver 0.39: Fix issue with not handling empty EFecc properly. Fix issue with string length and DTMF handling. diff --git a/configure.ac b/configure.ac index bb1ed28e..6e0d9d39 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.39) +AC_INIT(ofono, 0.40) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)