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 b829a28  release 3.0.2
b829a28 is described below

commit b829a286baadc9abdfb71e121165a076ba318646
Author: Derek Gelinas <[email protected]>
AuthorDate: Fri Sep 6 15:37:39 2019 -0400

    release 3.0.2
---
 index.html          |   5 +--
 releases/index.html | 103 +++++++++++++++++++++++++++++++++-------------------
 2 files changed, 67 insertions(+), 41 deletions(-)

diff --git a/index.html b/index.html
index 93bd951..9be609a 100644
--- a/index.html
+++ b/index.html
@@ -105,12 +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>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>
-              <ul><li><strong>June 18, 2018</strong> - Apache Traffic Control 
2.2.0 Released</li></ul>
-             <ul>
-               <li><strong>May 3, 2018</strong> - New Website!</li>
-             </ul>
              
 
            </div>            
diff --git a/releases/index.html b/releases/index.html
index 3d6fc95..2a43f89 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -83,18 +83,20 @@
        </ul>
       </div>
     </nav>
+    <br/>
     
     <div class="container">
 
       <h1>Apache Traffic Control - Current Release</h1>
+      <br/>
 
-      <!-- Release 3.0.1 -->
+      <!-- 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.1 - April 
16th, 2019</b></h3>
+                <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">
@@ -102,39 +104,21 @@
                 </p>
                 <h5>Changed</h5>
                 <p class="card-text">
-                  <ul>
-                    <li>Update golang requirement to allow versions greater 
than 1.9.4.</li>
-                    <li>Traffic Router, added TLS certificate validation on 
certificates imported from Traffic Ops
-                      <ul>
-                        <li>validates modulus of private and public keys</li>
-                        <li>validates current timestamp falls within the 
certificate date bracket</li>
-                        <li>validates certificate subjects against the DS 
URL</li>
-                      </ul>
-                    </li>
-                    <li>Modified Traffic Router logging format to include an 
additional field for DNS log entries, namely rhi. This defaults to '-' and is 
only used when EDNS0 client subnet extensions are enabled and a client subnet 
is present in the request. When enabled and a subnet is present, the subnet 
appears in the chi field and the resolver address is in the rhi field.</li>
-                  </ul>
+                  There are no changes in this release.
                 </p>
                 <h5>Fixed</h5>
                 <p class="card-text">
                   <ul>
-                    <li>ToDSCPCheck.pl - Changed "80" to used the tcpPort in 
get_dscp function</li>
-                    <li>ORT bugfix for self-signed SSL certs.</li>
-                    <li>Correct regex capture prefix for cachekey plugin.</li>
-                    <li>Fix docs building.</li>
-                    <li>Fix port handling for traffic ops port checks on ports 
other than 80.</li>
-                    <li>Return a json response with a 200 for a successful 
snapshot PUT.</li>
-                    <li>Correct FQDN case mismatch when generating DNSSEC.</li>
-                    <li>Issue 3223 - cannot add steering targets to steering 
delivery service.</li>
-                    <li>Issue 3466 - docs fail to build in python 3.6.</li>
+                    <li>Improved LDAP error handling</li>
                   </ul>
                 </p>
                 
 
-                <p class="card-text">Apache Traffic Control 3.0.1 is available 
here:
+                <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.1/apache-trafficcontrol-3.0.1.tar.gz";>Tarball</a></li>
-                    <li><a 
href="https://www.apache.org/dist/trafficcontrol/3.0.1/apache-trafficcontrol-3.0.1.tar.gz.sha512";>SHA-512</a></li>
-                    <li><a 
href="https://www.apache.org/dist/trafficcontrol/3.0.1/apache-trafficcontrol-3.0.1.tar.gz.asc";>ASC</a></li>
+                    <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>
@@ -144,7 +128,7 @@
         </div>
       </div>
 
-      <br/><br/>
+      <br/>
       <h2>Signing Keys</h2>
       <p>It is essential that you verify the integrity of the downloaded files 
using the PGP or MD5 signatures.</p>
 
@@ -176,10 +160,60 @@ gpg: Good signature from "Derek Gelinas 
<[email protected]>" [ulti
       <p>Additionally, you should verify the SHA signature on the files. A 
