release 2.015000
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
2.014001 - 2013-08-27
|
||||
2.015000 - 2013-09-06
|
||||
|
||||
[NEW FEATURES]
|
||||
|
||||
* Device Modules tab (jeneric)
|
||||
* Half Duplex Ports Report
|
||||
* Remember device ports columns and display options in a Cookie
|
||||
* Delete device button for admins
|
||||
|
||||
[ENHANCEMENTS]
|
||||
|
||||
* Change icon for shutdown ports
|
||||
* Modal confirm dialog boxes for dangerous admin actions
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
|
||||
@@ -143,6 +143,7 @@ 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/DuplexMismatch.pm
|
||||
lib/App/Netdisco/Web/Plugin/Report/HalfDuplex.pm
|
||||
lib/App/Netdisco/Web/Plugin/Report/PortUtilization.pm
|
||||
lib/App/Netdisco/Web/Plugin/Search/Device.pm
|
||||
lib/App/Netdisco/Web/Plugin/Search/Node.pm
|
||||
@@ -161,6 +162,7 @@ META.yml
|
||||
share/config.yml
|
||||
share/environments/deployment.yml
|
||||
share/public/500.html
|
||||
share/public/css/bootstrap-tree.css
|
||||
share/public/css/bootstrap.min.css
|
||||
share/public/css/font-awesome.min.css
|
||||
share/public/css/jquery.qtip.min.css
|
||||
@@ -204,6 +206,7 @@ share/public/javascripts/jquery-deserialize.js
|
||||
share/public/javascripts/jquery-history.js
|
||||
share/public/javascripts/jquery-latest.min.js
|
||||
share/public/javascripts/jquery-ui.custom.min.js
|
||||
share/public/javascripts/jquery.cookie.js
|
||||
share/public/javascripts/jquery.floatThead.js
|
||||
share/public/javascripts/jquery.qtip.min.js
|
||||
share/public/javascripts/netdisco.js
|
||||
@@ -217,9 +220,11 @@ share/views/ajax/admintask/topology.tt
|
||||
share/views/ajax/admintask/users.tt
|
||||
share/views/ajax/device/addresses.tt
|
||||
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/duplexmismatch.tt
|
||||
share/views/ajax/report/halfduplex.tt
|
||||
share/views/ajax/report/portutilization.tt
|
||||
share/views/ajax/search/device.tt
|
||||
share/views/ajax/search/node_by_ip.tt
|
||||
@@ -230,6 +235,7 @@ share/views/device.tt
|
||||
share/views/index.tt
|
||||
share/views/inventory.tt
|
||||
share/views/js/admintask.js
|
||||
share/views/js/bootstrap-tree.js
|
||||
share/views/js/common.js
|
||||
share/views/js/device.js
|
||||
share/views/js/report.js
|
||||
|
||||
@@ -51,6 +51,7 @@ requires:
|
||||
Socket6: 0.23
|
||||
Starman: 0.3008
|
||||
Template: 2.24
|
||||
URL::Encode: 0.01
|
||||
YAML: 0.84
|
||||
YAML::XS: 0.41
|
||||
namespace::clean: 0.24
|
||||
@@ -62,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.014000
|
||||
version: 2.015000
|
||||
|
||||
@@ -7,7 +7,7 @@ use 5.010_000;
|
||||
use File::ShareDir 'dist_dir';
|
||||
use Path::Class;
|
||||
|
||||
our $VERSION = '2.014000';
|
||||
our $VERSION = '2.015000';
|
||||
|
||||
BEGIN {
|
||||
if (not ($ENV{DANCER_APPDIR} || '')
|
||||
|
||||
@@ -6,11 +6,27 @@ App::Netdisco::Manual::ReleaseNotes - Release Notes
|
||||
|
||||
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
|
||||
install and upgrade.
|
||||
install and upgrade. Also see the Changes file, for more information.
|
||||
|
||||
=head1 2.015000
|
||||
|
||||
=head2 Heath Advice
|
||||
|
||||
Some of the "dangerous action" confirmation dialogs offer to take a log
|
||||
message (e.g. Port Control, Device Delete). Currently the log messages are
|
||||
B<not saved>. This feature will be added in the next release.
|
||||
|
||||
=head1 2.014000
|
||||
|
||||
=head2 General Notices
|
||||
|
||||
The backend poller daemon is now considered stable. You can uncomment the
|
||||
C<housekeeping> section of the example configuration and thereby enable
|
||||
regular device (re-)discovery, arpnip and macsuck.
|
||||
|
||||
=head1 2.013000
|
||||
|
||||
=head2 General Changes
|
||||
=head2 General Notices
|
||||
|
||||
You can now configure LDAP authentication for users.
|
||||
|
||||
@@ -38,13 +54,13 @@ frontend user cannot SELECT from the C<community> DB table.
|
||||
|
||||
=head1 2.011000
|
||||
|
||||
=head2 General Changes
|
||||
=head2 General Notices
|
||||
|
||||
Users can be managed through the web interface (by admins only).
|
||||
|
||||
=head1 2.010000
|
||||
|
||||
=head2 General Changes
|
||||
=head2 General Notices
|
||||
|
||||
You can now simplify database configuration to just the following, instead of
|
||||
the more verbose C<plugins/DBIC> setting which was there before:
|
||||
@@ -67,7 +83,7 @@ This release contains the first version of our new poller, which handles
|
||||
device and node discovery. Please make sure to backup any existing Netdisco
|
||||
database before trying it out.
|
||||
|
||||
=head2 General Changes
|
||||
=head2 General Notices
|
||||
|
||||
You can remove any settings from C<~/environments/deployment.yml> which you
|
||||
didn't edit or add to the file yourself. All defaults are now properly
|
||||
@@ -86,7 +102,7 @@ Please B<rename or copy> your environment file:
|
||||
|
||||
mv ~/environments/development.yml ~/environments/deployment.yml
|
||||
|
||||
=head2 General Changes
|
||||
=head2 General Notices
|
||||
|
||||
The installation is now relocateable outside of a user's home directory by
|
||||
setting the C<NETDISCO_HOME> environment variable. This defaults to your own
|
||||
|
||||
Reference in New Issue
Block a user