diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | src/netcfg | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,5 @@ DESTDIR= -VERSION=2.5.5 +VERSION=2.6 VPATH = doc install: @@ -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) @@ -2,7 +2,7 @@ . /usr/lib/network/network -NETCFG_VER=2.5.5 +NETCFG_VER=2.6 version() { |