release 2.026001_004

This commit is contained in:
Oliver Gorwits
2014-04-28 22:01:17 +01:00
parent 0413216f84
commit 55c8d586e1
2 changed files with 4 additions and 2 deletions

View File

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

View File

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