summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-03-19 15:32:07 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2013-03-19 15:32:07 +0100
commite108b3b497a8553db8af0003a17266183bd6fe15 (patch)
tree108c04bbfbbe9e480c80c1b21dd34bf2449d837d
parent07123c0f5beeae4761a23f1caedec3135afc3867 (diff)
downloadnetctl-e108b3b497a8553db8af0003a17266183bd6fe15.tar.gz
netctl-e108b3b497a8553db8af0003a17266183bd6fe15.tar.xz
0.7 release updates
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df54fba..f29552a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-export VERSION = 0.6
+export VERSION = 0.7
.PHONY: install install-docs docs tarball pkgbuild clean
diff --git a/NEWS b/NEWS
index 51e6ae8..1011e03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+netctl 0.7
+- Add support for systemd character escaping
+- Assorted fixes, including to vlan connections and the documentation
+
netctl 0.6
- Add a sleep hook
- Assorted fixes, including fixes to rfkill and the documentation