summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-08-09 17:22:03 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-08-09 17:22:03 +0200
commit890a3c483644858615027c4f0358bbfb4e51f05f (patch)
tree0944098206474364db719fe572a94afb3ddd8584
parent7b8dee2209da8a0db1722562fc33fad336eafc8d (diff)
downloadnetctl-890a3c483644858615027c4f0358bbfb4e51f05f.tar.gz
netctl-890a3c483644858615027c4f0358bbfb4e51f05f.tar.xz
2.8.9 release updates
-rw-r--r--Makefile2
-rw-r--r--NEWS5
-rw-r--r--contrib/PKGBUILD7
3 files changed, 11 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fdee1f5..44fb0b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-export VERSION = 2.8.8
+export VERSION = 2.8.9
.PHONY: install install-wireless install-docs docs tarball pkgbuild upload clean
diff --git a/NEWS b/NEWS
index 09e8a49..45bb22c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+version 2.8.9
+- add priority support to net-auto-wireless (FS#30737)
+- fix wifi-menu key handling (FS#31057)
+- add systemd net-profiles symlink for compatibility
+
version 2.8.8
- fix killing wpa_actiond (FS#30664)
- fix tuntap without an IP (FS#30638)
diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD
index b6336af..108dbe5 100644
--- a/contrib/PKGBUILD
+++ b/contrib/PKGBUILD
@@ -11,8 +11,8 @@ depends=("coreutils" "dhcpcd" "iproute2")
#makedepends=('asciidoc') # The source tarball includes pre-built documentation.
optdepends=('dialog: for the menu based profile and wifi selectors'
'wpa_supplicant: for wireless networking support'
- 'ifplugd: for automatic wired connections through rc.d/net-auto-wired'
- 'wpa_actiond: for automatic wireless connections through rc.d/net-auto-wireless'
+ 'ifplugd: for automatic wired connections through net-auto-wired'
+ 'wpa_actiond: for automatic wireless connections through net-auto-wireless'
'wireless_tools: for interface renaming through net-rename'
'ifenslave: for bond connections'
'bridge-utils: for bridge connections'
@@ -29,5 +29,8 @@ package() {
# Shell Completion
install -D -m644 contrib/bash-completion "$pkgdir/usr/share/bash-completion/completions/netcfg"
install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netcfg"
+
+ # Compatibility
+ ln -s netcfg.service "$pkgdir/usr/lib/systemd/system/net-profiles.service"
}