Author: zwoop
Date: Thu Jan 13 16:11:32 2011
New Revision: 1058640
URL: http://svn.apache.org/viewvc?rev=1058640&view=rev
Log:
Added v2.1.5 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=1058640&r1=1058639&r2=1058640&view=diff
==============================================================================
--- trafficserver/site/trunk/downloads.html (original)
+++ trafficserver/site/trunk/downloads.html Thu Jan 13 16:11:32 2011
@@ -27,14 +27,221 @@
</div>
</div>
<div role="banner" class="yui-g banner">
- <h1>Current (developer, unstable) Release -- 2.1.4</h1>
+ <h1>Current (developer, unstable) Release -- 2.1.5</h1>
</div>
<div role="contentinfo" class="yui-ge">
<!-- first column: 75% -->
<div role="contentinfo" class="yui-u first">
- Apache Traffic Server 2.1.4 was released on November
15, 2010. [<a
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.4-unstable.tar.bz2.asc">PGP</a>]
+ Apache Traffic Server 2.1.5 was released on January
12, 2011. [<a
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.5-unstable.tar.bz2.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.5-unstable.tar.bz2.md5">MD5</a>]
+ [<a
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.5-unstable.tar.bz2.sha1">SHA1</a>].
+<ul class="bullet">
+<li>More 64-bit issues has been identified in the SDK and HTTP core, and
+ fixed [TS-620].</li>
+<li>Code cleanup of old transparency code and options [TS-613].</li>
+<li>We now require a compiler (or libc) that provides atomic
+ operations. This includes gcc 4.1.2 or later, Intel CC, clang (recent
+ versions) as well as Sun's Solaris compilers and libc [TS-618].</li>
+<li>Support normal default path for remap plugins [TS-616].</li>
+<li>Change default settings for MSIE User-Agent sniffing [TS-615].</li>
+<li>Remove remnants from InktoSwitch. This removes the following
+ configurations [TS-614]:
+<code><pre>
+ proxy.config.http.inktoswitch_enabled
+ proxy.config.http.router_ip
+ proxy.config.http.router_port
+</pre></code></li>
+<li>Modify TSContSchedule to take a thread type, and add
+ TSContScheduleEvery [TS-589].</li>
+<li>Added support to allow some select (~50 or so) records.config
+ configurations to be overridable per transaction. This is done via new SDK
+ APIs, as well as a remap plugin provided with the core [TS-599]. The new
+ APIs available are
+<code><pre>
+ TSHttpTxnConfigIntSet()
+ TSHttpTxnConfigIntGet()
+ TSHttpTxnConfigFloatSet()
+ TSHttpTxnConfigFloatGet()
+ TSHttpTxnConfigStringSet()
+ TSHttpTxnConfigStringGet()
+ TSHttpTxnConfigFind()
+</pre></code></li>
+<li>Eliminate dedicated default DNS for SplitDNS [TS-597]. Author: Zhao
+ Yongming.</li>
+<li>Eliminate proxy.config.net.max_poll_delay configs [TS-605].</li>
+<li>Old traffic_net configurations are eliminated [TS-601]. </li>
+<li>Multiple preads: this patch is only active if you call do_io_pread on
+ the cache. This includes a regression test for do_io_pread which is at
+ least a smoke test of the new code. [TS-61]</li>
+<li>Migrate from home-grown regular expression classes to pcre [TS-604].</li>
+<li>Reduce number of calls to regex matcher for standard requests with
+ well-known-strings (WKS). [TS-603]</li>
+<li>Parse Range: requests a bit better. Prior, a request like like Range:
+ bytes=100-200 would return 0-200. Additionally, Range: bytes=100- would
+ not parse properly. [TS-596]</li>
+<li>Remove old, unused configuration code (duplicated) [TS-576].</li>
+<li>Bump the SDK version numbers properly [TS-595].</li>
+<li>Migrate from our own int64 (et.al) to int64_t / stdint types. This also
+ changes the SDK, so ts/ts.h users should now use int64_t etc. [TS-594].</li>
+<li>./configure will now tell us more about its defaults.</li>
+<li>Add better tests for eventfd, making sure sys/eventfd.h exists
+ [TS-515].</li>
+<li>Stub / base implementation for the Task thread pool [TS-589].</li>
+<li>Cleanup of traffic_logstats, and also add support for JSON
+ output. Several new options and query args added to select output format
+ and data [TS-587].</li>
+<li>Add back support for using the default DNSHandler from DNS.cc This
+ helps with SplitDNS [TS-580].</li>
+<li>Fixes for DNS to properly schedule and initialize [TS-570].</li>
+<li>Fix make check so it actually compiles [TS-586].</li>
+<li>Remove RAF pieces [TS-584].</li>
+<li>Replace the SDKAllocator with a ClassAllocator.
+ This reduces the amount of memory allocation for plugins, but requires
+ that plugins now religiously release the handles that they are expected
+ to release (i.e. no automatic gc is done for lazy developers).
[TS-577]</li>
+<li>Fixes for getting the altinfo regression check to succeeds [TS-171].</li>
+<li>Fixes for some transform, and other, mismatches of int vs int64 in the
+ new APIs and underlying cache [TS-456].</li>
+<li>Eliminate misguided string copies in the SDK [TS-579].</li>
+<li>Fix build of ts.h and tsxs when the .in files changes [TS-574].</li>
+<li>Move libinktomi++ and librecords to lib/ts and lib/records [TS-571].</li>
+<li>Add SDK API calls to directly get the elements of the running TS
+ version [TS-568].</li>
+<li>Added WCCP support.</li>
+<li>Bring IPv6 functionality back to trunk, for incoming (client)
+ connections [TS-18]. Original author: Tsunayoshi Egawa.</li>
+<li>Segfault with HTTPS, fixed by correctly initializing SSLNetVConnection
+ being added to freelist [TS-559].</li>
+<li>The old logs.config custom log format is no longer supported. Only the
+ XML custom logs are now supported. This eliminates the config
+<code><pre>
+ proxy.config.log.xml_logs_config
+</pre></code>
+ as well, since it's the only option for custom logs [TS-556].</li>
+<li>All log configurations (and stats) are renamed from log2.* to
+ log.*. This is to avoid confusion, since Apache Traffic Server never had
+ the old (obsolete) log system. There's now only one log system, log
+ [TS-555].</li>
+<li>Many fixes and improvements on the Stats pages subsystem. This now
+ properly supports (if configured) various internal URLs, like
+ http://{net}, http://{hostdb} etc. [TS-554].</li>
+<li>The NewCacheVC is removed [TS-551].</li>
+<li>Support for the Alpha processor is eliminated [TS-552].</li>
+<li>A number of unecessary memory allocations are removed, improving
+ performance under heavy load. [TS-550, TS-549]</li>
+<li>All streaming media (MIXT) configurations are now properly removed from
+ code and default configs [TS-544].</li>
+<li>URL scheme was case sensitive in the cache key [TS-474].</li>
+<li>Fixes for broken API signatures, additions / modifications to the
+ following API:
+<code><pre>
+ TSReturnCode TSHttpTxnArgSet(TSHttpTxn txnp, int arg_idx, void *arg);
+ TSReturnCode TSHttpTxnArgGet(TSHttpTxn txnp, int arg_idx, void **argp);
+ TSReturnCode TSHttpSsnArgSet(TSHttpSsn ssnp, int arg_idx, void *arg);
+ TSReturnCode TSHttpSsnArgGet(TSHttpSsn ssnp, int arg_idx, void **argp);
+
+ TSReturnCode TSHttpArgIndexReserve(const char* name, const char*
+ description, int* arg_idx); TSReturnCode TSHttpArgIndexNameLookup(const
+ char* name, int* arg_idx, const char** description); TSReturnCode
+ TSHttpArgIndexLookup(int arg_idx, const char** name, const char**
+ description);
+
+ TSReturnCode TSHttpSsnTransactionCount(TSHttpSsn ssnp, int* count);
+</pre></code>
+ This was all combine into [TS-504], but also see [TS-503].</li>
+<li>Many fixes for broken regression tests!</li>
+<li>RNI is now completely cleaned out [TS-536].</li>
+<li>Fixes for SplitDNS (co-author: mohan_zl) [TS-435].</li>
+<li>HTTPS to origin servers, with Chunked responses, would hang [TS-540].</li>
+<li>Mismatched APIs using "unsigned char*" [TS-458].</li>
+<li>Rename / modify TSSetCacheUrl() API, the new prototype is
+<code><pre>
+ TSReturnCode TSCacheUrlSet(TSHttpTxn txnp, const char *url, int length);
+</pre></code>
+ If length == -1, then the API will calculate it using strlen()
[TS-520].</li>
+<li>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].</li>
+<li>The hooks around "remap" has been organized, and a new hook as been
+ added (for post-remap). New / renamed hooks are
+<code><pre>
+ TS_HTTP_PRE_REMAP_HOOK TS_HTTP_POST_REMAP_HOOK
+</pre></code>
+ In addition, a new API was added, to allow a plugin to skip the remap
+ phase completely:
+<code><pre>
+ TSReturnCode TSSkipRemappingSet(TSHttpTxn txnp, int flag);
+</pre></code>
+ These fixes went in with [TS-529] and [TS-530].</li>
+
+<li>INKHttpTxnSetHttpRetStatus not honored when an API transaction is
+ reenabled with INK_EVENT_HTTP_ERROR [TS-535].</li>
+<li>Various defines for version identification has been moved to the public
+ ts/ts.h include file, e.g.
+<code><pre>
+ #define TS_VERSION_STRING "2.1.6-unstable"
+ #define TS_VERSION_NUMBER 2001006
+ #define TS_VERSION_MAJOR 2
+ #define TS_VERSION_MINOR 1
+ #define TS_VERSION_MICRO 6
+</pre></code>
+ The intended use is for plugins to be able to verify available APIs at
+ compile time (vs the existing runtime checks) [TS-534].</li>
+
+<li>Traffic Server should now build on ARM processors. Commit message is
+ appropriately describing the situation with this CPU:<br><br>
+
+ This is a sad day of defeat. Not my defeat, but more a collective human
+ defeat.<br><br>
+
+ Question: "Chips fabricated today don't have 64bit atomic primitives?"
+ Answer: "Be sad."<br><br>
+
+ The ARM box we're working on (armv5tejl) doesn't support any 64bit
+ primitives.<br><br>
+
+ This means we need a method of using a global (yes, giant lock of death)
+ to protect modifications of arbitrary 64bit integers in process space.
+ We could make this less contentious by allocating pagesize/8 mutexs and
+ then protecting an int64 based on its page offset. Instead, I think we
+ should mobilize to burn these architectures to the ground and use public
+ embarrassment to fix future instruction sets. If another platform has
+ this issue, we'll want to change the define to:<br><br>
+
+ TS_ARCHITECTURE_LACKS_64BIT_INSTRUCTIONS and turn on the global death
+ lock based on that.<br><br>
+
+ This does not change performance on any other platform -- it's compile
+ time capital punishment. [TS-533] and [TS-135].</li>
+
+<li>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:
+<code><pre>
+ ts/ts.h
+ ts/experimental.h
+ ts/remap.h
+</pre></code>
+ Various other cleanup related to the APIs was also done [TS-522].</li>
+<li>The full change log is located in <a
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=1056147&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.5-unstable.tar.bz2"
class="download">Download Source</a>
+ </div>
+ </div>
+
+
+ <div role="banner" class="yui-g banner">
+ <h1>Archived (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.4 was released on
September 27, 2010. [<a
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.4-unstable.tar.bz2.asc">PGP</a>]
[<a
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.4-unstable.tar.bz2.md5">MD5</a>]
- [<a
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.4-unstable.tar.bz2.sha1">SHA1</a>].
+ [<a
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.4-unstable.tar.bz2.sha1">SHA1</a>].
Apache Traffic Server 2.1.2 has a cache corruption issue.
<ul class="bullet">
<li> Fixes to clustering, that caused an assert to trigger after the
stats changes [TS-519].</li>
@@ -52,8 +259,10 @@
<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>
+ enabled with the records.config option
+<code><pre>
+ CONFIG proxy.config.dns.dedicated_thread INT 1
+</pre></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
@@ -80,7 +289,7 @@
<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>
+<li>The full change log is located in <a
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=1032788&view=markup">/trafficserver/traffic/trunk/CHANGES</a>
</ul>
</div>
<!-- Second column: 25% -->
@@ -91,60 +300,6 @@
<div role="banner" class="yui-g banner">
- <h1>Archived (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-unstable.tar.bz2.asc">PGP</a>]
- [<a
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.3-unstable.tar.bz2.md5">MD5</a>]
- [<a
href="http://www.apache.org/dist/trafficserver/trafficserver-2.1.3-unstable.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=1033751&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>Archived (stable) Release -- 2.0</h1>
</div>
<div role="contentinfo" class="yui-ge">
@@ -171,6 +326,63 @@
<div role="banner" class="yui-g banner">
+ <h1>Archived (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://archive.apache.org/dist/trafficserver/trafficserver-2.1.3-unstable.tar.bz2.asc">PGP</a>]
+ [<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.3-unstable.tar.bz2.md5">MD5</a>]
+ [<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.3-unstable.tar.bz2.sha1">SHA1</a>]
+<ul class="bullet">
+<li> New plugin APIs for stats, and making the "v2" (incomplete) stats
experimental (no longer built by default) [TS-390]. </li>
+<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>
+<li> Cleanup in duplicated configs, and obsoleted configs [TS-447] and
[TS-451].</li>
+<li> Remove some remnants of SNMP [TS-401].</li>
+<li> Cleanup of MIX and LDAP/NTLM remnants [TS-443].</li>
+<li> Improve build include dependencies [TS-442].</li>
+<li> Cleanup / fixes for remap plugin chaining [TS-224].</li>
+<li> Support the rc/trafficserver script for FreeBSD [TS-211].</li>
+<li> traffic_shell shows wrong RAM cache size > 2GB [TS-439].</li>
+<li> Better warnings / errors when bad NIC is configured [TS-327].</li>
+<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><pre>
+ CONFIG proxy.config.cache.force_sector_size INT 4096
+</pre></code>
+This change invalidates the entire cache as well, since it's no longer
+ compatible [TS-43].</li>
+<li> Added APIs to override the cacheablity of the response [TS-395].</li>
+<li> Add OSX support to 'trafficserver' script (author: Dan Mercer)
[TS-210].</li>
+<li> Fix for (very) large buffers fed to the cache [TS-413].</li>
+<li> Forward transparency is available on Linux kernels with TPROXY
[TS-291].</li>
+<li> Fix defaults / max for DNS retries [TS-424].</li>
+<li> Improvements for Perl admin module (author: Adam Faris) [TS-418].</li>
+<li> Problems with specifying separate config files for SSL certificates and
keys [TS-405].</li>
+<li> Logging: Default settings for diagnostic logging [TS-55].</li>
+<li> Fixes to Debian layout (author: Igor GaliÄ) [TS-415].</li>
+<li> Remove DNS proxy support [TS-422].</li>
+<li> rc/trafficserver start/stop quits with bogus status on success (author:
Igor GaliÄ) [TS-429].</li>
+<li> Increase default max in-flight DNS queries [TS-423].</li>
+<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>
+<li> TS fails to use user ID with user name > 8 characters (author: Yakov
+ Markovitch) [TS-420].</li>
+<li> Duplication of RAM cache hits and miss statistics (reading 2x) (author:
John
+ Plevyak) [TS-453].</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://archive.apache.org/dist/trafficserver/trafficserver-2.1.3-unstable.tar.bz2"
class="download">Download Source</a>
+ </div>
+ </div>
+
+
+ <div role="banner" class="yui-g banner">
<h1>Archived (developer, unstable) Release -- 2.1.2</h1>
</div>
<div role="contentinfo" class="yui-ge">
@@ -180,37 +392,7 @@
[<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.2-unstable.tar.bz2.md5">MD5</a>]
[<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.2-unstable.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>
+<li>The full change log is located in <a
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=989908&view=markup">/trafficserver/traffic/trunk/CHANGES</a>
</ul>
</div>
<!-- Second column: 25% -->
@@ -230,9 +412,6 @@
[<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.1-unstable.tar.bz2.md5">MD5</a>]
[<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.1-unstable.tar.bz2.sha1">SHA1</a>]
<ul class="bullet">
- <li>a completely new, flexible configuration layout, simplifying the build
and packaging task for binary distributions</li>
- <li>performance improvements on cache for larger(ish) objects</li>
- <li>the HTTP state machine is now 64-bit "clean", allowing for caching and
proxying documents larger than 2GB.</li>
<li>The full change log is located in <a
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=950270&view=markup">/trafficserver/traffic/trunk/CHANGES</a>
</ul>
</div>
@@ -251,13 +430,9 @@
Apache Traffic Server 2.1.0 was released on May 18,
2010. [<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.0-unstable.tar.bz2.asc">PGP</a>]
[<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.0-unstable.tar.bz2.md5">MD5</a>]
[<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.1.0-unstable.tar.bz2.sha1">SHA1</a>]
-<ul class="bullet"><li>Support for many more platforms, including FreeBSD,
MacOSX and Solaris.
-<li>Code cleanup to get the ATS software into a distributable shape. This
means that certain things are missing, or not functional (intentionally).</li>
-<li>Support for larger Cache Partitions up to .5 PB (Petabytes), reducing
seeks/write.</li>
-<li>Reduced Cache miss latency (sub millesecond).</li>
-<li>RAM Cache pluggability, new algorithm (CLFUS) and optional
compression.</li>
-<li>Support for TCL v8.6 and later [TS-246].</li>
-<li>The cache is now 64-bit "clean" allowing for much more memory
usage.</li></ul>
+<ul class="bullet">
+ <li>The full change log is located in <a
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=942893&view=markup">/trafficserver/traffic/trunk/CHANGES</a></li>
+</ul>
</div>
<!-- Second column: 25% -->
<div role="complementary" class="yui-u">
Modified: trafficserver/site/trunk/index.html
URL:
http://svn.apache.org/viewvc/trafficserver/site/trunk/index.html?rev=1058640&r1=1058639&r2=1058640&view=diff
==============================================================================
--- trafficserver/site/trunk/index.html (original)
+++ trafficserver/site/trunk/index.html Thu Jan 13 16:11:32 2011
@@ -122,6 +122,7 @@
</div>
<div class="yui-g">
<ul class="bullet">
+ <li><b>January 12, 2011:</b> Traffic Server 2.1.5-unstable is
now available on the <a
href="http://www.apache.org/dyn/closer.cgi/trafficserver/">Apache
mirrors</a>.</li>
<li><b>November 15, 2010:</b> Traffic Server 2.1.4-unstable is
now available on the <a
href="http://www.apache.org/dyn/closer.cgi/trafficserver/">Apache
mirrors</a>.</li>
<li><b>October 25, 2010:</b> Please congratulate Igor GaliÄ
for becoming a committer and PMC member. Welcome!</li>
<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>