[www] r275146 - Add 3.8.1 links to website.

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 19:43:57 PDT 2016


Author: tstellar
Date: Mon Jul 11 21:43:57 2016
New Revision: 275146

URL: http://llvm.org/viewvc/llvm-project?rev=275146&view=rev
Log:
Add 3.8.1 links to website.

Modified:
    www/trunk/header.incl
    www/trunk/index.html

Modified: www/trunk/header.incl
URL: http://llvm.org/viewvc/llvm-project/www/trunk/header.incl?rev=275146&r1=275145&r2=275146&view=diff
==============================================================================
--- www/trunk/header.incl (original)
+++ www/trunk/header.incl Mon Jul 11 21:43:57 2016
@@ -43,14 +43,14 @@
 <b>Download!</b>
 <div class="www_sidebar">
 <span style="font-size:smaller">Download now:</span>
-<a href="/releases/download.html#3.8.0"><b>LLVM 3.8.0</b></a><br>
+<a href="/releases/download.html#3.8.1"><b>LLVM 3.8.1</b></a><br>
 <a href="/releases/">All Releases</a><br>
 <a href="http://apt.llvm.org/">APT Packages</a><br>
 <a href="/builds/">Win Installer</a><br>
 <br>
 
 <span style="font-size:smaller">View the open-source</span><br>
-<a href="/releases/3.8.0/LICENSE.TXT"><b>license</b></a>
+<a href="/releases/3.8.1/LICENSE.TXT"><b>license</b></a>
 </div>
 
 <br>

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=275146&r1=275145&r2=275146&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Mon Jul 11 21:43:57 2016
@@ -149,9 +149,9 @@ LLVM Developer Policy</a>.
 <div class="www_sectiontitle">Latest LLVM Release!</div>
 
 <div class="www_text">
-  <p><b>8 March 2016</b>: LLVM 3.8.0 is now <a href="releases/"><b>available
+  <p><b>11 July 2016</b>: LLVM 3.8.1 is now <a href="releases/"><b>available
   for download</b></a>!  LLVM is publicly available under an open source <a
-  href="releases/3.8.0/LICENSE.TXT">License</a>.  Also, you might want to
+  href="releases/3.8.1/LICENSE.TXT">License</a>.  Also, you might want to
   check out <a href="docs/ReleaseNotes.html#whatsnew"><b>the new 
   features</b></a> in SVN that will appear in the next LLVM release.  If
   you want them early, <a href="releases/">download LLVM</a> through 
@@ -182,15 +182,6 @@ LLVM Developer Policy</a>.
 
 <p><b>LLVM Release Schedule:</b></p>
 <ul>
-<li>3.8.1: </li>
-<ul>
-  <li>May 25 - Deadline to request a change be merged to the 3.8 branch.</li>
-  <li>June 1 - Deadline to merge changes to the 3.8 branch.</li>
-  <li>June 1 - 3.8.1-rc1</li>
-  <li>June 8 - 3.8.1-rc2 (if necessary)</li>
-  <li>June 15 - 3.8.1 Release</li>
-</ul>
-
 <li>3.9.0:
 <ul>
   <li>18 July 2016: Branch. RC1 shipped soon after.</li>




More information about the llvm-commits mailing list