You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2011/03/09 23:41:55 UTC

svn commit: r1080044 - /trafficserver/site/branches/ats-cms/content/downloads.en.mdtext

Author: igalic
Date: Wed Mar  9 22:41:55 2011
New Revision: 1080044

URL: http://svn.apache.org/viewvc?rev=1080044&view=rev
Log:
More fixes for the markdown

Modified:
    trafficserver/site/branches/ats-cms/content/downloads.en.mdtext

Modified: trafficserver/site/branches/ats-cms/content/downloads.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/downloads.en.mdtext?rev=1080044&r1=1080043&r2=1080044&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/downloads.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/downloads.en.mdtext Wed Mar  9 22:41:55 2011
@@ -200,6 +200,7 @@ Apache Traffic Server 2.1.5 was released
 				 TSReturnCode TSHttpSsnTransactionCount(TSHttpSsn ssnp, int* count);
 
 	 This was all combine into (TS-504), but also see (TS-503).
+
 * Many fixes for broken regression tests!
 * RNI is now completely cleaned out (TS-536).
 * Fixes for SplitDNS (co-author: mohan_zl) (TS-435).
@@ -210,6 +211,7 @@ Apache Traffic Server 2.1.5 was released
 				 TSReturnCode TSCacheUrlSet(TSHttpTxn txnp, const char *url, int length);
 
 	 If length == -1, then the API will calculate it using strlen() [TS-520].
+
 * All public APIs, structs and defines are now prefixed with "TS" instead of the old "INK". There are two exceptions, for the deprecated INKStats\* and INKCoupledStats\* APIs (TS-521).
 * The hooks around "remap" has been organized, and a new hook as been added (for post-remap). New / renamed hooks are
 
@@ -218,6 +220,7 @@ Apache Traffic Server 2.1.5 was released
 
 				 TSReturnCode TSSkipRemappingSet(TSHttpTxn txnp, int flag);
    These fixes went in with (TS-529) and (TS-530).
+
 * INKHttpTxnSetHttpRetStatus not honored when an API transaction is reenabled with INK_EVENT_HTTP_ERROR (TS-535).
 * Various defines for version identification has been moved to the public ts/ts.h include file, e.g.
 
@@ -227,6 +230,7 @@ Apache Traffic Server 2.1.5 was released
 				   #define TS_VERSION_MINOR						   1
 				   #define TS_VERSION_MICRO						   6
    The intended use is for plugins to be able to verify available APIs at compile time (vs the existing runtime checks) (TS-534).
+
 * Traffic Server should now build on ARM processors. Commit message is appropriately describing the situation with this CPU:
 
  This is a sad day of defeat. Not my defeat, but more a collective human defeat.
@@ -240,6 +244,7 @@ Apache Traffic Server 2.1.5 was released
  TS_ARCHITECTURE_LACKS_64BIT_INSTRUCTIONS and turn on the global death lock based on that.
 
  This does not change performance on any other platform -- it's compile time capital punishment. (TS-533) and (TS-135).
+
 * Very old APIs, that have been deprecated since long before the Apache Open Source project, are removed. Also, only three public include files are now available:
 
 				   ts/ts.h
@@ -268,6 +273,7 @@ Apache Traffic Server 2.1.5 was released
 
 						CONFIG proxy.config.dns.dedicated_thread INT 1
    This feature is possibly useful for very busy forward or transparent proxies (TS-307).
+
 *  Accept threads can leak some amount of memory. This patch also supports multiple accept threads (very experimental!) (TS-496).
 *  HttpSM has an assertion that checks the client URL against the cache URL, which breaks INKSetCacheUrl (TS-495).
 *  Return value from pcre_exec tested incorrectly (TS-493).