diff --git a/Changes b/Changes index d60f8883..d3a2ac94 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.044001 - 2019-09-26 + + [BUG FIXES] + + * #654 Device Ports list is not sorting numerically + 2.044000 - 2019-09-23 [NEW FEATURES] diff --git a/META.json b/META.json index 3bc274e6..8491190a 100644 --- a/META.json +++ b/META.json @@ -123,7 +123,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.044000" + "version" : "2.044001" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -820,6 +820,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.044000", + "version" : "2.044001", "x_serialization_backend" : "JSON::PP version 2.97001" } diff --git a/META.yml b/META.yml index 8031b13b..dc7d7916 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.044000' + version: '2.044001' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -564,5 +564,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.044000' +version: '2.044001' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index f5e9d88d..b3b6490d 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.044000'; +our $VERSION = '2.044001'; use App::Netdisco::Configuration; =head1 NAME @@ -219,11 +219,11 @@ port control, etc): After installing Netdisco for the first time, you must manually discover at least one device on your network. Choose a device which speaks CDP, FDP, or -LLDP and thus knows about its neighbors; Netdisco will then start following -this chain of neighbors to discover the rest of your network. +LLDP and knows about its neighbors; Netdisco will then start following this +chain of neighbors to discover the rest of your network. -To do this, either go to the web interface and enter an IP or fully qualified -domain name, or perform the following step at the command line: +Either go to the web interface and enter an IP or fully qualified domain name, +OR perform the following step at the command line: ~/bin/netdisco-do discover {name or IP address of a switch or router} @@ -242,20 +242,7 @@ L. =head1 Upgrading from 2.x -I Whenever you upgrade your operating system, you should delete the -C<~/perl5> directory and re-run the C command above, to update -Netdisco's C library bindings. - -I You should take care not to run C<< netdisco-backend >> and the -Netdisco 1.x daemon at the same time. Similarly, if you use the device -discovery with Netdisco 2, disable your system's cron jobs for the Netdisco -1.x poller. - -If you're running a version of Netdisco prior to 2.x then you should follow -the full installation instructions, above. This process is for upgrading -version 2.x only. - -Before upgrading always review the latest L. +Always review the latest L. Then the process below should be run for each installation: # upgrade Netdisco @@ -271,6 +258,12 @@ Then the process below should be run for each installation: # restart the backend workers (wherever you run them) ~/bin/netdisco-backend restart +Furthermore, whenever you upgrade your Operating System, you must delete the +C<~/perl5> directory and re-run the following command, to update Netdisco's C +library bindings: + + curl -L https://cpanmin.us/ | perl - --notest --local-lib ~/perl5 App::Netdisco + =head1 Tips and Tricks =head2 Searching