From 4716ee9fe3d820647c77e6ff1287a3186daaaa02 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 31 May 2012 12:39:30 +0200 Subject: [PATCH] Release 1.1 --- ChangeLog | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 24a58be..34f1bfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +ver 1.1: + Fix issue with missing message type and DHCPv4 support. + Fix issue with potential NULL pointer in DHCPv6 handling. + Fix issue with potential NULL pointer in VPN handling. + Fix issue with potential NULL pointer for WiFi SSID. + Fix issue with missing conversion of raw WiFi PSK input. + Fix issue with missing stop for WiFi auto-scanning handling. + Fix issue with uninitialized IPv6 prefix length in oFono plugin. + Fix issue with domain search list handling according to RFC 6106. + Fix issue with domain name list notifications. + Fix issue with nameserver list notifications. + Fix issue with incorrect fixed IP configuration. + Fix issue with incorrect cleanup of resolver timers. + Fix issue with handling of RDNSS lifetime expiration. + Fix issue with crash on wrong domain length information. + Add support for favorite service database migration. + Add support for disabling WISPr functionality. + Add support for configurable agent timeouts. + ver 1.0: Fix issue with missing WiFi disconnecting flag. Fix issue with missing GPRS context attached check. diff --git a/configure.ac b/configure.ac index 27104e6..65b8ba0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 1.0) +AC_INIT(connman, 1.1) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h) -- 2.7.4