diff options
-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() { |