update release notes for 2.028
This commit is contained in:
@@ -1,15 +1,4 @@
|
|||||||
2.027008_002 - 2014-06-23
|
2.028000 - 2014-07-01
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
|
||||||
|
|
||||||
* table_pagesize option to set default size of table pages
|
|
||||||
|
|
||||||
[BUG FIXES]
|
|
||||||
|
|
||||||
* Subnets report date range fixed, but (unnecessary?) "not" option removed
|
|
||||||
* Track how many times the device uptime wrapped (F. Schiavarelli)
|
|
||||||
|
|
||||||
2.027008_001 - 2014-06-23
|
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|
||||||
@@ -18,6 +7,7 @@
|
|||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
* Web daemon will drop root status always if --port is not given
|
||||||
* Ignore devices with "phone" in their CDP/LLDP platform description
|
* Ignore devices with "phone" in their CDP/LLDP platform description
|
||||||
* Change log format to contain UTC timestamp
|
* Change log format to contain UTC timestamp
|
||||||
* Link to VLAN search by name from VLAN Inventory report
|
* Link to VLAN search by name from VLAN Inventory report
|
||||||
@@ -27,6 +17,8 @@
|
|||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* Subnets report date range fixed, & (unnecessary?) "not" option removed
|
||||||
|
* Track how many times the device uptime wrapped (F. Schiavarelli)
|
||||||
* Fix for device counts in VLAN Inventory report
|
* Fix for device counts in VLAN Inventory report
|
||||||
* Forward port housekeeping/schedule and expiry/expire legacy config
|
* Forward port housekeeping/schedule and expiry/expire legacy config
|
||||||
* Store started timestamp on job completion
|
* Store started timestamp on job completion
|
||||||
|
|||||||
@@ -38,15 +38,28 @@ but they are backwards compatible.
|
|||||||
|
|
||||||
=head1 2.028000
|
=head1 2.028000
|
||||||
|
|
||||||
=head2 General Changes
|
=head2 Incompatible Changes
|
||||||
|
|
||||||
|
The daemons can be started from init scripts, as root. They will drop back
|
||||||
|
from the root user to C<netdisco> before opening logs. However a limitation is
|
||||||
|
that the web frontend might need to keep root status to bind to a specific
|
||||||
|
port (e.g. 80) - the logs will then be created as root user. Sorry about that.
|
||||||
|
|
||||||
|
You might also find when upgrading that previous logs were owned by root and
|
||||||
|
Netdisco now wants to write to them as non-root (C<netdisco>) user. Please
|
||||||
|
either remove the logs before restarting, or alter their ownership.
|
||||||
|
|
||||||
|
Logs can be found in the C<logs> subdirectory of Netdisco's home area.
|
||||||
|
|
||||||
|
=head2 General Notices
|
||||||
|
|
||||||
The configuration item C<housekeeping> has been renamed to C<schedule>. Old
|
The configuration item C<housekeeping> has been renamed to C<schedule>. Old
|
||||||
configuration will continue to work, but we recommend you rename this key in
|
configuration will continue to work, but we recommend you now rename this key
|
||||||
your configuration anyway.
|
in your configuration anyway.
|
||||||
|
|
||||||
=head1 2.025001
|
=head1 2.025001
|
||||||
|
|
||||||
=head2 General Changes
|
=head2 General Notices
|
||||||
|
|
||||||
The Web and Backend daemons (C<netdisco-web> and C<netdisco-daemon>
|
The Web and Backend daemons (C<netdisco-web> and C<netdisco-daemon>
|
||||||
respectively) will now watch your C<deployment.yml> configuration file, and
|
respectively) will now watch your C<deployment.yml> configuration file, and
|
||||||
|
|||||||
Reference in New Issue
Block a user