From a1ed854b73632298c4d2d60963da4d26b90b6393 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/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 3 files changed, 5 insertions(+), 3 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/META.yml b/Netdisco/META.yml index e43e5d35..8c44bd13 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -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 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';