From 4ff803521951463582e4fc522c5965c05233883b Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 3 Jul 2011 21:57:34 +0200 Subject: Release version 2.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- Makefile | 2 +- NEWS | 5 +++++ scripts/netcfg | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 06f0282..c0594f3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DESTDIR= -VERSION=2.6.1 +VERSION=2.6.2 VPATH = doc .PHONY: install docs diff --git a/NEWS b/NEWS index ccfb79d..d2e916c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +version 2.6.2 +- fix broken WEP support (FS#24896) +- fix dhcpcd/dhclient not stopped properly (FS#23293) +- fix specifying access point by BSSID (FS#24906) + version 2.6.1 - fix missing mkdir for net-auto-wireless - add basic configuration capabilities to tun/tap interfaces diff --git a/scripts/netcfg b/scripts/netcfg index cb536b9..ca613ba 100755 --- a/scripts/netcfg +++ b/scripts/netcfg @@ -2,7 +2,7 @@ . /usr/lib/network/network -NETCFG_VER=2.6.1 +NETCFG_VER=2.6.2 version() { -- cgit v1.2.3-24-g4f1b