release 2.031002
This commit is contained in:
@@ -3,11 +3,6 @@
|
|||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
* [#192] Fix rejection of set_* actions in netdisco-do
|
* [#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
|
* Update dependency on SNMP::Info to 3.24 to pick up bug fixes
|
||||||
|
|
||||||
2.031000 - 2015-02-04
|
2.031000 - 2015-02-04
|
||||||
@@ -32,6 +27,7 @@
|
|||||||
* [#182] SSID and PoE showing in wrong Device Port columns
|
* [#182] SSID and PoE showing in wrong Device Port columns
|
||||||
* [#181] AP Client Count report was broken
|
* [#181] AP Client Count report was broken
|
||||||
* [#195] Fix CGI params parsing rows limit when "All" selected
|
* [#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
|
2.030000 - 2015-01-08
|
||||||
|
|
||||||
|
|||||||
@@ -92,4 +92,4 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
||||||
version: 2.031001
|
version: 2.031002
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.031001';
|
our $VERSION = '2.031002';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
use Module::Find ();
|
use Module::Find ();
|
||||||
|
|||||||
Reference in New Issue
Block a user