release 2.019000

This commit is contained in:
Oliver Gorwits
2013-10-22 14:18:07 +01:00
parent 326f651d6e
commit aab5933de8
3 changed files with 17 additions and 11 deletions

View File

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

View File

@@ -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} || '')

View File

@@ -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<dns>
configuration option for details. Note that the C<nodenames> configuration
items from release C<2.018000> are no longer available.
This release includes new support for SNMPv3 via the C<snmp_auth>
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<nodenames_no> and C<nodenames_only> 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