release 2.026001_004

This commit is contained in:
Oliver Gorwits
2014-04-28 22:01:17 +01:00
parent 0413216f84
commit a1ed854b73
3 changed files with 5 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
2.026001_003 -
2.026001_004 -
[ENHANCEMENTS]
* Add FRU filter option to Module Inventory Report
* Display Phone and Wifi icon on nodes even when not discovered as neighbors
* Sort connected nodes first by VLAN
[BUG FIXES]
@@ -11,6 +12,7 @@
* Fixes to allow output of get_init_file to be used as init script
* Legitimate for same MAC to be in two VLANs on same switchport
* Fix for broken [#82] (/etc/hosts check during ARP IP resolv)
* Discover nodes on ports which have broken near-edge topology
2.025001 - 2014-04-08

View File

@@ -78,4 +78,4 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
version: 2.026001_003
version: 2.026001_004

View File

@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;
our $VERSION = '2.026001_003';
our $VERSION = '2.026001_004';
use App::Netdisco::Environment;
use Dancer ':script';