summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)