summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-05-22 21:18:40 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-05-22 21:18:40 +0200
commit6698e6b73561a8e2d02895c6ee4ea0bcf0d3b582 (patch)
treeb4f9c4607596290aeec6e1f7256634ef901dddcd
parentf63ec1acfddf9bf34ff86b6d9a0dd21df01a94ac (diff)
downloadnetctl-6698e6b73561a8e2d02895c6ee4ea0bcf0d3b582.tar.gz
netctl-6698e6b73561a8e2d02895c6ee4ea0bcf0d3b582.tar.xz
netcfg version 2.5.5
-rw-r--r--Makefile2
-rw-r--r--NEWS1
-rw-r--r--docs/index4
-rw-r--r--src/netcfg2
4 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index acb4062..3eab895 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DESTDIR=
-VERSION=2.5.4
+VERSION=2.5.5
VPATH = doc
install:
diff --git a/NEWS b/NEWS
index e7452ca..3b63ef1 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ version 2.5.5
- new connection types: openvpn (FS#21490), vlan
- new option HIDDEN (for hidden SSIDs)
- new option SKIPNOCARRIER (FS#21755)
+- default WPA driver is now nl80211
- minor fixes and improvements (FS#17190, FS#17546,
FS#20150, FS#20569, FS#21377, FS#23293)
- better zsh completion file (FS#19823)
diff --git a/docs/index b/docs/index
index de2bfb9..d689c61 100644
--- a/docs/index
+++ b/docs/index
@@ -21,7 +21,7 @@ netcfg is profile based network connection tool. It can connect to wireless, wir
## Download
-The latest version is 2.5.0rc1
+The latest version is 2.5.5
Arch users can install netcfg via pacman, it is located in the [core] repository. Testing versions can often be found in the [testing] repository.
@@ -29,7 +29,7 @@ Arch users can install netcfg via pacman, it is located in the [core] repository
The source for netcfg can be found on the [Arch Linux ftp](ftp://ftp.archlinux.org/other/netcfg/), or [mirrored here](http://rayner.id.au/netcfg/source/)
-[Download latest source (2.5.0rc1)](ftp://ftp.archlinux.org/other/netcfg/netcfg-2.5.0rc1.tar.gz)
+[Download latest source (2.5.5)](ftp://ftp.archlinux.org/other/netcfg/netcfg-2.5.5.tar.gz)
### Optional dependencies
diff --git a/src/netcfg b/src/netcfg
index cfa7638..231b78b 100644
--- a/src/netcfg
+++ b/src/netcfg
@@ -2,7 +2,7 @@
. /usr/lib/network/network
-NETCFG_VER=2.5.4
+NETCFG_VER=2.5.5
version()
{