Author: mlibbey
Date: Tue Nov 16 00:16:58 2010
New Revision: 1035500

URL: http://svn.apache.org/viewvc?rev=1035500&view=rev
Log:
Updates for 2.1.4

Modified:
    trafficserver/site/trunk/downloads.html

Modified: trafficserver/site/trunk/downloads.html
URL: 
http://svn.apache.org/viewvc/trafficserver/site/trunk/downloads.html?rev=1035500&r1=1035499&r2=1035500&view=diff
==============================================================================
--- trafficserver/site/trunk/downloads.html (original)
+++ trafficserver/site/trunk/downloads.html Tue Nov 16 00:16:58 2010
@@ -26,9 +26,72 @@
 
                        </div>
                </div>
+               <div role="banner" class="yui-g banner"> 
+                       <h1>Current (developer, unstable) Release -- 2.1.4</h1>
+               </div>
+               <div role="contentinfo" class="yui-ge">
+                  <!-- first column: 75% -->
+                       <div role="contentinfo" class="yui-u first"> 
+                          Apache Traffic Server 2.1.3 was released on November 
15, 2010. [<a 
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.4.tar.bz2.asc";>PGP</a>]
+    [<a 
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.4.tar.bz2.md5";>MD5</a>]
+    [<a 
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.4.tar.bz2.sha1";>SHA1</a>].
 
+<ul class="bullet">
+<li> Fixes to clustering, that caused an assert to trigger after the
+   stats changes [TS-519].</li>
+<li> Make the checks when to honor the Content-Length: header less
+   strict, against origins without Keep-Alive [TS-500].</li>
+<li> Eliminate old ssl_ports feature, it's completely replaced with the
+   connect_ports configuration [TS-517].</li>
+<li> New script available to help build plugins, tsxs [TS-512].</li>
+<li> Simple, brute force (and efficient) status code stats counters
+   [TS-509].</li>
+<li> Generalize RecDumpRecordsHt to use RecDumpRecords which is a
+   callback/map pattern [TS-508].</li>
+<li> Fix plugin APIs to be compatible with the 64-bit changes in the
+   core. This is an incompatible change with previous releases [TS-14].</li>
+<li> Fixes for stats around origin connection counters, used when
+   allowing for origin connections to be reused between clients [TS-501].</li>
+<li> Experimental supoprt for a dedicated DNS thread. This can be
+   enabled with the records.config option<br>
+           <code>CONFIG proxy.config.dns.dedicated_thread INT 1</code><br>
+  This feature is possibly useful for very busy forward or transparent
+  proxies [TS-307].</li>
+<li> Accept threads can leak some amount of memory. This patch also
+   supports multiple accept threads (very experimental!) [TS-496].</li>
+<li> HttpSM has an assertion that checks the client URL against the
+   cache URL, which breaks INKSetCacheUrl [TS-495].</li>
+<li> Return value from pcre_exec tested incorrectly [TS-493].</li>
+<li> Improved loop detection using the Via header [TS-490].</li>
+<li> Fixes for Solaris build (yay, it builds!).</li>
+<li> Remove filter.config remnants [TS-486].</li>
+<li> Cleanup in InkAPI [TS-485].</li>
+<li> Move PKGSYSUSER to ink_config.h.in [TS-482].</li>
+<li> Unresponsive server can stall ATS [TS-480].</li>
+<li> UrlRewrite cleanup [TS-434].</li>
+<li> Build TS with clang (author: Igor Galic) [TS-427].</li>
+<li> Better support and handling of DNS round-robin options (author: Zhao
+   Yongming) [TS-313].</li>
+<li> Make it possible to "write" Content-Length headers > 2GB [TS-471].</li>
+<li> Better support for Age: headers, and avoiding overflows [TS-470].</li>
+<li> Added a configure option to size the API stats "slots". The new
+  option is --with-max-api-stats=<n> [TS-454].</n>
+<li> In Cache.cc, make snprintf() around Debug statements conditional for
+   performance [TS-459].</li>
+<li> Cleanup / optimize Via: string generation [TS-460]. Also make the
+   default for Via: on responses to be disabled (it can leak info).</li>
+
+<li>The full change log is located in <a 
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=1000277&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.4-unstable.tar.bz2";
 class="download">Download Source</a>
+                       </div>
+               </div>
+
 
                <div role="banner" class="yui-g banner"> 
-                       <h1>Current (developer, unstable) Release -- 2.1.3</h1>
+                       <h1>Archived (developer, unstable) Release -- 2.1.3</h1>
                </div>
                <div role="contentinfo" class="yui-ge">
                   <!-- first column: 75% -->
@@ -71,7 +134,7 @@
 <li> Duplication of RAM cache hits and miss statistics (reading 2x) (author: 
John
    Plevyak) [TS-453].
 
-<li>The full change log is located in <a 
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=1000277&view=markup";>/trafficserver/traffic/trunk/CHANGES</a>
+<li>The full change log is located in <a 
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=1033751&view=markup";>/trafficserver/traffic/trunk/CHANGES</a>
 </ul>
                        </div>
                        <!-- Second column: 25% -->


Reply via email to