From 55c8d586e1306fdb0a3fb4aef688f04b225ecc6d Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 28 Apr 2014 22:01:17 +0100 Subject: [PATCH] release 2.026001_004 --- Netdisco/Changes | 4 +++- Netdisco/lib/App/Netdisco.pm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 5ef805a7..cd388784 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -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 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 4d298a4b..839def03 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -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';