release 2.029014

This commit is contained in:
Oliver Gorwits
2014-11-19 23:04:59 +00:00
parent 8856cc5d03
commit 0bb10f5db6
3 changed files with 14 additions and 14 deletions

View File

@@ -1,27 +1,27 @@
2.029013_002 - 2014-11-14 2.029014 - 2014-11-19
[ENHANCEMENTS] [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 * [#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 * Add "Run Expire Job" to the Admin Menu
* Discovered devices are polled for ARP and MAC immediately * Discovered devices are polled for ARP and MAC immediately
[BUG FIXES] [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 * [#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 * [#169] Remove ref to force install of Dancer and DBIC
* [#172] Native VLAN change compatible with Cisco (trunk/access) and Others * [#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 2.029012 - 2014-10-09

View File

@@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;
use 5.010_000; use 5.010_000;
our $VERSION = '2.029013_002'; our $VERSION = '2.029014';
use App::Netdisco::Configuration; use App::Netdisco::Configuration;
use Module::Find (); use Module::Find ();

View File

@@ -36,7 +36,7 @@ but they are backwards compatible.
=back =back
=head1 2.029013_002 =head1 2.029014
=head2 General Notices =head2 General Notices