summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f22324f..5ea6292 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-export VERSION = 2.7.1
+export VERSION = 2.7.2
.PHONY: install install-wireless install-docs docs tarball pkgbuild upload clean
diff --git a/NEWS b/NEWS
index dd6b43d..53ae50d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+version 2.7.2
+- fix bash completion
+- discontinue "-old" connections
+
version 2.7
- add support for tunnel interfaces
- add support for interface bonding (FS#24802)