diff --git a/Netdisco/Changes b/Netdisco/Changes index d89d64f9..9cda62a2 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -3,11 +3,6 @@ [BUG FIXES] * [#192] Fix rejection of set_* actions in netdisco-do - -2.031001 - 2015-02-04 - - [BUG FIXES] - * Update dependency on SNMP::Info to 3.24 to pick up bug fixes 2.031000 - 2015-02-04 @@ -32,6 +27,7 @@ * [#182] SSID and PoE showing in wrong Device Port columns * [#181] AP Client Count report was broken * [#195] Fix CGI params parsing rows limit when "All" selected + * Delete device was not using the custom handler and respecting node archive 2.030000 - 2015-01-08 diff --git a/Netdisco/META.yml b/Netdisco/META.yml index aa528566..2213bf93 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -92,4 +92,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.031001 +version: 2.031002 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 9ea9401c..6f5f10f0 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.031001'; +our $VERSION = '2.031002'; use App::Netdisco::Configuration; use Module::Find ();