diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-08-02 13:11:43 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-08-02 13:11:43 -0700 |
commit | d8b45a1399560970a94ad5e38fac5ebf5e562d58 (patch) | |
tree | b0cf880bdb5630218cce6a70564ea53a69910132 | |
parent | 4c8e084bf4d317e73ab9fc24d06b6b98d0a4615b (diff) |
Release 0.260.26
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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) |