release 2.044008

This commit is contained in:
Oliver Gorwits
2020-01-23 18:44:43 +00:00
parent 8cc4602f7e
commit 41bb30239c
4 changed files with 14 additions and 8 deletions

12
Changes
View File

@@ -1,16 +1,22 @@
2.044007 - 2019-01-22
2.044008 - 2020-01-23
[BUG FIXES]
* Fix dates in changelog (osmogr)
2.044007 - 2020-01-22
[ENHANCEMENTS]
* Better fix for #677
2.044006 - 2019-01-22
2.044006 - 2020-01-22
[BUG FIXES]
* #677 neighbors map with VLAN filter should only consider configured ports
2.044005 - 2019-01-19
2.044005 - 2020-01-19
[ENHANCEMENTS]

View File

@@ -124,7 +124,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.044007"
"version" : "2.044008"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -824,6 +824,6 @@
"x_IRC" : "irc://irc.freenode.org/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.044007",
"version" : "2.044008",
"x_serialization_backend" : "JSON::PP version 2.97001"
}

View File

@@ -23,7 +23,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.044007'
version: '2.044008'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job:
@@ -567,5 +567,5 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco
version: '2.044007'
version: '2.044008'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;
our $VERSION = '2.044007';
our $VERSION = '2.044008';
use App::Netdisco::Configuration;
=head1 NAME