diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-10-16 18:31:14 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-10-16 18:31:14 +0200 |
commit | 478af720d86b987ace1ec19f653e975af58430cb (patch) | |
tree | c880bf939d53225e307dff257f7048c7606c932b | |
parent | a03b96f1cf12bb8ce60cad97300cb0bd68433188 (diff) | |
download | netctl-478af720d86b987ace1ec19f653e975af58430cb.tar.gz netctl-478af720d86b987ace1ec19f653e975af58430cb.tar.xz |
3.0 release updates
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -export VERSION = 2.8.11 +export VERSION = 3.0 .PHONY: install install-wireless install-docs docs tarball pkgbuild upload clean @@ -1,3 +1,10 @@ +version 3.0 +- drop a version number digit +- add support for 'options' in /etc/resolv.conf +- update rfkill implementation +- fix bond connections (FS#31770) +- assorted fixes + version 2.8.11 - add IPv6 support for PPPoE connections - use a workound for a unit stopping bug in systemd |