release 2.034002

This commit is contained in:
Oliver Gorwits
2017-01-06 14:33:53 +00:00
parent 33a37ffe06
commit d5afb73cee
6 changed files with 12 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
2.034002 - 2017- 2.034002 - 2017-01-06
[ENHANCEMENTS] [ENHANCEMENTS]
* Add documentation note about SNMPv3 configuration on Cisco IOS * Add documentation note about SNMPv3 configuration on Cisco IOS
* Update repository and issue tracker links for GitHub
2.034001 - 2016-11-20 2.034001 - 2016-11-20

View File

@@ -11,7 +11,7 @@ configure_requires:
ExtUtils::MakeMaker: 6.59 ExtUtils::MakeMaker: 6.59
distribution_type: module distribution_type: module
dynamic_config: 1 dynamic_config: 1
generated_by: 'Module::Install version 1.16' generated_by: 'Module::Install version 1.17'
license: bsd license: bsd
meta-spec: meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -74,6 +74,7 @@ requires:
Sereal: 0 Sereal: 0
Socket6: 0.23 Socket6: 0.23
Starman: 0.4008 Starman: 0.4008
Sys::Proctitle: 0
Template: 2.24 Template: 2.24
Template::Plugin::CSV: 0.04 Template::Plugin::CSV: 0.04
Template::Plugin::Number::Format: 1.02 Template::Plugin::Number::Format: 1.02
@@ -90,8 +91,8 @@ requires:
resources: resources:
IRC: irc://irc.freenode.org/#netdisco IRC: irc://irc.freenode.org/#netdisco
MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users
bugtracker: https://sourceforge.net/p/netdisco/netdisco2/ bugtracker: https://github.com/netdisco/netdisco/issues
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@github.com:netdisco/netdisco.git
version: '2.034001' version: '2.034002'

View File

@@ -97,8 +97,8 @@ install_script 'bin/netdisco-sshcollector';
resources resources
homepage => 'http://netdisco.org/', homepage => 'http://netdisco.org/',
bugtracker => 'https://sourceforge.net/p/netdisco/netdisco2/', bugtracker => 'https://github.com/netdisco/netdisco/issues',
repository => 'git://git.code.sf.net/p/netdisco/netdisco-ng', repository => 'git@github.com:netdisco/netdisco.git',
MailingList => 'https://lists.sourceforge.net/lists/listinfo/netdisco-users', MailingList => 'https://lists.sourceforge.net/lists/listinfo/netdisco-users',
IRC => 'irc://irc.freenode.org/#netdisco'; IRC => 'irc://irc.freenode.org/#netdisco';

View File

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

View File

@@ -35,7 +35,7 @@
</th> </th>
</tr> </tr>
<tr> <tr>
<th><a href="http://snmp-info.sourceforge.net/">SNMP::Info</a></th> <th><a href="https://github.com/netdisco/snmp-info">SNMP::Info</a></th>
<th>[% snmpinfo_ver | html_entity %]</th> <th>[% snmpinfo_ver | html_entity %]</th>
</tr> </tr>
<tr> <tr>

View File

@@ -23,7 +23,7 @@
<div class="alert fade in"> <div class="alert fade in">
<a class="close" data-dismiss="alert">×</a> <a class="close" data-dismiss="alert">×</a>
Sorry, page not found.&nbsp; Sorry, page not found.&nbsp;
<a href="http://sourceforge.net/p/netdisco/bugs/" target="_blank"><i class="icon-bug"></i>&nbsp;Report a Bug?</a> <a href="https://github.com/netdisco/netdisco/issues/new" target="_blank"><i class="icon-bug"></i>&nbsp;Report a Bug?</a>
</div> </div>
[% END %] [% END %]
[% IF settings.suggest_guest AND NOT session.logged_in_user %] [% IF settings.suggest_guest AND NOT session.logged_in_user %]