diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-05-22 21:18:40 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-05-22 21:18:40 +0200 |
commit | 6698e6b73561a8e2d02895c6ee4ea0bcf0d3b582 (patch) | |
tree | b4f9c4607596290aeec6e1f7256634ef901dddcd | |
parent | f63ec1acfddf9bf34ff86b6d9a0dd21df01a94ac (diff) | |
download | netctl-6698e6b73561a8e2d02895c6ee4ea0bcf0d3b582.tar.gz netctl-6698e6b73561a8e2d02895c6ee4ea0bcf0d3b582.tar.xz |
netcfg version 2.5.5
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | docs/index | 4 | ||||
-rw-r--r-- | src/netcfg | 2 |
4 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,5 @@ DESTDIR= -VERSION=2.5.4 +VERSION=2.5.5 VPATH = doc install: @@ -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) @@ -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 @@ -2,7 +2,7 @@ . /usr/lib/network/network -NETCFG_VER=2.5.4 +NETCFG_VER=2.5.5 version() { |