diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-16 17:25:26 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-04-16 17:25:26 +0200 |
commit | 3cfb2c957a25f5c934e921f6bca49283f2919442 (patch) | |
tree | 3940d9c937288a901a4da16a01a9f712b846a4fc | |
parent | bbeafe5dc2640b9cf2e307a526ef44a287d4cda9 (diff) | |
download | netctl-3cfb2c957a25f5c934e921f6bca49283f2919442.tar.gz netctl-3cfb2c957a25f5c934e921f6bca49283f2919442.tar.xz |
2.8.1 release updates
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -export VERSION = 2.8.0 +export VERSION = 2.8.1 .PHONY: install install-wireless install-docs docs tarball pkgbuild upload clean @@ -1,3 +1,9 @@ +version 2.8.1 +- add compatibility for configuration in /etc/rc.conf + give users time to move to the new scheme +- fix support for the kernel command line +- give initscripts users more familiar output + version 2.8.0 - end support for wireless-dbus and ethernet-iproute syntax use wireless and ethernet instead |