From aab5933de80940f9c7b2726dadd36fe702977f4e Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 22 Oct 2013 14:18:07 +0100 Subject: [PATCH] release 2.019000 --- Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- .../lib/App/Netdisco/Manual/ReleaseNotes.pod | 24 ++++++++++++------- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Netdisco/META.yml b/Netdisco/META.yml index a5a22df3..da6f31f9 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -67,4 +67,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.018000_002 +version: 2.019000 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 5a823a62..b51c36b6 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.018000_002'; +our $VERSION = '2.019000'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '') diff --git a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod index ad0fba31..d0f9ef12 100644 --- a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -35,21 +35,27 @@ but they are backwards compatible. =back +=head1 2.019000 + +=head2 General Notices + +This release fixes a number of issues with the poller, and is a recommended +upgrade. + +During Arpnip, Node IPs are resolved to DNS names in parallel. See the C +configuration option for details. Note that the C configuration +items from release C<2.018000> are no longer available. + +This release includes new support for SNMPv3 via the C +configuration option. Please provide feedback to the developers on your +experience. + =head1 2.018000 =head2 General Notices The previous mentioned bug in Macsuck is now fixed. -During Arpnip, Node IPs are no longer resolved to DNS hostnames in real-time. -Another job is queued to perform this action for the device. You can therefore -control using the new C and C config parameters -which daemons run this job. - -The idea here is to support sites where the SNMP polling node has no useful -DNS, but another system can update the DNS entries for nodes (yet do no -polling). - =head1 2.017000 =head2 General Notices