From d8b45a1399560970a94ad5e38fac5ebf5e562d58 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 2 Aug 2010 13:11:43 -0700 Subject: [PATCH] Release 0.26 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1eba79a..adbaf61f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 0.26: + Fix busy loop in PPP disconnect with Huawei modem. + Add support for MCC/MNC via network registration interface. + Add support for SIM Toolkit agent interface. + Add initial support for IPv6 PDP context. + ver 0.25: Fix issue with PPP IPCP and too short timeouts. Fix issue with Calypso modem and DTMF chars. diff --git a/configure.ac b/configure.ac index a50d527f..e8340775 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 0.25) +AC_INIT(ofono, 0.26) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h)