diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-07-05 17:31:01 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-07-05 17:31:01 +0200 |
commit | 1e9a74b2179da26d194f28a6854641bab2e4d505 (patch) | |
tree | 0b60082878a9625a785af2187da2848a16f58fac | |
parent | 046f9da64727f08ae243c1aac8ccdb46b95847ac (diff) | |
download | netctl-1e9a74b2179da26d194f28a6854641bab2e4d505.tar.gz netctl-1e9a74b2179da26d194f28a6854641bab2e4d505.tar.xz |
2.8.6 release candidate 1 updates
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 8 |
2 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -export VERSION = 2.8.5 +export VERSION = 2.8.6rc1 .PHONY: install install-wireless install-docs docs tarball pkgbuild upload clean @@ -1,3 +1,9 @@ +version 2.8.6 +- Fixed key limitation test in wifi-menu +- Improved responsiveness for wireless networking +- Revised logic for wpa_supplicant configurations with non-standard control paths +- Code cleanup + version 2.8.5 - Provide the ability to start the last used profile (FS#23015) - Support weird characters in wifi-menu (FS#30342) and elsewhere @@ -73,7 +79,7 @@ version 2.6.7 version 2.6.6 - fix wrong rc scripts names in suspend hook (FS#20330) - fix wireless failure when using wpa-config and a custom - ctrl_interface path (FS#24949) + ctrl_interface path (FS#24929) - bash-completion: add -r to option list (FS#25188) version 2.6.5 |