This is an automated email from the ASF dual-hosted git repository. jfthomps pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/vcl-site.git
commit 666d71926aa7298fb5c306f4d937aa55757a400c Author: Josh Thompson <[email protected]> AuthorDate: Thu Mar 20 12:12:41 2025 -0400 changelog.html: added section for 2.5.2; changed ids for 2.5.1 h3s; updated copyright year --- content/docs/changelog.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/content/docs/changelog.html b/content/docs/changelog.html index 0e1d0d3..ca20d3c 100644 --- a/content/docs/changelog.html +++ b/content/docs/changelog.html @@ -26,7 +26,7 @@ <ul> <li><a href="/info/features.html">Features</a></li> <li><a href="/info/architecture.html">Architecture</a></li> -<li><a href="/downloads/download.cgi">Download</a></li> +<li><a href="/downloads/download.html">Download</a></li> <li><a href="http://www.apache.org/licenses/">License</a></li> <li><a href="http://www.apache.org/security/">Security</a></li> </ul> @@ -77,9 +77,20 @@ <div id="content"> <h1 class="title">Apache VCL Change Log</h1> + + <h2 id="2" class="5 1">2.5.2 Changes</h2> +<h3 id="improvement">Improvement</h3> +<ul> +<li>[<a href='https://issues.apache.org/jira/browse/VCL-1127'>VCL-1127</a>] - Make changes to handle Cygwin's change of sshd service name to cygsshd</li> +</ul> +<h3 id="bug">Bug</h3> +<ul> +<li>reworked flow of validation of owner when submitting a Block Allocation</li> +<li>modified regular expression to validate submitted userid when looking up a user under User Lookup</li> +</ul> <h2 id="2" class="5 1">2.5.1 Changes</h2> -<h3 id="bug">Bug</h3> +<h3 id="bug-0">Bug</h3> <ul> <li>[<a href='https://issues.apache.org/jira/browse/VCL-1079'>VCL-1079</a>] - Virtual Hosts page references Computer Utilities</li> <li>[<a href='https://issues.apache.org/jira/browse/VCL-1080'>VCL-1080</a>] - Wrong port can be delivered in RDP file</li> @@ -101,7 +112,7 @@ <ul> <li>[<a href='https://issues.apache.org/jira/browse/VCL-1112'>VCL-1112</a>] - SSL Offload</li> </ul> -<h3 id="improvement">Improvement</h3> +<h3 id="improvement-0">Improvement</h3> <ul> <li>[<a href='https://issues.apache.org/jira/browse/VCL-1041'>VCL-1041</a>] - Customer facing email notifications are ugly</li> <li>[<a href='https://issues.apache.org/jira/browse/VCL-1084'>VCL-1084</a>] - set cache mode for libvirt VMs</li> @@ -639,7 +650,7 @@ <div id="footer"> <div class="copyright"> <p> - Copyright © 2020 The Apache Software Foundation, Licensed under + Copyright © 2025 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <br /> Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
