[llvm-commits] CVS: llvm-www/www-index.html header.incl
Chris Lattner
sabre at nondot.org
Mon Mar 2 22:47:21 PST 2009
Changes in directory llvm-www:
www-index.html updated: 1.175 -> 1.176
header.incl updated: 1.75 -> 1.76
---
Log message:
2.5 is live!
---
Diffs of the changes: (+8 -11)
header.incl | 6 ++++--
www-index.html | 13 ++++---------
2 files changed, 8 insertions(+), 11 deletions(-)
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.175 llvm-www/www-index.html:1.176
--- llvm-www/www-index.html:1.175 Wed Feb 18 11:01:16 2009
+++ llvm-www/www-index.html Tue Mar 3 00:47:02 2009
@@ -90,9 +90,9 @@
<div class="www_sectiontitle">Latest LLVM Release!</div>
<div class="www_text">
- <p><b>November 9, 2008</b>: LLVM 2.4 is now <a href="releases/"><b>available
+ <p><b>March 2, 2009</b>: LLVM 2.5 is now <a href="releases/"><b>available
for download</b></a>! LLVM is publicly available under an open source <a
- href="releases/2.4/LICENSE.TXT">License</a>. Also, you might want to
+ href="releases/2.5/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
@@ -104,14 +104,9 @@
<div class="www_sectiontitle">Upcoming Releases</div>
<div class="www_text">
-<p>LLVM 2.5 release schedule:</p>
+<p>LLVM 2.6 release schedule:</p>
<ul>
-<li>Feb 2 - Code Freeze/Branch Creation (9PM PST). </li>
-<li>Feb 5 - Pre-release 1 testing begins.</li>
-<li>Feb 12 - Pre-release 1 testing ends.</li>
-<li>Feb 20 - Pre-release 2 testing begins.</li>
-<li>Feb 28 - Pre-release 2 testing ends.</li>
-<li>Mar 2 - Release.</li>
+<li>TBD</li>
</ul>
</div>
Index: llvm-www/header.incl
diff -u llvm-www/header.incl:1.75 llvm-www/header.incl:1.76
--- llvm-www/header.incl:1.75 Wed Dec 24 13:01:39 2008
+++ llvm-www/header.incl Tue Mar 3 00:47:02 2009
@@ -39,7 +39,7 @@
<b>Download!</b>
<div class="www_sidebar">
<span style="font-size:smaller">Download now:</span>
-<a href="/releases/"><b>LLVM 2.4</b></a><br>
+<a href="/releases/"><b>LLVM 2.5</b></a><br>
<br>
<span style="font-size:smaller">Try the</span><br>
@@ -47,7 +47,7 @@
<br>
<span style="font-size:smaller">View the open-source</span><br>
-<a href="/releases/2.4/LICENSE.TXT"><b>license</b></a>
+<a href="/releases/2.5/LICENSE.TXT"><b>license</b></a>
</div>
<br>
@@ -69,6 +69,8 @@
<b>Status Updates</b>
<div class="www_sidebar">
<span style="font-size:smaller">
+ <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2009-March/000031.html">March 2, 2009</a><br>
+ <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2008-November/000030.html">Nov 9, 2008</a><br>
<a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2008-November/000030.html">Nov 9, 2008</a><br>
<a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2008-June/000027.html">Jun 9, 2008</a><br>
<a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2008-February/000025.html">Feb 11, 2008</a><br>
More information about the llvm-commits
mailing list