summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-06-25 00:12:18 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-06-25 00:12:18 +0200
commit91c29a1cf6683fcd2640bca1437b40ef429265c3 (patch)
treee4feb2079739fafe6f1aad6b37aa892618f22e0c
parent12d1e774cee5058c6fe9ec8505772afb7091ed3a (diff)
downloadnetctl-91c29a1cf6683fcd2640bca1437b40ef429265c3.tar.gz
netctl-91c29a1cf6683fcd2640bca1437b40ef429265c3.tar.xz
2.8.5 release updates
-rw-r--r--Makefile2
-rw-r--r--NEWS7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09e4b77..a4baf0f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-export VERSION = 2.8.4
+export VERSION = 2.8.5
.PHONY: install install-wireless install-docs docs tarball pkgbuild upload clean
diff --git a/NEWS b/NEWS
index 03f0abf..007392d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+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
+- Fix net-auto-wired.service (FS#30348)
+- Introduce polling timeout logic
+- Increase default carrier timeout (FS#30361)
+
version 2.8.4
- fixed wait for wifi scan results (FS#29946)
- PPPoE default to noauth (FS#30016)