From 1982c0461624aa3c6a20a3db98365067e6d5d065 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Fri, 31 Aug 2012 00:28:10 +0200 Subject: 2.8.10 release updates --- Makefile | 4 ++-- NEWS | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 44fb0b9..35acd60 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION = 2.8.9 +export VERSION = 2.8.10 .PHONY: install install-wireless install-docs docs tarball pkgbuild upload clean @@ -13,7 +13,7 @@ install: install-docs install -m644 src/{network,rfkill,8021x,globals} $(DESTDIR)/usr/lib/network/ install -m755 src/connections/* $(DESTDIR)/usr/lib/network/connections/ # Hooks - install -m755 src/hooks/* ${DESTDIR}/usr/lib/network/hooks/ + install -m755 src/hooks/* $(DESTDIR)/usr/lib/network/hooks/ # Scripts install -d $(DESTDIR)/usr/bin install -m755 \ diff --git a/NEWS b/NEWS index 45bb22c..2c43c0b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +version 2.8.10 +- allow hex passphrases in wifi-menu +- ifplugd path change for net-auto-wired (FS#31340) + version 2.8.9 - add priority support to net-auto-wireless (FS#30737) - fix wifi-menu key handling (FS#31057) -- cgit v1.2.3-24-g4f1b