unix program called `sha` or `shasum` is included in many unix distributions. 
It is also available as part of GNU Textutils. An MD5 signature (deprecated) 
consists of 32 hex characters, and a SHA512 signature consists of 128 hex 
characters. Ensure your generated signature string matches the signature string 
published in the files above.
        </p>
 
-      <br/><br/>
+      <br/>
       <h2>Past Releases</h2>
 
-            <!-- Release 3.0.0 -->
+            <!-- Release 3.0.1 -->
+      <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.1 - April 
16th, 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">
+                  <ul>
+                    <li>Update golang requirement to allow versions greater 
than 1.9.4.</li>
+                    <li>Traffic Router, added TLS certificate validation on 
certificates imported from Traffic Ops
+                      <ul>
+                        <li>validates modulus of private and public keys</li>
+                        <li>validates current timestamp falls within the 
certificate date bracket</li>
+                        <li>validates certificate subjects against the DS 
URL</li>
+                      </ul>
+                    </li>
+                    <li>Modified Traffic Router logging format to include an 
additional field for DNS log entries, namely rhi. This defaults to '-' and is 
only used when EDNS0 client subnet extensions are enabled and a client subnet 
is present in the request. When enabled and a subnet is present, the subnet 
appears in the chi field and the resolver address is in the rhi field.</li>
+                  </ul>
+                </p>
+                <h5>Fixed</h5>
+                <p class="card-text">
+                  <ul>
+                    <li>ToDSCPCheck.pl - Changed "80" to used the tcpPort in 
get_dscp function</li>
+                    <li>ORT bugfix for self-signed SSL certs.</li>
+                    <li>Correct regex capture prefix for cachekey plugin.</li>
+                    <li>Fix docs building.</li>
+                    <li>Fix port handling for traffic ops port checks on ports 
other than 80.</li>
+                    <li>Return a json response with a 200 for a successful 
snapshot PUT.</li>
+                    <li>Correct FQDN case mismatch when generating DNSSEC.</li>
+                    <li>Issue 3223 - cannot add steering targets to steering 
delivery service.</li>
+                    <li>Issue 3466 - docs fail to build in python 3.6.</li>
+                  </ul>
+                </p>
+                
+
+                <p class="card-text">Apache Traffic Control 3.0.1 is no longer 
available for download.  Please use 3.0.2 instead.
+                </p>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+      <br/>
+      <!-- Release 3.0.0 -->
       <div class="row">
         <div class="col-sm-12">
           <div class="card-deck">
@@ -220,20 +254,14 @@ gpg: Good signature from "Derek Gelinas 
<[email protected]>" [ulti
                   The Cachegroup API now supports an optional 
localizationMethods field which specifies the localization methods allowed for 
that cachegroup (currently 'DEEP_CZ', 'CZ', and 'GEO'). By default if this 
field is null/empty, all localization methods are enabled. After Traffic Router 
has localized a client, it will only route that client to cachegroups that have 
enabled the localization method used. For example, this can be used to prevent 
GEO-localized traffic (i.e. most like [...]
                 </p>
 
-                <p class="card-text">Apache Traffic Control 3.0.0 is available 
here:
-                  <ul>
-                    <li><a 
href="https://www.apache.org/dyn/closer.cgi/trafficcontrol/3.0.0/apache-trafficcontrol-3.0.0.tar.gz";>Tarball</a></li>
-                    <li><a 
href="https://www.apache.org/dist/trafficcontrol/3.0.0/apache-trafficcontrol-3.0.0.tar.gz.sha512";>SHA-512</a></li>
-                    <li><a 
href="https://www.apache.org/dist/trafficcontrol/3.0.0/apache-trafficcontrol-3.0.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 class="card-text">>Apache Traffic Control 3.0.0 is no 
longer available for download.  Please use 3.0.2 instead.
                 </p>
               </div>
             </div>
           </div>
         </div>
       </div>
-
+      <br/>
             <!-- Release 2.2 -->
       <div class="row">
         <div class="col-sm-12">
@@ -271,6 +299,7 @@ gpg: Good signature from "Derek Gelinas 
<[email protected]>" [ulti
           </div>
         </div>
       </div>
+      <br/>
 
       
        

Reply via email to