You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2010/09/30 20:00:41 UTC

svn commit: r1003189 - in /trafficserver/site/trunk: docs/search.html downloads.html index.html

Author: mlibbey
Date: Thu Sep 30 18:00:41 2010
New Revision: 1003189

URL: http://svn.apache.org/viewvc?rev=1003189&view=rev
Log:
Add 2.1.3 info

Modified:
    trafficserver/site/trunk/docs/search.html
    trafficserver/site/trunk/downloads.html
    trafficserver/site/trunk/index.html

Modified: trafficserver/site/trunk/docs/search.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/docs/search.html?rev=1003189&r1=1003188&r2=1003189&view=diff
==============================================================================
--- trafficserver/site/trunk/docs/search.html (original)
+++ trafficserver/site/trunk/docs/search.html Thu Sep 30 18:00:41 2010
@@ -8,7 +8,7 @@
 <body>
 <form action="search.html" id="cse-search-box" s>
 <div class="doctitle">
-   <a href="../docs.html"><img width="249" height="56" src="v2/sdk/images/docbook/ts75.png" style="vertical-align:bottom;"/></a> 
+   <a href="../docs.html"><img width="249" height="56" src="v2/sdk/images/docbook/ts75.png" style="vertical-align:bottom; border:0px;"/></a> 
 
 	<span style="position:relative; top:-15px;">
     <input type="hidden" name="cx" value="014552695451971253177:hliljs75koi" />

Modified: trafficserver/site/trunk/downloads.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/downloads.html?rev=1003189&r1=1003188&r2=1003189&view=diff
==============================================================================
--- trafficserver/site/trunk/downloads.html (original)
+++ trafficserver/site/trunk/downloads.html Thu Sep 30 18:00:41 2010
@@ -28,7 +28,60 @@
 		</div>
 
 		<div role="banner" class="yui-g banner"> 
-			<h1>Current (developer, unstable) Release -- 2.1.2</h1>
+			<h1>Current (developer, unstable) Release -- 2.1.3</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 September 27, 2010. [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.3.tar.bz2.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.3.tar.bz2.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.3.tar.bz2.sha1">SHA1</a>].  Apache Traffic Server 2.1.2 has a cache corruption issue.
+<ul class="bullet">
+<li> New plugin APIs for stats, and making the "v2" (incomplete) stats experimental (no longer built by default) [TS-390]. 
+<li> Make the target fragment size configurable for the disk cache. This adds a new option, proxy.config.cache.target_fragment_size [TS-445].   This should dramatically improve large file disk performance.
+<li> Cleanup in duplicated configs, and obsoleted configs [TS-447] and [TS-451].
+<li> Remove some remnants of SNMP [TS-401].
+<li> Cleanup of MIX and LDAP/NTLM remnants [TS-443].
+<li> Improve build include dependencies [TS-442].
+<li> Cleanup / fixes for remap plugin chaining [TS-224].
+<li> Support the rc/trafficserver script for FreeBSD [TS-211].
+<li> traffic_shell shows wrong RAM cache size > 2GB [TS-439].
+<li> Better warnings / errors when bad NIC is configured [TS-327].
+<li> Add support for hardware sector sizes 512 - 8192 bytes (e.g. 4096, the
+   new standard). Autodetected for raw devices on Linux (no support for
+   other OSes yet), and added a new configuration: <code>CONFIG proxy.config.cache.force_sector_size INT 4096</code>   This change invalidates the entire cache as well, since it's no longer
+   compatible [TS-43].
+<li> Added APIs to override the cacheablity of the response [TS-395].
+<li> Add OSX support to 'trafficserver' script (author: Dan Mercer) [TS-210].
+<li> Fix for (very) large buffers fed to the cache [TS-413].
+<li> Forward transparency is available on Linux kernels with TPROXY [TS-291].
+<li> Fix defaults / max for DNS retries [TS-424].
+<li> Improvements for Perl admin module (author: Adam Faris) [TS-418].
+<li> Problems with specifying separate config files for SSL certificates and keys [TS-405].
+<li> Logging: Default settings for diagnostic logging [TS-55].
+<li> Fixes to Debian layout (author: Igor Galić) [TS-415].
+<li> Remove DNS proxy support [TS-422].
+<li> rc/trafficserver start/stop quits with bogus status on success (author: Igor Galić) [TS-429].
+<li> Increase default max in-flight DNS queries [TS-423].
+<li> Update so the pristine URL will work for reverse and forward
+    proxy.  Also, clearing the url on transaction close (author: Wendy
+    Huang) [TS-410].
+<li> TS fails to use user ID with user name > 8 characters (author: Yakov
+   Markovitch) [TS-420].
+<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>
+</ul>
+			</div>
+			<!-- Second column: 25% -->
+			<div role="complementary" class="yui-u">
+				<a href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-2.1.3-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>
 		</div>
 		<div role="contentinfo" class="yui-ge">
 		   <!-- first column: 75% -->

Modified: trafficserver/site/trunk/index.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/index.html?rev=1003189&r1=1003188&r2=1003189&view=diff
==============================================================================
--- trafficserver/site/trunk/index.html (original)
+++ trafficserver/site/trunk/index.html Thu Sep 30 18:00:41 2010
@@ -122,6 +122,7 @@
 		</div>
 		<div class="yui-g">
 		   <ul class="bullet">
+		 <li><b>September 27, 2010:</b> Traffic Server 2.1.3-unstable is now available on the <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/">Apache mirrors</a> and fixes a cache corruption issue in 2.1.2.</li>
 		 <li><b>September 1, 2010:</b> We are pleased to announce that Traffic Server 2.1.2-unstable and the stable 2.0.1 are
 now available on the <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/">Apache mirrors</a>. Both releases improve resilience against DNS poisoning and forging of response packets.  The 2.1.2 release fixes a few bugs with 2.1.1 and cleans up several other code areas.</li>
 		 <li><b>June 7, 2010:</b> We are pleased to announce that Traffic Server 2.1.1-unstable is