diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2014-06-17 13:37:51 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2014-06-17 13:37:51 +0200 |
commit | 2891787a62642c76bf0945181637794832658c48 (patch) | |
tree | 1efe608abd8e7abf0927b9341a1462b8426717fd | |
parent | 92e906ee327fa32ab30bffa3a2769c437456d257 (diff) | |
download | netctl-2891787a62642c76bf0945181637794832658c48.tar.gz netctl-2891787a62642c76bf0945181637794832658c48.tar.xz |
1.8 release updates
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -export VERSION = 1.7 +export VERSION = 1.8 PKG_CONFIG ?= pkg-config @@ -1,3 +1,7 @@ +netctl 1.8 +- Support for IPv6 with dhcpcd 6.4.0 +- Fixes to modes of created files + netctl 1.7 - Fixes for compatibility with Bash 4.3 - Fix killing of pppd |