diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-06-14 14:32:34 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-06-14 14:32:34 +0200 |
commit | fc98a15f18bc19b7323ae7fdcd23d5338fcf2742 (patch) | |
tree | 414286d82fb3982a841e6e3964c4bc51dd3a0ef5 | |
parent | 4255f154975cc07d3d2a1e5af9a6dd37efac486d (diff) | |
download | netctl-fc98a15f18bc19b7323ae7fdcd23d5338fcf2742.tar.gz netctl-fc98a15f18bc19b7323ae7fdcd23d5338fcf2742.tar.xz |
2.8.4 release updates
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -export VERSION = 2.8.3 +export VERSION = 2.8.4 .PHONY: install install-wireless install-docs docs tarball pkgbuild upload clean @@ -1,3 +1,8 @@ +version 2.8.4 +- fixed wait for wifi scan results (FS#29946) +- PPPoE default to noauth (FS#30016) +- stop waiting longer than necessary when bringing an interface up + version 2.8.3 - Duplicate Address Detection is dealt with for IPv6 users (FS#28887) NOTE: IPCFG is now processed after IPv6 address set-up |