This is an automated email from the ASF dual-hosted git repository. ocket8888 pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/trafficcontrol-website.git
commit acbc638aad867f052a27918089fea80f1362aee4 Author: ocket8888 <[email protected]> AuthorDate: Tue Nov 9 09:04:43 2021 -0700 Update release notes for 5.1.4 --- releases/index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/releases/index.html b/releases/index.html index 5622daa..b04e6f2 100644 --- a/releases/index.html +++ b/releases/index.html @@ -406,23 +406,23 @@ gpg: Good signature from "Rawlin Peters (apache signing key) <[email protected]> <br/> <h2>Past Releases</h2> - <!-- Release 5.1.3 --> + <!-- Release 5.1.4 --> <div class="row"> <div class="col-sm-12"> <div class="card-deck"> <div class="card"> <div class="card-body"> - <h3 class="card-title"><b>Apache Traffic Control 5.1.3 - October 11<sup>th</sup>, 2021</b></h3> - <p class="card-text">Apache Traffic Control 5.1.3 is available here: + <h3 class="card-title"><b>Apache Traffic Control 5.1.4 - November 8<sup>th</sup>, 2021</b></h3> + <p class="card-text">Apache Traffic Control 5.1.4 is available here: <ul> <li> - <a href="https://www.apache.org/dyn/closer.lua/trafficcontrol/5.1.3/apache-trafficcontrol-5.1.3.tar.gz">Tarball</a> + <a href="https://www.apache.org/dyn/closer.lua/trafficcontrol/5.1.4/apache-trafficcontrol-5.1.4.tar.gz">Tarball</a> </li> <li> - <a href="https://downloads.apache.org/trafficcontrol/5.1.3/apache-trafficcontrol-5.1.3.tar.gz.sha512">SHA-512</a> + <a href="https://downloads.apache.org/trafficcontrol/5.1.4/apache-trafficcontrol-5.1.4.tar.gz.sha512">SHA-512</a> </li> <li> - <a href="https://downloads.apache.org/trafficcontrol/5.1.3/apache-trafficcontrol-5.1.3.tar.gz.asc">ASC</a> + <a href="https://downloads.apache.org/trafficcontrol/5.1.4/apache-trafficcontrol-5.1.4.tar.gz.asc">ASC</a> </li> <li><a href="https://downloads.apache.org/trafficcontrol/KEYS">KEYS</a></li> <li><a href="https://trafficcontrol.apache.org/downloads/profiles/5.1.x/">Default Profiles</a></li> @@ -448,6 +448,7 @@ gpg: Good signature from "Rawlin Peters (apache signing key) <[email protected]> <h5>Fixed</h5> <p class="card-text"> <ul> + <li>Traffic Ops: Sanitize username before executing LDAP query</li> <li><a href="https://github.com/apache/trafficcontrol/issues/5296">#5296</a> - Fixed a bug where users couldn't update any regex in Traffic Ops/ Traffic Portal</li> <li>Traffic Portal: <a href="https://github.com/apache/trafficcontrol/issues/5317">#5317</a> - Clicking IP addresses in the servers table no longer navigates to server details page.</li> <li><a href="https://github.com/apache/trafficcontrol/issues/5445">#5445</a> - When updating a registered user, ignore updates on registration_sent field.</li>
