release 2.034002
This commit is contained in:
		| @@ -1,8 +1,9 @@ | ||||
| 2.034002 - 2017- | ||||
| 2.034002 - 2017-01-06 | ||||
|  | ||||
|   [ENHANCEMENTS] | ||||
|  | ||||
|   * Add documentation note about SNMPv3 configuration on Cisco IOS | ||||
|   * Update repository and issue tracker links for GitHub | ||||
|  | ||||
| 2.034001 - 2016-11-20 | ||||
|  | ||||
|   | ||||
| @@ -11,7 +11,7 @@ configure_requires: | ||||
|   ExtUtils::MakeMaker: 6.59 | ||||
| distribution_type: module | ||||
| dynamic_config: 1 | ||||
| generated_by: 'Module::Install version 1.16' | ||||
| generated_by: 'Module::Install version 1.17' | ||||
| license: bsd | ||||
| meta-spec: | ||||
|   url: http://module-build.sourceforge.net/META-spec-v1.4.html | ||||
| @@ -74,6 +74,7 @@ requires: | ||||
|   Sereal: 0 | ||||
|   Socket6: 0.23 | ||||
|   Starman: 0.4008 | ||||
|   Sys::Proctitle: 0 | ||||
|   Template: 2.24 | ||||
|   Template::Plugin::CSV: 0.04 | ||||
|   Template::Plugin::Number::Format: 1.02 | ||||
| @@ -90,8 +91,8 @@ requires: | ||||
| resources: | ||||
|   IRC: irc://irc.freenode.org/#netdisco | ||||
|   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/ | ||||
|   license: http://opensource.org/licenses/bsd-license.php | ||||
|   repository: git://git.code.sf.net/p/netdisco/netdisco-ng | ||||
| version: '2.034001' | ||||
|   repository: git@github.com:netdisco/netdisco.git | ||||
| version: '2.034002' | ||||
|   | ||||
| @@ -97,8 +97,8 @@ install_script 'bin/netdisco-sshcollector'; | ||||
|  | ||||
| resources | ||||
|   homepage => 'http://netdisco.org/', | ||||
|   bugtracker => 'https://sourceforge.net/p/netdisco/netdisco2/', | ||||
|   repository => 'git://git.code.sf.net/p/netdisco/netdisco-ng', | ||||
|   bugtracker => 'https://github.com/netdisco/netdisco/issues', | ||||
|   repository => 'git@github.com:netdisco/netdisco.git', | ||||
|   MailingList => 'https://lists.sourceforge.net/lists/listinfo/netdisco-users', | ||||
|   IRC => 'irc://irc.freenode.org/#netdisco'; | ||||
|  | ||||
|   | ||||
| @@ -4,7 +4,7 @@ use strict; | ||||
| use warnings; | ||||
| use 5.010_000; | ||||
|  | ||||
| our $VERSION = '2.034001'; | ||||
| our $VERSION = '2.034002'; | ||||
| use App::Netdisco::Configuration; | ||||
|  | ||||
| use Module::Find (); | ||||
|   | ||||
| @@ -35,7 +35,7 @@ | ||||
|               </th> | ||||
|             </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> | ||||
|             </tr> | ||||
|             <tr> | ||||
|   | ||||
| @@ -23,7 +23,7 @@ | ||||
|       <div class="alert fade in"> | ||||
|         <a class="close" data-dismiss="alert">×</a> | ||||
|         Sorry, page not found.  | ||||
|           <a href="http://sourceforge.net/p/netdisco/bugs/" target="_blank"><i class="icon-bug"></i> Report a Bug?</a> | ||||
|           <a href="https://github.com/netdisco/netdisco/issues/new" target="_blank"><i class="icon-bug"></i> Report a Bug?</a> | ||||
|       </div> | ||||
|       [% END %] | ||||
|       [% IF settings.suggest_guest AND NOT session.logged_in_user %] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user