diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | scripts/netcfg | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,5 @@ DESTDIR= -VERSION=2.6.3 +VERSION=2.6.4 VPATH = doc .PHONY: install docs @@ -1,3 +1,7 @@ +version 2.6.4 +- documentation update +- modify wireless workflow to avoid issues with association + version 2.6.3 - fix infinite symlink loop (FS#25077) diff --git a/scripts/netcfg b/scripts/netcfg index af70b76..11b3646 100755 --- a/scripts/netcfg +++ b/scripts/netcfg @@ -2,7 +2,7 @@ . /usr/lib/network/network -NETCFG_VER=2.6.3 +NETCFG_VER=2.6.4 version() { |