From d486ba8f2aa22d429f5d892dcd71a820834039ed Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 7 Sep 2010 11:53:50 +0200 Subject: [PATCH] Release 0.27 --- ChangeLog | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index adbaf61f..1d0966cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +ver 0.27: + Update network registration D-Bus API. + Update voice call manager D-Bus API. + Update connection manager D-Bus API. + Update message manager D-Bus API. + Fix issue with GPRS attach/detach logic. + Fix issue with GPRS context IP configuration and ISI modems. + Fix issue with call forwarding and ISI modems. + Fix issue with LockedPins in case SIM wants a PUK first. + Fix issue with missing reset of MNC length on SIM removal. + Fix issue with SIM state logic of Huawei devices. + Fix issue with SIM Toolkit and GSMv1 parser for MBM devices. + Add more features for SIM Toolkit agent support. + Add SIM Toolkit support for Calypso modem. + Add SIM Toolkit support for ST-Ericsson devices. + Add support for radio settings of ST-Ericsson devices. + Add support for hangup all voice calls functionality. + Add support for reading EFust, EFest and EFimg. + Add support for adding a default empty PDP context. + Add support for embedded \r and \n in responses. + Add support for cloning GAtChat instances. + Add support for Nokia Datacard devices. + Add support for ZTE based devices. + Add support for creating backtraces. + ver 0.26: Fix busy loop in PPP disconnect with Huawei modem. Add support for MCC/MNC via network registration interface. diff --git a/configure.ac b/configure.ac index e8340775..e6b9a1ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.26) +AC_INIT(ofono, 0.27) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)