testing release 2.035999_001
This commit is contained in:
8
Changes
8
Changes
@@ -1,9 +1,12 @@
|
|||||||
2.036000 -
|
2.035999_001 - 2017-05-17
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|
||||||
* template_paths config to allow easier override of web templates
|
|
||||||
* new ACL features including AND and negation
|
* new ACL features including AND and negation
|
||||||
|
* named ACLs which can be used in other ACLs or *_only/*_no settings
|
||||||
|
* template_paths setting to allow very easy override of code and templates
|
||||||
|
* site_local_files setting for easy lib/template override (TODO: docs)
|
||||||
|
* support for device identity steering via device_identity (TODO: docs)
|
||||||
|
|
||||||
[ENHANCEMENTTS]
|
[ENHANCEMENTTS]
|
||||||
|
|
||||||
@@ -14,6 +17,7 @@
|
|||||||
|
|
||||||
* Add SSL development library to Release Notes
|
* Add SSL development library to Release Notes
|
||||||
* #309 missing Device Port VLAN Mismatch CSV template
|
* #309 missing Device Port VLAN Mismatch CSV template
|
||||||
|
* fail safe on an empty *_no ACL
|
||||||
|
|
||||||
2.035006 - 2017-04-29
|
2.035006 - 2017-04-29
|
||||||
|
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
"provides" : {
|
"provides" : {
|
||||||
"App::Netdisco" : {
|
"App::Netdisco" : {
|
||||||
"file" : "lib/App/Netdisco.pm",
|
"file" : "lib/App/Netdisco.pm",
|
||||||
"version" : "2.035006"
|
"version" : "2.035999_001"
|
||||||
},
|
},
|
||||||
"App::Netdisco::AnyEvent::Nbtstat" : {
|
"App::Netdisco::AnyEvent::Nbtstat" : {
|
||||||
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
||||||
@@ -628,7 +628,7 @@
|
|||||||
"file" : "lib/Dancer/Template/NetdiscoTemplateToolkit.pm"
|
"file" : "lib/Dancer/Template/NetdiscoTemplateToolkit.pm"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"release_status" : "stable",
|
"release_status" : "testing",
|
||||||
"resources" : {
|
"resources" : {
|
||||||
"bugtracker" : {
|
"bugtracker" : {
|
||||||
"web" : "https://github.com/netdisco/netdisco/issues"
|
"web" : "https://github.com/netdisco/netdisco/issues"
|
||||||
@@ -643,6 +643,6 @@
|
|||||||
"x_IRC" : "irc://irc.freenode.org/#netdisco",
|
"x_IRC" : "irc://irc.freenode.org/#netdisco",
|
||||||
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
|
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
|
||||||
},
|
},
|
||||||
"version" : "2.035006",
|
"version" : "2.035999_001",
|
||||||
"x_serialization_backend" : "JSON::PP version 2.27400"
|
"x_serialization_backend" : "JSON::PP version 2.27400"
|
||||||
}
|
}
|
||||||
|
|||||||
4
META.yml
4
META.yml
@@ -18,7 +18,7 @@ name: App-Netdisco
|
|||||||
provides:
|
provides:
|
||||||
App::Netdisco:
|
App::Netdisco:
|
||||||
file: lib/App/Netdisco.pm
|
file: lib/App/Netdisco.pm
|
||||||
version: '2.035006'
|
version: 2.035999_001
|
||||||
App::Netdisco::AnyEvent::Nbtstat:
|
App::Netdisco::AnyEvent::Nbtstat:
|
||||||
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
|
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
|
||||||
App::Netdisco::Backend::Job:
|
App::Netdisco::Backend::Job:
|
||||||
@@ -442,5 +442,5 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: https://github.com/netdisco/netdisco
|
repository: https://github.com/netdisco/netdisco
|
||||||
version: '2.035006'
|
version: 2.035999_001
|
||||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
|
x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.035006';
|
our $VERSION = '2.035999_001';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
use Module::Find ();
|
use Module::Find ();
|
||||||
|
|||||||
Reference in New Issue
Block a user