From 5d8d9e7ece307ae68c938d580900ec0424cdafbf Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Tue, 5 Feb 2013 15:59:27 +0100 Subject: 0.4 release updates --- Makefile | 2 +- NEWS | 4 ++++ contrib/PKGBUILD | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3733df3..2a39719 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION = 0.3 +export VERSION = 0.4 .PHONY: install install-docs docs tarball pkgbuild clean diff --git a/NEWS b/NEWS index 80c04af..e45328a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +netctl 0.4 +- Remove default IPv4 netmask +- Add zsh completion + netctl 0.3 - Correctly wait for devices on boot - Use the first available network interface by default in wifi-menu diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD index d614dfd..14052ec 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD @@ -3,8 +3,8 @@ pkgname=netctl pkgver=%pkgver% pkgrel=1 -pkgdesc="Network configuration and profile scripts" -url="http://archlinux.org/netctl/" +pkgdesc="Profile based systemd network management" +url="http://projects.archlinux.org/netctl.git/" license=("GPL") depends=("coreutils" "iproute2" "openresolv") #makedepends=('asciidoc') # The source tarball includes pre-built documentation. -- cgit v1.2.3-24-g4f1b