From e0794567afc8eef9350d1b4bae44771b2d226228 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 10 Sep 2013 23:30:07 +0100 Subject: [PATCH] release 2.016000 --- Netdisco/Changes | 3 ++- Netdisco/MANIFEST | 7 +++++++ Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod | 7 +++++++ 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 561b5b49..ed1bcd59 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.015001_001 - 2013-09-10 +2.016000 - 2013-09-10 [NEW FEATURES] @@ -9,6 +9,7 @@ * Store port control and device delete log messages * Allow port list filtering by port state (up/down/etc) + * Explicit partial match setting for port filter [BUG FIXES] diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index df6b012e..22ef1239 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -68,6 +68,7 @@ lib/App/Netdisco/DB/Result/User.pm lib/App/Netdisco/DB/Result/UserLog.pm lib/App/Netdisco/DB/Result/Virtual/ActiveNode.pm lib/App/Netdisco/DB/Result/Virtual/ActiveNodeWithAge.pm +lib/App/Netdisco/DB/Result/Virtual/ApRadioChannelPower.pm lib/App/Netdisco/DB/Result/Virtual/DeviceLinks.pm lib/App/Netdisco/DB/Result/Virtual/DevicePortVlanNative.pm lib/App/Netdisco/DB/Result/Virtual/DevicePortVlanTagged.pm @@ -127,6 +128,7 @@ lib/App/Netdisco/Util/SanityCheck.pm lib/App/Netdisco/Util/SNMP.pm lib/App/Netdisco/Util/Web.pm lib/App/Netdisco/Web.pm +lib/App/Netdisco/Web/About.pm lib/App/Netdisco/Web/AdminTask.pm lib/App/Netdisco/Web/Auth/Provider/DBIC.pm lib/App/Netdisco/Web/AuthN.pm @@ -142,6 +144,8 @@ lib/App/Netdisco/Web/Plugin/Device/Modules.pm lib/App/Netdisco/Web/Plugin/Device/Neighbors.pm lib/App/Netdisco/Web/Plugin/Device/Ports.pm lib/App/Netdisco/Web/Plugin/Inventory.pm +lib/App/Netdisco/Web/Plugin/Report/ApChannelDist.pm +lib/App/Netdisco/Web/Plugin/Report/ApRadioChannelPower.pm lib/App/Netdisco/Web/Plugin/Report/DuplexMismatch.pm lib/App/Netdisco/Web/Plugin/Report/HalfDuplex.pm lib/App/Netdisco/Web/Plugin/Report/PortUtilization.pm @@ -213,6 +217,7 @@ share/public/javascripts/netdisco.js share/public/javascripts/netdisco_portcontrol.js share/public/javascripts/toastr.js share/public/javascripts/underscore.min.js +share/views/about.tt share/views/admintask.tt share/views/ajax/admintask/jobqueue.tt share/views/ajax/admintask/pseudodevice.tt @@ -223,6 +228,8 @@ share/views/ajax/device/details.tt share/views/ajax/device/modules.tt share/views/ajax/device/netmap.tt share/views/ajax/device/ports.tt +share/views/ajax/report/apchanneldist.tt +share/views/ajax/report/apradiochannelpower.tt share/views/ajax/report/duplexmismatch.tt share/views/ajax/report/halfduplex.tt share/views/ajax/report/portutilization.tt diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 7ad743db..9929e5b6 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -63,4 +63,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: 2.015000 +version: 2.016000 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 72ba9230..ee2b58a9 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.015000'; +our $VERSION = '2.016000'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '') diff --git a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod index ce8d2c1a..f24fc479 100644 --- a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -8,6 +8,13 @@ This document will list only the most significant changes with each release of Netdisco. You are B recommended to read this document each time you install and upgrade. Also see the Changes file, for more information. +=head1 2.016000 + +=head2 General Notices + +The dangerous action log messages are now saved to the database. In a future +version there will be a way to display them in the web interface. + =head1 2.015000 =head2 Heath Advice