From c30afe9c1626b615f3034b9af22a24d659db006c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 1 Mar 2011 23:21:35 -0800 Subject: [PATCH] Release 0.44 --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2533adf..eb5054f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +ver 0.44: + Fix issue with presence detection of Bluetooth daemon. + Fix issue with HDLC processing and PPP server. + Fix issue with SIM state and PIN2/PUK2 handling. + Fix issue with potential SIM lockout condition. + Add support for basic handling of SIM Toolkit Refresh. + Add support for location reporting interface. + Add support for GPS engine and MBM modems. + Add support for CNAP handling and ISI modems. + Add support for multiple contexts and STE modems. + Add support for ST-Ericsson U8500 modem. + ver 0.43: Fix issue with PPP transmit ACCM and receive ACCM mixup. Fix issue with PPP not using default ACCM in transmit. diff --git a/configure.ac b/configure.ac index 7704d418..defdf166 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.43) +AC_INIT(ofono, 0.44) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)