summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS5
-rw-r--r--src/netcfg2
3 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 054ad23..ec9f335 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
DESTDIR=
-VERSION=2.5.5
+VERSION=2.6
VPATH = doc
install:
diff --git a/NEWS b/NEWS
index 3b63ef1..3240427 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+version 2.6
+- add support for static routes configuration (FS#18700)
+- add support for creating tun/tap interfaces (FS#15049)
+- does not install things in /var/run
+
version 2.5.5
- new connection types: openvpn (FS#21490), vlan
- new option HIDDEN (for hidden SSIDs)
diff --git a/src/netcfg b/src/netcfg
index 231b78b..e00794d 100644
--- a/src/netcfg
+++ b/src/netcfg
@@ -2,7 +2,7 @@
. /usr/lib/network/network
-NETCFG_VER=2.5.5
+NETCFG_VER=2.6
version()
{