diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2014-05-06 12:18:33 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2014-05-06 12:18:33 +0200 |
commit | 62af92bb0a24a5312bd2a1c58af75b3af6684a27 (patch) | |
tree | 7ee5f2011987f82da46ef6e921eea12832c5ba7f | |
parent | aca869f328fb2695be0bf04114d3007619f605fd (diff) | |
download | netctl-62af92bb0a24a5312bd2a1c58af75b3af6684a27.tar.gz netctl-62af92bb0a24a5312bd2a1c58af75b3af6684a27.tar.xz |
1.7 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 = 1.6 +export VERSION = 1.7 PKG_CONFIG ?= pkg-config @@ -1,3 +1,9 @@ +netctl 1.7 +- Fixes for compatibility with Bash 4.3 +- Fix killing of pppd +- Add is-enabled subcommand to netctl +- Add Frequency parameter to WPA configuration + netctl 1.6 - Fixes for bugs introduced in 1.5 |