update release notes for 2.028

This commit is contained in:
Oliver Gorwits
2014-07-01 20:57:27 +01:00
parent 533a7c393a
commit 1922ccaa41
2 changed files with 21 additions and 16 deletions

View File

@@ -1,15 +1,4 @@
2.027008_002 - 2014-06-23
[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
2.028000 - 2014-07-01
[NEW FEATURES]
@@ -18,6 +7,7 @@
[ENHANCEMENTS]
* Web daemon will drop root status always if --port is not given
* Ignore devices with "phone" in their CDP/LLDP platform description
* Change log format to contain UTC timestamp
* Link to VLAN search by name from VLAN Inventory report
@@ -27,6 +17,8 @@
[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
* Forward port housekeeping/schedule and expiry/expire legacy config
* Store started timestamp on job completion

View File

@@ -38,15 +38,28 @@ but they are backwards compatible.
=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
configuration will continue to work, but we recommend you rename this key in
your configuration anyway.
configuration will continue to work, but we recommend you now rename this key
in your configuration anyway.
=head1 2.025001
=head2 General Changes
=head2 General Notices
The Web and Backend daemons (C<netdisco-web> and C<netdisco-daemon>
respectively) will now watch your C<deployment.yml> configuration file, and