From 890a3c483644858615027c4f0358bbfb4e51f05f Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Thu, 9 Aug 2012 17:22:03 +0200 Subject: 2.8.9 release updates --- Makefile | 2 +- NEWS | 5 +++++ contrib/PKGBUILD | 7 +++++-- 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" } -- cgit v1.2.3-24-g4f1b