Author: mlibbey
Date: Thu Sep  2 00:42:23 2010
New Revision: 991782

URL: http://svn.apache.org/viewvc?rev=991782&view=rev
Log:
Added 2.0.1 and 2.1.2 releases

Modified:
    trafficserver/site/trunk/downloads.html

Modified: trafficserver/site/trunk/downloads.html
URL: 
http://svn.apache.org/viewvc/trafficserver/site/trunk/downloads.html?rev=991782&r1=991781&r2=991782&view=diff
==============================================================================
--- trafficserver/site/trunk/downloads.html (original)
+++ trafficserver/site/trunk/downloads.html Thu Sep  2 00:42:23 2010
@@ -5,7 +5,80 @@
                The latest stable release of Apache Traffic Server is 2.0 
(released on 2010-04-18).  Following the <a 
href="http://httpd.apache.org/";>Apache HTTPD</a> model, stable Apache Traffic 
Server releases will be numbered with an even first decimal (e.g. 2.0, 3.12, 
etc), while unstable, developer focused releases will be numbered with an odd 
first number (e.g. 2.1, 3.21, etc).  The second decimal will be used for 
releases containing bug fixes. When downloading from a mirror, please be sure 
to verify the checksums and OpenPGP compatible signature.  You can also <a 
href="http://www.apache.org/dyn/closer.cgi/trafficserver/";>browse through all 
releases</a> and checksum signatures.
                </div>
                <div role="banner" class="yui-g banner"> 
-                       <h1>Current (stable) Release -- 2.0</h1>
+                       <h1>Current (stable) Release -- 2.0.1</h1>
+               </div>
+               <div role="contentinfo" class="yui-ge">
+                  <!-- first column: 75% -->
+                       <div role="contentinfo" class="yui-u first"> 
+                          Apache Traffic Server 2.0.1 was released on 
September 1, 2010. [<a 
href="http://www.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2.asc";>PGP</a>]
+    [<a 
href="http://www.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2.md5";>MD5</a>]
+    [<a 
href="http://www.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2.sha1";>SHA1</a>]
 
+                               <ul class="bullet">
+                                    <li> Port of CVE-2010-2952 for 2.0.x 
[TS-425].</li>
+<li> Backport part of TS-322 that deals with indexing arrays with char
+   (author: Marcus Ruckert) [TS-334].</li>
+<li> Backport TS-336 to 2.0.x. Problems with make install DESTDIR</li>
+                          </ul>
+                       </div>
+                       <!-- Second column: 25% -->
+                       <div role="complementary" class="yui-u">
+                               <a 
href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-2.0.1.tar.bz2";
 class="download">Download Source</a> 
+
+                       </div>
+               </div>
+
+               <div role="banner" class="yui-g banner"> 
+                       <h1>Current (developer, unstable) Release -- 2.1.2</h1>
+               </div>
+               <div role="contentinfo" class="yui-ge">
+                  <!-- first column: 75% -->
+                       <div role="contentinfo" class="yui-u first"> 
+                          Apache Traffic Server 2.1.2 was released on 
September 1, 2010. [<a 
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.2.tar.bz2.asc";>PGP</a>]
+    [<a 
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.2.tar.bz2.md5";>MD5</a>]
+    [<a 
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.2.tar.bz2.sha1";>SHA1</a>]
 
+<ul class="bullet">
+<li>Improvements in resilience against DNS poisoning and forging of response 
packets [TS-425] and [CVE-2010-2952].</li>
+<li>Segmentation fault in INKError when error output is made both in error log 
and as debug messages (author: Yakov Markovitch) [TS-419].</li>
+<li>Debian layout for config.layout (author: Igor Galic) [TS-415].</li>
+<li>Eliminate extraneous stats thread [TS-411].</li>
+<li>CACHE_FRAG_TYPE is now not a power of 2 [TS-76].</li>
+<li>Remove unnecessary stats update [TS-390].</li>
+<li>Get basic features to compile with Intel CC [TS-400].</li>
+<li>More 64 bit issues, this time in the PluginVC code [TS-380].</li>
+<li>Add configure option to enable detailed logging [TS-392].</li>
+<li>Make sure to honor user settings for "dirs" (author: Theo Schlossnagle) 
[TS-399].</li>
+<li>Errors on failing to bind / listen on a specified port [TS-247].</li>
+<li>Exempt quick filter for 127.0.0.1 [TS-397].</li>
+<li>Cleanup after "layout changes" (author: Zhao Yongming) [TS-389].</li>
+<li>Fix remaining (non-API) INK64 etc. [TS-365].</li>
+<li>Segfault when using show:network [TS-109].</li>
+<li>Update all examples to use non-deprecated APIs [TS-266].</li>
+<li>Do some cleanup on Connection::fast_connect and Connection::bind_connect 
(author: Alan M. Carrol) [TS-320].</li>
+<li>Remove LLONG config option [Ts-364].</li>
+<li>Cleanup some proxy/mgmt2/tools [TS-16].</li>
+<li>Cleanup a little more of webui [TS-91].</li>
+<li>TCL missing [TS-326].</li>
+<li>logstats does not work with layout changes (author: Zhao Yongming) 
[TS-385].</li>
+<li>Convert bogus IOCORE_MachineFatal and IOCORE_ProcessFatal to Warning and 
MachineFatal respectively based on review of the code and related uses 
[TS-144].</li>
+<li>INKIOBufferReaderCopy, INKIOBufferWrite should take void * instead of char 
* [TS-67].</li>
+<li>Adds APIs for aio disk read and writes using the internal aio support in 
iocore (author: Wendy Huang) [TS-387].</li>
+<li>Solaris 10 (x86) 64-bit patch (author: Igor Brezac) [TS-388].</li>
+<li>Fix for 64-bit conversion [TS-385].</li>
+<li>Creating transaction specific 'to URL' in case of regex remap match 
[TS-384].</li>
+<li>Backing out m_capacity_host changes [TS-383]</li>
+<li>Solaris 10 port work.</li>
+<li>The full change log is located in <a 
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=990209&view=markup";>/trafficserver/traffic/trunk/CHANGES</a>
+</ul>
+                       </div>
+                       <!-- Second column: 25% -->
+                       <div role="complementary" class="yui-u">
+                               <a 
href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-2.1.2-unstable.tar.bz2";
 class="download">Download Source</a>
+                       </div>
+               </div>
+
+
+               <div role="banner" class="yui-g banner"> 
+                       <h1>Archived (stable) Release -- 2.0</h1>
                </div>
                <div role="contentinfo" class="yui-ge">
                   <!-- first column: 75% -->
@@ -29,7 +102,7 @@
                        </div>
                </div>
                <div role="banner" class="yui-g banner"> 
-                       <h1>Current (developer, unstable) Release -- 2.1.1</h1>
+                       <h1>Archived (developer, unstable) Release -- 2.1.1</h1>
                </div>
                <div role="contentinfo" class="yui-ge">
                   <!-- first column: 75% -->


Reply via email to