You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2011/05/31 16:28:53 UTC

svn commit: r1129699 - in /trafficserver/site/trunk: downloads.html index.html

Author: zwoop
Date: Tue May 31 14:28:52 2011
New Revision: 1129699

URL: http://svn.apache.org/viewvc?rev=1129699&view=rev
Log:
Announce of v2.1.9 release

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

Modified: trafficserver/site/trunk/downloads.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/downloads.html?rev=1129699&r1=1129698&r2=1129699&view=diff
==============================================================================
--- trafficserver/site/trunk/downloads.html (original)
+++ trafficserver/site/trunk/downloads.html Tue May 31 14:28:52 2011
@@ -26,16 +26,127 @@
 
 			</div>
 		</div>
+
+
 		<div role="banner" class="yui-g banner"> 
-			<h1>Current (developer, unstable) Release -- 2.1.8</h1>
+			<h1>Current (developer, unstable) Release -- 2.1.9</h1>
 		</div>
 		<div role="contentinfo" class="yui-ge">
 		   <!-- first column: 75% -->
 			<div role="contentinfo" class="yui-u first"> 
-			   Apache Traffic Server 2.1.8 was released on May 5, 2011. [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.8-unstable.tar.bz2.asc">PGP</a>]
-    [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.8-unstable.tar.bz2.md5">MD5</a>]
-    [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.8-unstable.tar.bz2.sha1">SHA1</a>]. 
+			   Apache Traffic Server 2.1.8 was released on May 5, 2011. [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.9-unstable.tar.bz2.asc">PGP</a>]
+    [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.9-unstable.tar.bz2.md5">MD5</a>]
+    [<a href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.9-unstable.tar.bz2.sha1">SHA1</a>]. 
 <br><br>
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-738'>TS-738</a>] -         &#39;make check` fails on x86
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-759'>TS-759</a>] -         Makefile handles $DESTDIR incorrectly 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-761'>TS-761</a>] -         can&#39;t load more then 3 remap plugins
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-762'>TS-762</a>] -         Range values like -10 are processed wrong
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-763'>TS-763</a>] -         When creating multiple SSL accept threads, we use the wrong instantiator
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-769'>TS-769</a>] -         traffic server loops forever if the origin sends back a 505 and the connection is keep-alive
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-770'>TS-770</a>] -         proxy.config.http.doc_in_cache_skip_dns is not being read from records.config
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-773'>TS-773</a>] -         Traffic server has a hard limit of 512 gigabytes per RAW disk partition
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-778'>TS-778</a>] -         Compile Fails on Solaris 10 (gcc)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-782'>TS-782</a>] -         Remap processor creates a remap thread even when asked not to
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-788'>TS-788</a>] -         clean up APIs for setting a request or response as being cacheable
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-789'>TS-789</a>] -         PURGE should purge all alternates, no matter what the request headers indicate
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-793'>TS-793</a>] -         the freelist dump function are not showing the correct values
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-797'>TS-797</a>] -         Wrong &quot;delete&quot; used in StatProcessor
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-800'>TS-800</a>] -         autoconf warnings with &quot;recent&quot; versions of auto tools
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-806'>TS-806</a>] -         Build problem with multiple &quot;alternative&quot; library directories
+</li>
+</ul>
+            
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-562'>TS-562</a>] -         Custom paths for zlib, openssl, pcre don&#39;t work if in non-standard locations without adding --rpath
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-679'>TS-679</a>] -         Make SDK APIs use struct sockaddr_storage instead of &quot;unsigned int&quot; for IPs
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-757'>TS-757</a>] -         Change TSNetAccept() API to take an option for enabling (and number of) accept threads.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-765'>TS-765</a>] -         Make the backdoor port (8084 by default) only listen on &quot;localhost&quot;
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-771'>TS-771</a>] -         Remove last V1 log buffer support
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-772'>TS-772</a>] -         Make proxy.config.http.doc_in_cache_skip_dns overridable
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-774'>TS-774</a>] -         Make it possible for devs to link libtsutil.a statically for various binaries
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-775'>TS-775</a>] -         Disable cluster autodiscovery via multicast when clustering is disabled (as is by default)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-776'>TS-776</a>] -         A few small, simple performance improvements
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-780'>TS-780</a>] -         Retune the number of SSL threads
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-781'>TS-781</a>] -         Remove unusual configurations from the default records.config
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-783'>TS-783</a>] -         Port ATS to IA64
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-784'>TS-784</a>] -         Don&#39;t use class allocator for remap processing when no remap threads are enabled
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-787'>TS-787</a>] -         disable SSLv2 by default
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-791'>TS-791</a>] -         Remove unused shm tools / code
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-805'>TS-805</a>] -         HostDB wastes a lot of storage for round-robin entries, and the calculations of size are off
+</li>
+</ul>
+    
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-404'>TS-404</a>] -         API to set IP address of origin server avoiding DNS lookup
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-779'>TS-779</a>] -         Set thread name for various event types
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-786'>TS-786</a>] -         Add a perl module to edit a records.config configuration file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TS-792'>TS-792</a>] -         Add a config option (disabled by default) to support mlock() and mlockall().
+</li>
+</ul>
+
+<p>The full change log is located in <a href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?view=markup&pathrev=1128141">/trafficserver/traffic/trunk/CHANGES</a></p>
+
+			</div>
+			<!-- Second column: 25% -->
+			<div role="complementary" class="yui-u">
+				<a href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-2.1.9-unstable.tar.bz2" class="download">Download Source</a>
+			</div>
+		</div>
+
+
+
+		<div role="banner" class="yui-g banner"> 
+			<h1>Archived (developer, unstable) Release -- 2.1.8</h1>
+		</div>
+		<div role="contentinfo" class="yui-ge">
+		   <!-- first column: 75% -->
+			<div role="contentinfo" class="yui-u first"> 
+			   Apache Traffic Server 2.1.8 was released on May 5, 2011. [<a href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.8-unstable.tar.bz2.asc">PGP</a>]
+    [<a href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.8-unstable.tar.bz2.md5">MD5</a>]
+    [<a href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.8-unstable.tar.bz2.sha1">SHA1</a>].
+
 <h2>        Bugs
 </h2>
 <ul  class="bullet">
@@ -130,12 +241,11 @@
 			</div>
 			<!-- Second column: 25% -->
 			<div role="complementary" class="yui-u">
-				<a href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-2.1.8-unstable.tar.bz2" class="download">Download Source</a>
+				<a href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.8-unstable.tar.bz2" class="download">Download Source</a>
 			</div>
 		</div>
 
 
-
 		<div role="banner" class="yui-g banner"> 
 			<h1>Archived (developer, unstable) Release -- 2.1.7</h1>
 		</div>
@@ -209,7 +319,7 @@
 			</div>
 			<!-- Second column: 25% -->
 			<div role="complementary" class="yui-u">
-				<a href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.6-unstable.tar.bz2" class="download">Download Source</a>
+				<a href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.7-unstable.tar.bz2" class="download">Download Source</a>
 			</div>
 		</div>
 

Modified: trafficserver/site/trunk/index.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/index.html?rev=1129699&r1=1129698&r2=1129699&view=diff
==============================================================================
--- trafficserver/site/trunk/index.html (original)
+++ trafficserver/site/trunk/index.html Tue May 31 14:28:52 2011
@@ -122,6 +122,7 @@
 		</div>
 		<div class="yui-g">
 		   <ul class="bullet">
+		 <li><b>May 30, 2011:</b> Traffic Server 2.1.9-unstable is now available on the <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/">Apache mirrors</a>.</li>
 		 <li><b>May 5, 2011:</b> Traffic Server 2.1.8-unstable is now available on the <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/">Apache mirrors</a>.</li>
 		 <li><b>March 21, 2011:</b> Traffic Server 2.1.7-unstable is now available on the <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/">Apache mirrors</a>.</li>
 		 <li><b>March 3, 2011:</b> Traffic Server 2.1.6-unstable is now available on the <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/">Apache mirrors</a>.</li>