From 7124a1227722e2fc58161ac1f7c6b762a0162c67 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 20 Jan 2011 13:54:44 +0100 Subject: [PATCH] Release 0.39 --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 01327e1c..8be91ecc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 0.39: + Fix issue with not handling empty EFecc properly. + Fix issue with string length and DTMF handling. + Fix issue with missing info for terminal busy result. + Fix issue with signal strength handling and IFX modem. + Fix handling of SIM Toolkit enabling and IFX modem. + Add support for packet switched bearer notifications. + Add support for handling called line identification. + Add support for PIN retry counter interface. + Add support for ST-Ericsson modem init daemon. + Add support for Cinterion TC65 modem. + Add support for simple ISI client interface. + ver 0.38: Change CalledLine* to ConnectedLine* properties. Fix issue with calling presentation property. diff --git a/configure.ac b/configure.ac index 91c53454..b034ff0f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.38) +AC_INIT(ofono, 0.39) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)