release 2.031002

This commit is contained in:
Oliver Gorwits
2015-02-04 19:00:50 +00:00
parent b02cb79127
commit fe612df578
3 changed files with 3 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 ();