summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS6
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8d22397..7538a0e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-export VERSION = 0.1
+export VERSION = 0.2
.PHONY: install install-docs docs tarball pkgbuild clean
diff --git a/NEWS b/NEWS
index 8c6149c..3a57652 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,6 @@
+netctl 0.2
+- Drop the Scan parameter for wireless networking
+- Assorted fixes for bugs introduced by forking
+
netctl 0.1
-- forked from netcfg 3.1 and changed considerably
+- Forked from netcfg 3.1 and changed considerably