summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-03-27 10:14:43 +0100
committerJouke Witteveen <j.witteveen@gmail.com>2013-03-27 10:14:43 +0100
commit11a2b4d455d5d996b78a3fa5f72b6728b470338f (patch)
tree34a03e7b7da52d95473d2be909550b25afd3f75f
parent7ac5d7807a012f2df6ebcd062fa5e0ac0ccf5356 (diff)
downloadnetctl-11a2b4d455d5d996b78a3fa5f72b6728b470338f.tar.gz
netctl-11a2b4d455d5d996b78a3fa5f72b6728b470338f.tar.xz
0.8 release updates
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f29552a..f822cd9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-export VERSION = 0.7
+export VERSION = 0.8
.PHONY: install install-docs docs tarball pkgbuild clean
diff --git a/NEWS b/NEWS
index 1011e03..f4d0690 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+netctl 0.8
+- Fix escaping of unfortunate strings
+- Add support for configuration defaults to connection scripts
+
netctl 0.7
- Add support for systemd character escaping
- Assorted fixes, including to vlan connections and the documentation