diff --git a/Netdisco/Changes b/Netdisco/Changes index 2d6b4246..0215ba39 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.033000 - 2015-08 +2.033000 - 2015-08-26 [NEW FEATURES] diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index aed92de5..92ee7b2f 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -79,6 +79,8 @@ lib/App/Netdisco/DB/Result/Virtual/DeviceLinks.pm lib/App/Netdisco/DB/Result/Virtual/DevicePoeStatus.pm lib/App/Netdisco/DB/Result/Virtual/DuplexMismatch.pm lib/App/Netdisco/DB/Result/Virtual/GenericReport.pm +lib/App/Netdisco/DB/Result/Virtual/NodeIp4.pm +lib/App/Netdisco/DB/Result/Virtual/NodeIp6.pm lib/App/Netdisco/DB/Result/Virtual/NodeMonitor.pm lib/App/Netdisco/DB/Result/Virtual/NodesDiscovered.pm lib/App/Netdisco/DB/Result/Virtual/NodeWithAge.pm @@ -322,6 +324,7 @@ share/views/ajax/admintask/undiscoveredneighbors.tt share/views/ajax/admintask/undiscoveredneighbors_csv.tt share/views/ajax/admintask/userlog.tt share/views/ajax/admintask/users.tt +share/views/ajax/admintask/users_csv.tt share/views/ajax/datatabledefaults.tt share/views/ajax/device/addresses.tt share/views/ajax/device/addresses_csv.tt diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 68bad8cf..bf739080 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -7,7 +7,7 @@ build_requires: ExtUtils::MakeMaker: 6.59 Test::More: 0.88 configure_requires: - DBIx::Class: '0.082801' + DBIx::Class: 0.082801 ExtUtils::MakeMaker: 6.59 distribution_type: module dynamic_config: 1 @@ -39,7 +39,7 @@ requires: DBIx::Class: 0.08281 DBIx::Class::Helpers: 2.024 Daemon::Control: 0.001006 - Dancer: '1.3132' + Dancer: 1.3132 Dancer::Plugin::Auth::Extensible: 0.3 Dancer::Plugin::DBIC: 0.2001 Dancer::Plugin::Passphrase: 2.0.1 @@ -69,10 +69,11 @@ requires: Plack::Middleware::ReverseProxy: 0.15 Role::Tiny: 1.002005 SNMP::Info: 3.27 - SQL::Translator: '0.11018' + SQL::Translator: 0.11018 Sereal: 0 Socket6: 0.23 Starman: 0.4008 + Sys::Proctitle: 0 Template: 2.24 Template::Plugin::CSV: 0.04 Template::Plugin::Number::Format: 1.02 @@ -87,9 +88,10 @@ requires: perl: 5.10.0 version: 0.9902 resources: + IRC: irc://irc.freenode.org/#netdisco MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users bugtracker: https://sourceforge.net/p/netdisco/netdisco2/ homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: '2.032007' +version: 2.033000 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index ea74d368..6eeb99b2 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.032007'; +our $VERSION = '2.033000'; use App::Netdisco::Configuration; use Module::Find ();