From 0bb10f5db6c9ab700359d7a5a870941653c52bb7 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 19 Nov 2014 23:04:59 +0000 Subject: [PATCH] release 2.029014 --- Netdisco/Changes | 24 +++++++++---------- Netdisco/lib/App/Netdisco.pm | 2 +- .../lib/App/Netdisco/Manual/ReleaseNotes.pod | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 73b211b1..eb94e52c 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,27 +1,27 @@ -2.029013_002 - 2014-11-14 +2.029014 - 2014-11-19 [ENHANCEMENTS] - * [#161] Updated IOS-XR SSHCollector - * [#165] Mention system clock in docs - * [#164] Workers should restart periodically - * [#168] Jobs requested via web UI are treated as high priority - * [#162] Change from Net::MAC to NetAddr::MAC - * [#159] Macsuck archive behaviour same as ND1 (unseen nodes remain active) - * [#170] Show device SNMP::Info class in web interface * [#133] Custom reports respect sorting in SQL + * [#159] Macsuck archive behaviour same as ND1 (unseen nodes remain active) + * [#161] Updated IOS-XR SSHCollector + * [#162] Change from Net::MAC to NetAddr::MAC + * [#164] Workers should restart periodically + * [#165] Mention system clock in docs + * [#168] Jobs requested via web UI are treated as high priority + * [#170] Show device SNMP::Info class in web interface * Add "Run Expire Job" to the Admin Menu * Discovered devices are polled for ARP and MAC immediately [BUG FIXES] - * Fix for latest DBIx::Class (deploy) - * Fix for latest Dancer (YAML::XS) - * [#160] Job Queue fatal error on num_slots - * [#157] Device Port Log being emptied by device discover * [#156] Only delete node_ip and node_nbt when no active nodes reference + * [#157] Device Port Log being emptied by device discover + * [#160] Job Queue fatal error on num_slots * [#169] Remove ref to force install of Dancer and DBIC * [#172] Native VLAN change compatible with Cisco (trunk/access) and Others + * Fix for latest DBIx::Class (deploy) + * Fix for latest Dancer (YAML::XS) 2.029012 - 2014-10-09 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 12d998ad..ad2e1b5f 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.029013_002'; +our $VERSION = '2.029014'; use App::Netdisco::Configuration; use Module::Find (); diff --git a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod index 69906ad9..c260e955 100644 --- a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -36,7 +36,7 @@ but they are backwards compatible. =back -=head1 2.029013_002 +=head1 2.029014 =head2 General Notices