Skip to content

Commit

Permalink
release 2.076002
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Apr 30, 2024
1 parent c269e46 commit b55e3c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,3 +1,9 @@
2.076002 - 2024-04-30

[BUG FIXES]

* better clean-up child processes of pingsweep

2.076001 - 2024-04-24

[ENHANCEMENTS]
Expand Down
5 changes: 3 additions & 2 deletions META.json
Expand Up @@ -94,6 +94,7 @@
"Plack::Middleware::Headers" : "0",
"Plack::Middleware::ReverseProxy" : "0.15",
"Pod::Usage" : "0",
"Proc::ProcessTable" : "0.636",
"Regexp::Common" : "2017060201",
"Regexp::Common::net::CIDR" : "0",
"Role::Tiny" : "1.002005",
Expand Down Expand Up @@ -142,7 +143,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.076001"
"version" : "2.076002"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
Expand Down Expand Up @@ -974,6 +975,6 @@
"x_IRC" : "irc://irc.libera.chat/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.076001",
"version" : "2.076002",
"x_serialization_backend" : "JSON::PP version 4.16"
}
5 changes: 3 additions & 2 deletions META.yml
Expand Up @@ -23,7 +23,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.076001'
version: '2.076002'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job:
Expand Down Expand Up @@ -632,6 +632,7 @@ requires:
Plack::Middleware::Headers: '0'
Plack::Middleware::ReverseProxy: '0.15'
Pod::Usage: '0'
Proc::ProcessTable: '0.636'
Regexp::Common: '2017060201'
Regexp::Common::net::CIDR: '0'
Role::Tiny: '1.002005'
Expand Down Expand Up @@ -673,5 +674,5 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/BSD-3-Clause
repository: https://github.com/netdisco/netdisco
version: '2.076001'
version: '2.076002'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
2 changes: 1 addition & 1 deletion lib/App/Netdisco.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;

our $VERSION = '2.076001';
our $VERSION = '2.076002';
use App::Netdisco::Configuration;

=head1 NAME
Expand Down

0 comments on commit b55e3c1

Please sign in to comment.