summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS4
-rw-r--r--contrib/PKGBUILD4
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.