summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS2
-rw-r--r--docs/netcfg-profiles.txt4
-rw-r--r--docs/netcfg.txt2
-rwxr-xr-xscripts/netcfg2
5 files changed, 7 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 28ccf80..711c9e9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DESTDIR=
-VERSION=2.6.6
+VERSION=2.6.7
VPATH = doc
.PHONY: install docs
diff --git a/NEWS b/NEWS
index 405e1e8..75336ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
version 2.6.7
- fix wrong quoting of $profile (FS#25362)
+- fix wrong parsing of wpa_supplicant configuration (FS#25464)
+- fix conflict with old ROUTES variable (FS#25432)
version 2.6.6
- fix wrong rc scripts names in suspend hook (FS#20330)
diff --git a/docs/netcfg-profiles.txt b/docs/netcfg-profiles.txt
index f1ddbc9..615ad6c 100644
--- a/docs/netcfg-profiles.txt
+++ b/docs/netcfg-profiles.txt
@@ -1,7 +1,7 @@
-% NETCFG-PROFILES(5) netcfg 2.6.6 | Arch Linux
+% NETCFG-PROFILES(5) netcfg 2.6.7 | Arch Linux
% Rémy Oudompheng <remy@archlinux.org>
James Rayner <james@archlinux.org>
-% 30 July 2011
+% 8 August 2011
NAME
====
diff --git a/docs/netcfg.txt b/docs/netcfg.txt
index 3755140..e85abd8 100644
--- a/docs/netcfg.txt
+++ b/docs/netcfg.txt
@@ -1,4 +1,4 @@
-% NETCFG(8) netcfg 2.6.6 | Arch Linux
+% NETCFG(8) netcfg 2.6.7 | Arch Linux
% Rémy Oudompheng <remy@archlinux.org>
James Rayner <james@archlinux.org>
% July 2011
diff --git a/scripts/netcfg b/scripts/netcfg
index 61ca4fb..63fed27 100755
--- a/scripts/netcfg
+++ b/scripts/netcfg
@@ -2,7 +2,7 @@
. /usr/lib/network/network
-NETCFG_VER=2.6.6
+NETCFG_VER=2.6.7
version()
{