Author: buildbot
Date: Fri Jul 21 17:09:35 2017
New Revision: 1015798
Log:
Staging update by buildbot for vcl
Modified:
websites/staging/vcl/trunk/content/ (props changed)
websites/staging/vcl/trunk/content/docs/changelog.html
Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 21 17:09:35 2017
@@ -1 +1 @@
-1802611
+1802613
Modified: websites/staging/vcl/trunk/content/docs/changelog.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/changelog.html (original)
+++ websites/staging/vcl/trunk/content/docs/changelog.html Fri Jul 21 17:09:35
2017
@@ -36,7 +36,18 @@
</div>
<div id="navigation">
- <ul>
+ <style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<ul>
<li><a href="/index.html">Information</a><ul>
<li><a href="/info/features.html">Features</a></li>
<li><a href="/info/architecture.html">Architecture</a></li>
@@ -72,13 +83,204 @@
<div id="content">
<h1 class="title">Apache VCL Change Log</h1>
- <h2 id="2.4.2">2.4.2 Changes</h2>
-<h3 id="improvement">Improvement</h3>
+ <style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="2.5">2.5 Changes<a class="headerlink" href="#2.5" title="Permanent
link">¶</a></h2>
+<h3 id="new-feature">New Feature<a class="headerlink" href="#new-feature"
title="Permanent link">¶</a></h3>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-253'>VCL-253</a>] -
Allow users to specify RDP port</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-277'>VCL-277</a>] -
Add support for images to join Active Directory domains</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-867'>VCL-867</a>] -
Active Directory Authentication for Windows VM's</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-889'>VCL-889</a>] -
Add vcl_post_load script support for Windows images</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-893'>VCL-893</a>] -
Add support for Windows 10 images</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-915'>VCL-915</a>] -
Add ability to automatically mount NFS share when user logs in</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-919'>VCL-919</a>] -
Allow customization of notification messages sent to users</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-971'>VCL-971</a>] -
Add support for Ubuntu's ufw firewall</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-972'>VCL-972</a>] -
Add support for firewalld</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1000'>VCL-1000</a>] -
Run custom scripts at various stages on the management node</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1010'>VCL-1010</a>] -
Support for Windows 10 and Windows Server 2016 images</li>
+</ul>
+<h3 id="improvement">Improvement<a class="headerlink" href="#improvement"
title="Permanent link">¶</a></h3>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-796'>VCL-796</a>] -
Prohibit tomainteance reservations from being created at end of indefinite
server reservations</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-807'>VCL-807</a>] -
indicate timezone on schedules / reservations</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-808'>VCL-808</a>] -
vcld allows user values that contain HTML which is not cleaned on web
interface</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-833'>VCL-833</a>] -
Improve consistency and grammar of website</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-843'>VCL-843</a>] -
Remove "VM limit"</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-851'>VCL-851</a>] -
Prevent warning in vcld.log if vSphere SDK is not installed</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-853'>VCL-853</a>] -
Reservations fail if vSphere SDK is used, host contains a resource pool
and resource path is not configured in VM profile</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-860'>VCL-860</a>] -
Linux.pm's create_user silently fails if vcl group does not exist</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-862'>VCL-862</a>] -
Tag loaded image when request is reserved, inuse, or modified in any way
other than a normal reload</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-865'>VCL-865</a>] -
Remove all calls to defined(@array)</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-879'>VCL-879</a>] -
Add semaphore to iptables commands</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-882'>VCL-882</a>] -
Add Portuguese translation to web UI</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-887'>VCL-887</a>] -
Clean up backend code</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-890'>VCL-890</a>] -
Add button to reload table contents on Edit Computer Profile page</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-894'>VCL-894</a>] -
Add reservation history and current reservation information to Computer
Profiles page</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-896'>VCL-896</a>] -
Improve method to set Linux hostname</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-897'>VCL-897</a>] -
Simplify arguments accepted by grant_root_access subroutines</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-899'>VCL-899</a>] -
Add request ID and management node to reservation history on User Lookup
page</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-905'>VCL-905</a>] -
VMware code should ignore files under .snapshot directories</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-906'>VCL-906</a>] -
VMware code fails to delete dedicated virtual disk directory for server
reservations</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-907'>VCL-907</a>] -
reload reservations page content soonish after Connect is clicked when
reservation is in reserved state</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-910'>VCL-910</a>] -
Improvements to vcld -setup's VMware datastore cleanup functions</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-911'>VCL-911</a>] -
Ensure qcow2 images are saved in backwards compatible format</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-920'>VCL-920</a>] -
Increase timeout in KVM.pm's copy_virtual_disk subroutine</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-923'>VCL-923</a>] -
Rework monitor_vcld.pl script to allow it to work with newer init
daemons</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-930'>VCL-930</a>] -
Update phpmyadmin.sql to use double-underscores in pma__table_info
table</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-934'>VCL-934</a>] -
Warnings generated in vcld.log for server requests because frontend
isn't inserting 'initialconnecttimeout' computerloadlog entry</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-935'>VCL-935</a>] -
modify layout of edit image dialog to distinguish what items are
immediately changed</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-937'>VCL-937</a>] -
Increase max length of duration limited images from 45 days to 20
weeks</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-938'>VCL-938</a>] -
Add a count of computers listed in the table on the Edit Computer Profiles
page</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-946'>VCL-946</a>] -
add image revision to manage computers page</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-947'>VCL-947</a>] -
for block allocation accept/reject emails change sender address from
ENVELOPESENDER to HELPEMAIL</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-948'>VCL-948</a>] -
add admingroup and logingroup to reservation data displayed when looking
up reservations on computers</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-949'>VCL-949</a>] -
userlookup page - add vmhost to reservation history; add list of
reservations user has access to but doesn't own</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-950'>VCL-950</a>] -
use web notifications to alert when a reservation is ready</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-952'>VCL-952</a>] -
API modifications to allow interaction via "VCL go" iOS app</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-956'>VCL-956</a>] -
display reservation times in user's own timezone</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-957'>VCL-957</a>] -
Update Linux pre-capture tasks</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-958'>VCL-958</a>] -
Windows.pm sets currentimage.txt post_load status too early</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-961'>VCL-961</a>] -
VCL may clobber custom network configurations on Linux images</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-963'>VCL-963</a>] -
ManagementNode.pm::execute should be update to accept same hash reference
argument as OS.pm::execute</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-964'>VCL-964</a>] -
Allow default "from" email address to be set if
affiliation.helpaddress is NULL</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-965'>VCL-965</a>] -
util.pm::kill_child_processes is using outdated pgrep arguments</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-966'>VCL-966</a>] -
Ubuntu not detecting SysV-controlled services if chkconfig is not
installed</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-967'>VCL-967</a>] -
Libvirt provisioning does not allow virtual network name to be specified
in the VM host profile</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-969'>VCL-969</a>] -
Disable firstboot service for Linux images</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-976'>VCL-976</a>] -
user_password_length and user_password_spchar not in default schema</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-977'>VCL-977</a>] -
VMware may fail to register VM if existing invalid VM is registered</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-979'>VCL-979</a>] -
install script - prompt for timezine during installation</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-980'>VCL-980</a>] -
add KMS server configuration to Site Configuration page</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-981'>VCL-981</a>] -
Create a New Theme That Is More Responsive for Mobile Devices</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-987'>VCL-987</a>] -
Extend xCAT.pm to attempt to locate a suitable alternate Kickstart image
repository directory</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-999'>VCL-999</a>] -
Rework UnixLab.pm</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1005'>VCL-1005</a>] -
allow dashes in image names</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1006'>VCL-1006</a>] -
Performance Improvements for 2.5</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1008'>VCL-1008</a>] -
Extend libvirt/KVM modules to use device settings from captured VM</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1009'>VCL-1009</a>] -
addition of es_CR translation</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1013'>VCL-1013</a>] -
Modernize parts of Windows code</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1021'>VCL-1021</a>] -
restrict deleting newimages and newvmimages computer groups</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1025'>VCL-1025</a>] -
Update naming convention for VMware VMs</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1026'>VCL-1026</a>] -
Improve VMware code's ability to select the proper guest OS</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1027'>VCL-1027</a>] -
External SSH service under systemd fails to restart if several restarts
are rapidly attempted</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1029'>VCL-1029</a>] -
add a section for managing affiliations to Site Configuration</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1030'>VCL-1030</a>] -
use sitewwwaddress from Global affiliation in user email messages if
specific affiliation has a NULL value</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1031'>VCL-1031</a>] -
Update iptables.pm to be used for all iptables configuration</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1032'>VCL-1032</a>] -
VIM_SSH.pm::get_config_option_info very slow when using
run_ssh_command</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1033'>VCL-1033</a>] -
Add corrective attempts if Windows fails to respond or does not obtain a
public IP address</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1036'>VCL-1036</a>] -
Improve vcld.log output when transferring an image from another
management node</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1042'>VCL-1042</a>] -
add max reservation times to user lookup information</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1045'>VCL-1045</a>] -
Method of encrypting sensitive database entries</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1052'>VCL-1052</a>] -
Prevent captures from failing if VM disk mode is 'dedicated' and
the repository is not configured</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1056'>VCL-1056</a>] -
Add checks/workarounds in iptables.pm if command fails because another
process holds an xtables lock</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1060'>VCL-1060</a>] -
VMware.pm generates warnings and critical message when checking for
multiextent support under ESXi 6.5</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1061'>VCL-1061</a>] -
Unnecessary warnings in vcld.log for Ubuntu 16 images when checking
services</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1062'>VCL-1062</a>] -
stop using Administrator account for Windows imaging reservations</li>
+</ul>
+<h3 id="task">Task<a class="headerlink" href="#task" title="Permanent
link">¶</a></h3>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-968'>VCL-968</a>] -
Localization updates for 2.5</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1024'>VCL-1024</a>] -
comment out Server Profile code</li>
+</ul>
+<h3 id="sub-task">Sub-task<a class="headerlink" href="#sub-task"
title="Permanent link">¶</a></h3>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-898'>VCL-898</a>] -
Update schema to allow NULL request.logid</li>
+</ul>
+<h3 id="bug">Bug<a class="headerlink" href="#bug" title="Permanent
link">¶</a></h3>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-809'>VCL-809</a>] -
Information disclosure when accessing page you don't have access
to</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-846'>VCL-846</a>] -
Improve flow of handling nodes for deleted reservations assigned to new
reservations</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-861'>VCL-861</a>] -
Web timetable endless loop</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-864'>VCL-864</a>] -
selecting the first image id from the user's set of images can give an
error when the user has no access to images</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-866'>VCL-866</a>] -
makeproduction state isn't handled correctly if inuse process is
running</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-868'>VCL-868</a>] -
OS.pm::wait_for_no_ping uses computer's hostname, change to use IP
address</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-870'>VCL-870</a>] -
Synchronize foreign keys and other items between vcl.sql and
update-vcl.sql</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-871'>VCL-871</a>] -
OS.pm::create_text_file fails if content is too long</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-872'>VCL-872</a>] -
Computer notes not saved when changing state from vmhostinuse to
maintenance</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-873'>VCL-873</a>] -
Allow web UI "User Preferences" to handle multiple SSH identity
keys</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-874'>VCL-874</a>] -
change reloading state sooner in load process</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-875'>VCL-875</a>] -
Management node loses SSH access if iptables multiport rule exists</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-877'>VCL-877</a>] -
libvirt provisioning module fails to process checkpoint state
correctly</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-878'>VCL-878</a>] -
Delayed checkpoint attempts are not displayed on web UI Dashboard page</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-880'>VCL-880</a>] -
Issues with clean_iptables in Linux.pm</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-881'>VCL-881</a>] -
Schedules cannot be deleted from web UI</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-883'>VCL-883</a>] -
KVM provisioning module fails to capture Windows 8.x images</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-884'>VCL-884</a>] -
Windows.pm fails to set computer hostname</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-885'>VCL-885</a>] -
Windows.pm::sanitize_files doesn't remove password if default changed
since capture</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-886'>VCL-886</a>] -
xCAT.pm generates "defined(@array) is deprecated" warnings</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-888'>VCL-888</a>] -
Web UI fails to handle translations containing single quotes</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-892'>VCL-892</a>] -
$authtype gets undefined when clearselection submitted to selectAuth</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-900'>VCL-900</a>] -
Empty error box displayed on computer page with private DHCP and invalid
server IP</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-901'>VCL-901</a>] -
Cannot enter preferred name under user preferences if have reservation and
custom RDP port set</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-908'>VCL-908</a>] -
Image owner string is not validated when creating a new image</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-909'>VCL-909</a>] -
get_random_mac_address in utils.pm may generate the same mac for VMs</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-913'>VCL-913</a>] -
VCL KVM Libvirt provisioning module does not check length of the
image's name when create an new image</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-914'>VCL-914</a>] -
VCL web utils.pm may block NCCU access</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-916'>VCL-916</a>] -
Linux.pm get_total_space and get_available_space may generate undefined
array reference warnings</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-918'>VCL-918</a>] -
Site Config page uses wrong variable key for nat port range</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-921'>VCL-921</a>] -
changing owner of an image can cause a duplicate key error on
resourcegroupmembers</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-922'>VCL-922</a>] -
Windows.pm logoff_users may generate undefined array reference errors</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-924'>VCL-924</a>] -
Commands may hang on management node if it has an unavailable NFS
share</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-928'>VCL-928</a>] -
Reference vmx file not saved during image capture if vmprofile.vmdisk =
dedicated and repository is mounted on host</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-929'>VCL-929</a>] -
VMware.pm does not parse hardware version from .vmdk file correctly</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-932'>VCL-932</a>] -
delete reservation from View Time Table does not work</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-936'>VCL-936</a>] -
cannot update management node sysadmin or shadow email addresses</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-939'>VCL-939</a>] -
VMware VM may be unassigned from a host if it is still running</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-940'>VCL-940</a>] -
timing issue getting public IP</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-941'>VCL-941</a>] -
Reservation may fail and be reloaded if reboot fails</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-943'>VCL-943</a>] -
Deep recursion on subroutine VCL::utils::get_vmhost_info</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-944'>VCL-944</a>] -
typo in getUserResources prevents access to management nodes and
groups</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-951'>VCL-951</a>] -
suggested times not displayed for parent image of clusters when making
imaging reservation</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-953'>VCL-953</a>] -
Ubuntu.pm clobbers /etc/network/interfaces even if listed in
vcl_exclude_list</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-962'>VCL-962</a>] -
Scheduled task password fails to get set for Windows 10</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-970'>VCL-970</a>] -
Linux images lose default gateway when rebooted if static public IP
address is used</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-974'>VCL-974</a>] -
VMware VMs may fail to power on if host does not support nested VMs</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-975'>VCL-975</a>] -
End user notification intervals being ignored in inuse.pm</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-982'>VCL-982</a>] -
VIM_SSH.pm:_get_vm_virtual_disk_file_layout fails to parse output</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-983'>VCL-983</a>] -
Manage computers does not update "Computers in table" count
after "Refresh Computer Data" is clicked</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-985'>VCL-985</a>] -
login page and change locale form use continuations when user is logged
out</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-988'>VCL-988</a>] -
KVM libvirt provisioning module colon char in domain name Error starting
domain: Invalid machine name</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-989'>VCL-989</a>] -
Adding ext_sshd service fails Ubuntu 16 images</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-992'>VCL-992</a>] -
ext_sshd service occasionally fails to restart under systemd</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-993'>VCL-993</a>] -
web code should handle user.IMtypeid being NULL</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-995'>VCL-995</a>] -
Unable to change server reservation name if schedule no longer
available</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-996'>VCL-996</a>] -
Linux firewall subroutines do not sort rule numbers correctly</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1001'>VCL-1001</a>] -
changing a future reservation to a now reservation doesn't properly
update the reserved computer</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1004'>VCL-1004</a>] -
Illegal division by zero VMware.pm::copy_vmdk</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1022'>VCL-1022</a>] -
API function XMLRPCgetRequestConnectData shows Administrator account for
all imaging reservations</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1023'>VCL-1023</a>] -
Cluster reservations may fail to copy an image if assigned to multiple
VM hosts sharing a datastore</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1034'>VCL-1034</a>] -
Lab.pm does not handle preload reservations correctly</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1035'>VCL-1035</a>] -
selecting Manage Images->Create/Update an Image doesn't work</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1038'>VCL-1038</a>] -
Wrong OS module used if NAT host image is noimage</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1043'>VCL-1043</a>] -
utils.pm::kill_child_processes generates warnings if ps line begins with
a space</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1044'>VCL-1044</a>] -
getVariable returns wrong value if $incparams == 1 and variable has been
set in $_SESSION['variables']</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1048'>VCL-1048</a>] -
NAT rules not always deleted when a reservation ends</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1050'>VCL-1050</a>] -
Adding a new user group doesn't include the affiliation of the
default owner</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1051'>VCL-1051</a>] -
Backend is not checking for 'checkpoint' state everywhere it
checks for 'image state</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1053'>VCL-1053</a>] -
Prepare VCL 2.5 release</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1054'>VCL-1054</a>] -
Windows.pm user_exists may return true when user doesn't exist</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1055'>VCL-1055</a>] -
'Use of uninitialized value in lc' warning may be generated from
a few subroutines</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1057'>VCL-1057</a>] -
allManagementNodes is assigned available at the initial admin node</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1058'>VCL-1058</a>] -
User accounts not deleted on computer when removed from a server request
admin or access group</li>
+<li>[<a href='https://issues.apache.org/jira/browse/VCL-1059'>VCL-1059</a>] -
AllowUsers lines getting removed due to sequencing issue</li>
+</ul>
+<h2 id="2.4.2">2.4.2 Changes<a class="headerlink" href="#2.4.2"
title="Permanent link">¶</a></h2>
+<h3 id="improvement_1">Improvement<a class="headerlink" href="#improvement_1"
title="Permanent link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-850'>VCL-850</a>] -
Prevent 3D video from being enabled by default in VMware .vmx files</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-859'>VCL-859</a>] -
disable image creation for images with root access disabled</li>
</ul>
-<h3 id="bug">Bug</h3>
+<h3 id="bug_1">Bug<a class="headerlink" href="#bug_1" title="Permanent
link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-847'>VCL-847</a>] -
Computer left in reserved state if user deletes cluster request</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-849'>VCL-849</a>] -
makeproduction state not processed correctly for cluster requests</li>
@@ -87,24 +289,24 @@
<li>[<a href='https://issues.apache.org/jira/browse/VCL-857'>VCL-857</a>] -
admin access not granted if owner of server reservation in access user
group</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-858'>VCL-858</a>] -
Image owner should have root access for imaging reservations</li>
</ul>
-<h3 id="task">Task</h3>
+<h3 id="task_1">Task<a class="headerlink" href="#task_1" title="Permanent
link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-845'>VCL-845</a>] -
Remove blockRequest.admingroupid column</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-848'>VCL-848</a>] -
Prepare VCL 2.4.2 release</li>
</ul>
-<h2 id="2.4.1">2.4.1 Changes</h2>
-<h3 id="improvement_1">Improvement</h3>
+<h2 id="2.4.1">2.4.1 Changes<a class="headerlink" href="#2.4.1"
title="Permanent link">¶</a></h2>
+<h3 id="improvement_2">Improvement<a class="headerlink" href="#improvement_2"
title="Permanent link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-842'>VCL-842</a>] -
Warnings appear in vcld.log if managementnode.keys is not populated</li>
</ul>
-<h3 id="bug_1">Bug</h3>
+<h3 id="bug_2">Bug<a class="headerlink" href="#bug_2" title="Permanent
link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-836'>VCL-836</a>] -
Incorrect IP addresses in cluster_info file</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-839'>VCL-839</a>] -
Problems occur when "localhost" is used for a management node
name</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-841'>VCL-841</a>] -
VMware.pm::configure_vmhost_dedicated_ssh_key may fail</li>
</ul>
-<h2 id="2.4">2.4 Changes</h2>
-<h3 id="new-feature">New Feature</h3>
+<h2 id="2.4">2.4 Changes<a class="headerlink" href="#2.4" title="Permanent
link">¶</a></h2>
+<h3 id="new-feature_1">New Feature<a class="headerlink" href="#new-feature_1"
title="Permanent link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-5'>VCL-5</a>] -
multiple web servers</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-170'>VCL-170</a>] -
option to power off blades after reservation - new reload module</li>
@@ -122,7 +324,7 @@
<li>[<a href='https://issues.apache.org/jira/browse/VCL-783'>VCL-783</a>] -
Add support for 64-bit cygwin</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-810'>VCL-810</a>] -
2.4 install script</li>
</ul>
-<h3 id="improvement_2">Improvement</h3>
+<h3 id="improvement_3">Improvement<a class="headerlink" href="#improvement_3"
title="Permanent link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-16'>VCL-16</a>] -
Enhance cluster reservation process</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-50'>VCL-50</a>] -
Moving machines from Maintenance to VMhost INuse</li>
@@ -213,12 +415,12 @@
<li>[<a href='https://issues.apache.org/jira/browse/VCL-816'>VCL-816</a>] -
Nmap is very slow due to DNS</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-817'>VCL-817</a>] -
pgrep command arguments have changed with RHEL/CentOS 7.x</li>
</ul>
-<h3 id="task_1">Task</h3>
+<h3 id="task_2">Task<a class="headerlink" href="#task_2" title="Permanent
link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-457'>VCL-457</a>] -
VCL new provisioning module: CCMP module (Provisioning virtual machines
inside IBM Cloud)</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-606'>VCL-606</a>] -
viewdocs interface removal</li>
</ul>
-<h3 id="sub-task">Sub-task</h3>
+<h3 id="sub-task_1">Sub-task<a class="headerlink" href="#sub-task_1"
title="Permanent link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-122'>VCL-122</a>] -
Reload reservations setting ending state for user request when it
shouldn't</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-647'>VCL-647</a>] -
Warning generated if vmprofile.rsakey is not defined</li>
@@ -226,7 +428,7 @@
<li>[<a href='https://issues.apache.org/jira/browse/VCL-686'>VCL-686</a>] -
vSphere_SDK.pm::_get_file_info slow</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-798'>VCL-798</a>] -
Password complexity</li>
</ul>
-<h3 id="bug_2">Bug</h3>
+<h3 id="bug_3">Bug<a class="headerlink" href="#bug_3" title="Permanent
link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-22'>VCL-22</a>] -
run_ssh_command may produce unexpected results if invalid identity key path
is specified</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-27'>VCL-27</a>] -
SQL statement error Level_1.pm</li>
@@ -302,16 +504,16 @@
<li>[<a href='https://issues.apache.org/jira/browse/VCL-815'>VCL-815</a>] -
Problems with update_cluster in OS.pm</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-834'>VCL-834</a>] -
Disable timeout for disconnected users is meaningless for imaging
reservations</li>
</ul>
-<h2 id="2.3.2">2.3.2 Changes</h2>
-<h3 id="bug_3">Bug</h3>
+<h2 id="2.3.2">2.3.2 Changes<a class="headerlink" href="#2.3.2"
title="Permanent link">¶</a></h2>
+<h3 id="bug_4">Bug<a class="headerlink" href="#bug_4" title="Permanent
link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-666'>VCL-666</a>] -
Administrator is always passed as the userid in RDP files for imaging
reservations, even if it is for xRDP</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-671'>VCL-671</a>] -
VMware may delete VM assigned to another reservation when reclaiming disk
space on the host</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-674'>VCL-674</a>] -
problem adding a user group to the privilege with cascade checked</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-675'>VCL-675</a>] -
deleting a hierarchy of 3 or more privilege nodes throws an error</li>
</ul>
-<h2 id="2.3.1">2.3.1 Changes</h2>
-<h3 id="bug_4">Bug</h3>
+<h2 id="2.3.1">2.3.1 Changes<a class="headerlink" href="#2.3.1"
title="Permanent link">¶</a></h2>
+<h3 id="bug_5">Bug<a class="headerlink" href="#bug_5" title="Permanent
link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-451'>VCL-451</a>] -
Cannot add deleted computers</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-603'>VCL-603</a>] -
reboot hard does not work for hung windows machines</li>
@@ -348,7 +550,7 @@
<li>[<a href='https://issues.apache.org/jira/browse/VCL-656'>VCL-656</a>] -
VIM_SSH.pm times out too early when removing snapshots from a VM</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-657'>VCL-657</a>] -
Prevent benign warning messages from appearing in vcld.log</li>
</ul>
-<h3 id="improvement_3">Improvement</h3>
+<h3 id="improvement_4">Improvement<a class="headerlink" href="#improvement_4"
title="Permanent link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-608'>VCL-608</a>] -
XMLRPC interface inaccessible to Shibboleth-authenticated users</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-615'>VCL-615</a>] -
make default adminUsers group have the same level of access as the default
admin user</li>
@@ -356,12 +558,12 @@
<li>[<a href='https://issues.apache.org/jira/browse/VCL-639'>VCL-639</a>] -
server loads - reinstall</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-640'>VCL-640</a>] -
block allocation fixes</li>
</ul>
-<h3 id="new-feature_1">New Feature</h3>
+<h3 id="new-feature_2">New Feature<a class="headerlink" href="#new-feature_2"
title="Permanent link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-617'>VCL-617</a>] -
new XML-RPC methods</li>
</ul>
-<h2 id="2.2.2">2.2.2 Changes</h2>
-<h3 id="bug_5">Bug</h3>
+<h2 id="2.2.2">2.2.2 Changes<a class="headerlink" href="#2.2.2"
title="Permanent link">¶</a></h2>
+<h3 id="bug_6">Bug<a class="headerlink" href="#bug_6" title="Permanent
link">¶</a></h3>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-328'>VCL-328</a>] -
shibboleth sp logout URL not using SSL</li>
<li>[<a href='https://issues.apache.org/jira/browse/VCL-342'>VCL-342</a>] -
problem selecting image revision id when making a cluster reservation with
identical subimages</li>