release 2.016000

This commit is contained in:
Oliver Gorwits
2013-09-10 23:30:07 +01:00
parent 77690513b8
commit e0794567af
5 changed files with 18 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
2.015001_001 - 2013-09-10 2.016000 - 2013-09-10
[NEW FEATURES] [NEW FEATURES]
@@ -9,6 +9,7 @@
* Store port control and device delete log messages * Store port control and device delete log messages
* Allow port list filtering by port state (up/down/etc) * Allow port list filtering by port state (up/down/etc)
* Explicit partial match setting for port filter
[BUG FIXES] [BUG FIXES]

View File

@@ -68,6 +68,7 @@ lib/App/Netdisco/DB/Result/User.pm
lib/App/Netdisco/DB/Result/UserLog.pm lib/App/Netdisco/DB/Result/UserLog.pm
lib/App/Netdisco/DB/Result/Virtual/ActiveNode.pm lib/App/Netdisco/DB/Result/Virtual/ActiveNode.pm
lib/App/Netdisco/DB/Result/Virtual/ActiveNodeWithAge.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/DeviceLinks.pm
lib/App/Netdisco/DB/Result/Virtual/DevicePortVlanNative.pm lib/App/Netdisco/DB/Result/Virtual/DevicePortVlanNative.pm
lib/App/Netdisco/DB/Result/Virtual/DevicePortVlanTagged.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/SNMP.pm
lib/App/Netdisco/Util/Web.pm lib/App/Netdisco/Util/Web.pm
lib/App/Netdisco/Web.pm lib/App/Netdisco/Web.pm
lib/App/Netdisco/Web/About.pm
lib/App/Netdisco/Web/AdminTask.pm lib/App/Netdisco/Web/AdminTask.pm
lib/App/Netdisco/Web/Auth/Provider/DBIC.pm lib/App/Netdisco/Web/Auth/Provider/DBIC.pm
lib/App/Netdisco/Web/AuthN.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/Neighbors.pm
lib/App/Netdisco/Web/Plugin/Device/Ports.pm lib/App/Netdisco/Web/Plugin/Device/Ports.pm
lib/App/Netdisco/Web/Plugin/Inventory.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/DuplexMismatch.pm
lib/App/Netdisco/Web/Plugin/Report/HalfDuplex.pm lib/App/Netdisco/Web/Plugin/Report/HalfDuplex.pm
lib/App/Netdisco/Web/Plugin/Report/PortUtilization.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/netdisco_portcontrol.js
share/public/javascripts/toastr.js share/public/javascripts/toastr.js
share/public/javascripts/underscore.min.js share/public/javascripts/underscore.min.js
share/views/about.tt
share/views/admintask.tt share/views/admintask.tt
share/views/ajax/admintask/jobqueue.tt share/views/ajax/admintask/jobqueue.tt
share/views/ajax/admintask/pseudodevice.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/modules.tt
share/views/ajax/device/netmap.tt share/views/ajax/device/netmap.tt
share/views/ajax/device/ports.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/duplexmismatch.tt
share/views/ajax/report/halfduplex.tt share/views/ajax/report/halfduplex.tt
share/views/ajax/report/portutilization.tt share/views/ajax/report/portutilization.tt

View File

@@ -63,4 +63,4 @@ 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: git://git.code.sf.net/p/netdisco/netdisco-ng repository: git://git.code.sf.net/p/netdisco/netdisco-ng
version: 2.015000 version: 2.016000

View File

@@ -7,7 +7,7 @@ use 5.010_000;
use File::ShareDir 'dist_dir'; use File::ShareDir 'dist_dir';
use Path::Class; use Path::Class;
our $VERSION = '2.015000'; our $VERSION = '2.016000';
BEGIN { BEGIN {
if (not ($ENV{DANCER_APPDIR} || '') if (not ($ENV{DANCER_APPDIR} || '')

View File

@@ -8,6 +8,13 @@ This document will list only the most significant changes with each release of
Netdisco. You are B<STRONGLY> recommended to read this document each time you Netdisco. You are B<STRONGLY> recommended to read this document each time you
install and upgrade. Also see the Changes file, for more information. 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 =head1 2.015000
=head2 Heath Advice =head2 Heath Advice