diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | docs/.gitignore | 3 |
3 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,4 @@ -export VERSION = 0.4 +export VERSION = 0.5 .PHONY: install install-docs docs tarball pkgbuild clean @@ -1,3 +1,6 @@ +netctl 0.5 +- Move the configuration directory to /etc/netctl + netctl 0.4 - Remove default IPv4 netmask - Add zsh completion diff --git a/docs/.gitignore b/docs/.gitignore index 1f7c5c7..56fdc90 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,4 +1,3 @@ *.1 *.5 -*.8 -*.html +*.7 |