You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by dg...@apache.org on 2019/10/31 17:29:26 UTC

[trafficcontrol-website] branch asf-site updated: update to 3.1.0 release

This is an automated email from the ASF dual-hosted git repository.

dgelinas pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/trafficcontrol-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 19f4e3b  update to 3.1.0 release
19f4e3b is described below

commit 19f4e3b920d40b4c7ac3234718587f8d3cae44ed
Author: Derek Gelinas <de...@cable.comcast.com>
AuthorDate: Thu Oct 31 13:29:02 2019 -0400

    update to 3.1.0 release
---
 index.html          |  2 +-
 releases/index.html | 68 +++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 56 insertions(+), 14 deletions(-)

diff --git a/index.html b/index.html
index 9be609a..e309ae0 100644
--- a/index.html
+++ b/index.html
@@ -105,9 +105,9 @@
 	  <div class="card">
 	    <div class="card-body">
 	      <span class="far fa-newspaper fa-7x float-right" style="color: #343a40;"></span>
+	      	  <ul><li><strong>October 31, 2019</strong> - Apache Traffic Control 3.1.0 Released</li></ul>
 	      	  <ul><li><strong>September 6th, 2019</strong> - Apache Traffic Control 3.0.2 Released</li></ul>
 	      	  <ul><li><strong>April 16, 2019</strong> - Apache Traffic Control 3.0.1 Released</li></ul>
-	      	  <ul><li><strong>March 5, 2019</strong> - Apache Traffic Control 3.0.0 Released</li></ul>
 	      
 
 	    </div>	      
diff --git a/releases/index.html b/releases/index.html
index 2a43f89..d5a5bd9 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -90,35 +90,39 @@
       <h1>Apache Traffic Control - Current Release</h1>
       <br/>
 
-      <!-- Release 3.0.2 -->
+      <!-- Release 3.1.0 -->
       <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 3.0.2 - September 6th, 2019</b></h3>
+                <h3 class="card-title"><b>Apache Traffic Control 3.1.0 - October 31st, 2019</b></h3>
                 <h4>Release Notes</h4>
                 <h5>Added</h5>
                 <p class="card-text">
-                  No new features in this release.
+                  <ul>
+                    <li>Added logging.yaml support</li>
+                  </ul>
                 </p>
                 <h5>Changed</h5>
                 <p class="card-text">
-                  There are no changes in this release.
+                  <ul>
+                    <li>Fix TO Servers validation to allow "" ipv6</li>
+                  </ul>
                 </p>
                 <h5>Fixed</h5>
                 <p class="card-text">
                   <ul>
-                    <li>Improved LDAP error handling</li>
+                    <li>Fixed a bug where TM crashes when PostgreSQL is unavailable</li>
                   </ul>
                 </p>
                 
 
-                <p class="card-text">Apache Traffic Control 3.0.2 is available here:
+                <p class="card-text">Apache Traffic Control 3.1.0 is available here:
                   <ul>
-                    <li><a href="https://www.apache.org/dyn/closer.cgi/trafficcontrol/3.0.2/apache-trafficcontrol-3.0.2.tar.gz">Tarball</a></li>
-                    <li><a href="https://www.apache.org/dist/trafficcontrol/3.0.2/apache-trafficcontrol-3.0.2.tar.gz.sha512">SHA-512</a></li>
-                    <li><a href="https://www.apache.org/dist/trafficcontrol/3.0.2/apache-trafficcontrol-3.0.2.tar.gz.asc">ASC</a></li>
+                    <li><a href="https://www.apache.org/dyn/closer.cgi/trafficcontrol/3.1.0/apache-trafficcontrol-3.1.0.tar.gz">Tarball</a></li>
+                    <li><a href="https://www.apache.org/dist/trafficcontrol/3.1.0/apache-trafficcontrol-3.1.0.tar.gz.sha512">SHA-512</a></li>
+                    <li><a href="https://www.apache.org/dist/trafficcontrol/3.1.0/apache-trafficcontrol-3.1.0.tar.gz.asc">ASC</a></li>
                     <li><a href="http://trafficcontrol.apache.org/downloads/profiles/3.0.x/">Default Profiles</a></li>
                   </ul>
                 </p>
@@ -135,22 +139,22 @@
       <p>The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the `ASC` signature file for the relevant distribution. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using:
 
 <pre style="background-color: #C0C0C0; padding: 0px 20px 20px 20px;"><code>
-% pgpk -a KEYS % pgpv apache-trafficcontrol-3.0.1.tar.gz.asc
+% pgpk -a KEYS % pgpv apache-trafficcontrol-3.1.0.tar.gz.asc
 </code>
 or 
 <code>
 % pgp -ka KEYS
-% pgp apache-trafficcontrol-3.0.1.tar.gz.asc
+% pgp apache-trafficcontrol-3.1.0.tar.gz.asc
 </code>
 or
 <code>
 % gpg --import KEYS
-% gpg --verify apache-trafficcontrol-3.0.1.tar.gz.asc apache-trafficcontrol-3.0.1.tar.gz
+% gpg --verify apache-trafficcontrol-3.1.0.tar.gz.asc apache-trafficcontrol-3.1.0.tar.gz
 </code> </pre>
 
 
 <pre style="background-color: #C0C0C0; padding: 0px 20px 20px 20px;"><code>
-$ gpg --verify apache-trafficcontrol-3.0.1.tar.gz.asc apache-trafficcontrol-3.0.1.tar.gz
+$ gpg --verify apache-trafficcontrol-3.1.0.tar.gz.asc apache-trafficcontrol-3.1.0.tar.gz
 gpg: Signature made Tue Apr  9 15:52:40 2019 EDT
 gpg:                using RSA key FE2B6AD8A1A214D9FF0AE5D6209FA95905BE71D9
 gpg: Good signature from "Derek Gelinas <de...@cable.comcast.com>" [ultimate]</code></pre>
@@ -163,6 +167,44 @@ gpg: Good signature from "Derek Gelinas <de...@cable.comcast.com>" [ulti
       <br/>
       <h2>Past Releases</h2>
 
+      <!-- Release 3.0.2 -->
+      <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 3.0.2 - September 6th, 2019</b></h3>
+                <h4>Release Notes</h4>
+                <h5>Added</h5>
+                <p class="card-text">
+                  No new features in this release.
+                </p>
+                <h5>Changed</h5>
+                <p class="card-text">
+                  There are no changes in this release.
+                </p>
+                <h5>Fixed</h5>
+                <p class="card-text">
+                  <ul>
+                    <li>Improved LDAP error handling</li>
+                  </ul>
+                </p>
+                
+
+                <p class="card-text">Apache Traffic Control 3.0.2 is available here:
+                  <ul>
+                    <li><a href="https://www.apache.org/dyn/closer.cgi/trafficcontrol/3.0.2/apache-trafficcontrol-3.0.2.tar.gz">Tarball</a></li>
+                    <li><a href="https://www.apache.org/dist/trafficcontrol/3.0.2/apache-trafficcontrol-3.0.2.tar.gz.sha512">SHA-512</a></li>
+                    <li><a href="https://www.apache.org/dist/trafficcontrol/3.0.2/apache-trafficcontrol-3.0.2.tar.gz.asc">ASC</a></li>
+                    <li><a href="http://trafficcontrol.apache.org/downloads/profiles/3.0.x/">Default Profiles</a></li>
+                  </ul>
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+    </br>
             <!-- Release 3.0.1 -->
       <div class="row">
         <div class="col-sm-12">