Author: zwoop
Date: Tue Oct 15 03:20:49 2013
New Revision: 1532172
URL: http://svn.apache.org/r1532172
Log:
Added v4.0.2 release details
Modified:
trafficserver/site/trunk/content/downloads.en.mdtext
trafficserver/site/trunk/content/index.html
Modified: trafficserver/site/trunk/content/downloads.en.mdtext
URL:
http://svn.apache.org/viewvc/trafficserver/site/trunk/content/downloads.en.mdtext?rev=1532172&r1=1532171&r2=1532172&view=diff
==============================================================================
--- trafficserver/site/trunk/content/downloads.en.mdtext (original)
+++ trafficserver/site/trunk/content/downloads.en.mdtext Tue Oct 15 03:20:49
2013
@@ -19,8 +19,8 @@ RSS: /rss/releases.rss
-The latest stable release of Apache Traffic Server is 4.0.1 (released on
2013-08-30).
-New in the 4.0 release is that we now follow the [Semantic
Versioning](http://semver.org)
+The latest stable release of Apache Traffic Server is 4.0.2, released on
2013-10-14.
+New in the 4.0 releases is that we now follow the [Semantic
Versioning](http://semver.org)
scheme. The goal is to release minor versions quarterly, and within the major
version
these are all compatible.
@@ -31,40 +31,32 @@ and checksum signatures.
[](/rss/releases.rss)
-# Current v4.0 Release -- 4.0.1 # {#4.0.1}
+# Current v4.0 Release -- 4.0.2 # {#4.0.2}
- Apache Traffic Server 4.0.1 was released on August 30, 2013.
-
[[`PGP`](http://www.apache.org/dist/trafficserver/trafficserver-4.0.1.tar.bz2.asc)]
-
[[`MD5`](http://www.apache.org/dist/trafficserver/trafficserver-4.0.1.tar.bz2.md5)]
-
[[`SHA1`](http://www.apache.org/dist/trafficserver/trafficserver-4.0.1.tar.bz2.sha1)]
-
- <a
href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-4.0.1.tar.bz2"
class="download_ts">Traffic Server 4.0.1</a>
-
-This is our next generation major relase! Upgrading from v3.2 to v4.0 implies
reinitializing the cache, so
-existing data will be erased. This should happen automatically on startup, but
please be careful. Details on
+ Apache Traffic Server 4.0.1 was released on October 14, 2013.
+
[[`PGP`](http://www.apache.org/dist/trafficserver/trafficserver-4.0.2.tar.bz2.asc)]
+
[[`MD5`](http://www.apache.org/dist/trafficserver/trafficserver-4.0.2.tar.bz2.md5)]
+
[[`SHA1`](http://www.apache.org/dist/trafficserver/trafficserver-4.0.2.tar.bz2.sha1)]
+
+ <a
href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-4.0.2.tar.bz2"
class="download_ts">Traffic Server 4.0.2</a>
+
+This is our next generation major relase, fixing serious bugs found in the
v4.0.1 release.
+Upgrading from v3.2 to v4.0 implies reinitializing the cache, so existing
cache data will be
+erased. This should happen automatically on startup, but please be careful.
Details on
upgrading to see [these
instructions](https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v4.0).
-The following bugs were fixed since the latest developement release (v3.3.5,
see below):
-
-## Bugs ## {#4.0.1Bugs}
-
-* [[`TS-1823`](https://issues.apache.org/jira/browse/TS-1823)] -
config file line continuation support
-* [[`TS-2111`](https://issues.apache.org/jira/browse/TS-2111)] -
configure check in boost falsely requires 1.50
-* [[`TS-2112`](https://issues.apache.org/jira/browse/TS-2112)] -
libloader promoted to "stable" but is not built
-* [[`TS-2127`](https://issues.apache.org/jira/browse/TS-2127)] - Move
hostdb.config to var/trafficserver
-* [[`TS-2128`](https://issues.apache.org/jira/browse/TS-2128)] -
Don't link libGeoIP.so.1 into binaries (only into plugin itself)
-* [[`TS-2129`](https://issues.apache.org/jira/browse/TS-2129)] -
Check for Perl MakeMaker module
-* [[`TS-2130`](https://issues.apache.org/jira/browse/TS-2130)] -
Checks around pthread_setname_np() fails on various platforms
-* [[`TS-2131`](https://issues.apache.org/jira/browse/TS-2131)] -
Calling "make install" sets ${localstatedir} owner and group to
"ats" user
-* [[`TS-2132`](https://issues.apache.org/jira/browse/TS-2132)] -
Calling "make install" sets ${libexecdir} owner and group to
"ats" user
-* [[`TS-2154`](https://issues.apache.org/jira/browse/TS-2154)] - Lua
plugin asserts traffic_server on startup
-* [[`TS-2161`](https://issues.apache.org/jira/browse/TS-2161)] -
TSHttpTxnHookAdd memory Leak
+The following bugs were fixed since the latest developement release (v4.0.1,
see below):
-## Improvement ## {#4.0.1Improvement}
+## Bugs ## {#4.0.2Bugs}
-* [[`TS-1597`](https://issues.apache.org/jira/browse/TS-1597)] -
document remap.config filtering directives
+* [[`TS-2144`](https://issues.apache.org/jira/browse/TS-2144)] -
traffic_server crashes when clearing cache
+* [[`TS-2173`](https://issues.apache.org/jira/browse/TS-2173)] -
cache total hit/miss stats broken in version 4.0.1
+* [[`TS-2174`](https://issues.apache.org/jira/browse/TS-2174)] -
traffic_shell/traffic_line miss some stats value
+* [[`TS-2191`](https://issues.apache.org/jira/browse/TS-2191)] - when
http_info enabled, the http_sm may be deleted but a event associated it not
cancelled.
+* [[`TS-2207`](https://issues.apache.org/jira/browse/TS-2207)] -
Centos5 out of tree perl build fails
+* [[`TS-2217`](https://issues.apache.org/jira/browse/TS-2217)] -
remove the option to turn off body factory - setting it to 0 will result in
empty responses
-More details are also in the [CHANGES
log](https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob_plain;f=CHANGES;hb=refs/tags/4.0.1)
and the the Jira [Release
Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12324656).
A complete list of all bugs since v3.2.0 is
[available](https://issues.apache.org/jira/issues/?filter=12324799) on our Jira
as well.
+More details are also in the [CHANGES
log](https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob_plain;f=CHANGES;hb=refs/tags/4.0.2)
and the the Jira [Release
Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12324969).
# Long Term Support: v3.2 Release -- 3.2.5 # {#3.2.5}
@@ -93,12 +85,10 @@ If you are upgrading from the previous s
* [[`TS-1918`](https://issues.apache.org/jira/browse/TS-1918)] - 3.2.x - SSL
hangs after origin handshake
* [[`TS-1923`](https://issues.apache.org/jira/browse/TS-1923)] - 3.2.x - Fix
`resolve_logfield_string()`
-
## Improvement ## {#3.2.5Improvement}
* [[`TS-1902`](https://issues.apache.org/jira/browse/TS-1902)] - 3.2.x -
remove libiconv dependency
-
# Legacy (stable) Release -- 3.0.5 # {#3.0.5}
Apache Traffic Server 3.0.5 was released on June 6, 2012.
@@ -108,162 +98,33 @@ If you are upgrading from the previous s
<a
href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.0.5.tar.bz2"
class="download_ts">Traffic Server 3.0.5</a>
-## Bugs ## {#3.0.5Bugs}
-
-* [[`TS-857`](https://issues.apache.org/jira/browse/TS-857)] - Crash
Report: HttpTunnel::chain\_abort\_all -> HttpServerSession::do\_io\_close
-> UnixNetVConnection::do\_io\_close
-* [[`TS-1049`](https://issues.apache.org/jira/browse/TS-1049)] - TS hangs
(dead lock) on HTTPS POST requests
-* [[`TS-1109`](https://issues.apache.org/jira/browse/TS-1109)] - stack dump
may crash too
-* [[`TS-1111`](https://issues.apache.org/jira/browse/TS-1111)] - crash in
RangeTransform::handle\_event
-* [[`TS-1114`](https://issues.apache.org/jira/browse/TS-1114)] - Crash
report: HttpTransactCache::SelectFromAlternates
-* [[`TS-1158`](https://issues.apache.org/jira/browse/TS-1158)] - Race on
mutex switching for NetVConnections in UnixNetVConnection::mainEvent
-* [[`TS-1185`](https://issues.apache.org/jira/browse/TS-1185)] - fails to
build from source with gcc 4.7
-
-## Improvement ## {#3.0.5Improvement}
-
-* [[`TS-1098`](https://issues.apache.org/jira/browse/TS-1098)] - Make RC
script support Amazon EC2 Linux AMI
-* [[`TS-1116`](https://issues.apache.org/jira/browse/TS-1116)] - Fix build
issues with clang (particularly on OSX)
-
-## New Feature ## {#3.0.5NewFeature}
-
-There are no new features in this release.
-
More details are also in the [CHANGES
log](https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob_plain;f=CHANGES;h=894e18c19c7030a83b14bcdd72be90837280e8ef;hb=18cb95b25c96ce640af2282bbfcb2337cebe07ac).
For details on the fixes since v2.0.0, please refer to the [bug
list](v2tov3bugs.html).
-# Archived developer Release -- 3.3.5 # {#3.3.5}
+# Archived (stable) Release -- 4.0.1 # {#4.0.1}
+
+ Apache Traffic Server 4.0.1 was released on August 30, 2013.
+
[[PGP](http://www.apache.org/dist/trafficserver/trafficserver-4.0.1.tar.bz2.asc)]
+
[[MD5](http://www.apache.org/dist/trafficserver/trafficserver-4.0.1.tar.bz2.md5)]
+
[[SHA1](http://www.apache.org/dist/trafficserver/trafficserver-4.0.1.tar.bz2.sha1)]
- Apache Traffic Server 3.3.5 was released on August 16, 2013.
-
[[`PGP`](http://www.apache.org/dist/trafficserver/trafficserver-3.3.5-dev.tar.bz2.asc)]
-
[[`MD5`](http://www.apache.org/dist/trafficserver/trafficserver-3.3.5-dev.tar.bz2.md5)]
-
[[`SHA1`](http://www.apache.org/dist/trafficserver/trafficserver-3.3.5-dev.tar.bz2.sha1)]
-
- <a
href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.3.5-dev.tar.bz2"
class="download_ts">Traffic Server 3.3.5</a>
-
-## Bugs ## {#3.3.5Bugs}
-
-* [[`TS-832`](https://issues.apache.org/jira/browse/TS-832)] - Crash
Report: RecMessageMarshal_Realloc in cluster mode 2
-* [[`TS-954`](https://issues.apache.org/jira/browse/TS-954)] - when
use raw disks, some blocks is lost when calculating disk usable blocks
-* [[`TS-1151`](https://issues.apache.org/jira/browse/TS-1151)] - in
some strange situation, cop will crash
-* [[`TS-1330`](https://issues.apache.org/jira/browse/TS-1330)] -
Logging related segfault in 3.2.0
-* [[`TS-1444`](https://issues.apache.org/jira/browse/TS-1444)] -
Cache Inspector has a few bugs in it
-* [[`TS-1487`](https://issues.apache.org/jira/browse/TS-1487)] - the
ordering of plugin_init and init_HttpProxyServer cause crashed TS to core
endlessly
-* [[`TS-1496`](https://issues.apache.org/jira/browse/TS-1496)] -
Traffic Server with null-transform buffering large responses when client
connection slow
-* [[`TS-1510`](https://issues.apache.org/jira/browse/TS-1510)] -
Large files being purged from cache incorrectly
-* [[`TS-1573`](https://issues.apache.org/jira/browse/TS-1573)] - does
rolling options work for ATS?
-* [[`TS-1612`](https://issues.apache.org/jira/browse/TS-1612)] - RAW
disk problem with CLFUS and compression enabled
-* [[`TS-1625`](https://issues.apache.org/jira/browse/TS-1625)] - ATS
doesn't support localhost services for full IPT connections
-* [[`TS-1670`](https://issues.apache.org/jira/browse/TS-1670)] -
regression test failed on cache compontent
-* [[`TS-1685`](https://issues.apache.org/jira/browse/TS-1685)] -
configure --enable-micro doesn't build
-* [[`TS-1707`](https://issues.apache.org/jira/browse/TS-1707)] -
FreeBSD disk calculations are wrong
-* [[`TS-1786`](https://issues.apache.org/jira/browse/TS-1786)] - only
enable -Werror for debug builds
-* [[`TS-1805`](https://issues.apache.org/jira/browse/TS-1805)] -
Stats: show:proxy-stats in traffic_shell only have Client Throughput, all
others '0'
-* [[`TS-1862`](https://issues.apache.org/jira/browse/TS-1862)] -
build error with --enable-linux-native-aio
-* [[`TS-1873`](https://issues.apache.org/jira/browse/TS-1873)] - RAM
cache unable to use large memory ?
-* [[`TS-1881`](https://issues.apache.org/jira/browse/TS-1881)] -
Looking up urls by regex in the web interface can crash ATS
-* [[`TS-1886`](https://issues.apache.org/jira/browse/TS-1886)] - on
darwin, we have gcc in ports
-* [[`TS-1901`](https://issues.apache.org/jira/browse/TS-1901)] -
Update all build instructions in prep for v3.4.0
-* [[`TS-1934`](https://issues.apache.org/jira/browse/TS-1934)] -
Enable geoip_acl plugin for build with experimental enabled
-* [[`TS-1946`](https://issues.apache.org/jira/browse/TS-1946)] -
Verbose SSL ERROR in diags.out
-* [[`TS-1957`](https://issues.apache.org/jira/browse/TS-1957)] - if
CacheContinuation timeout, timeout Event will be loop
-* [[`TS-1958`](https://issues.apache.org/jira/browse/TS-1958)] -
admin interface regex lookup seg fault
-* [[`TS-1959`](https://issues.apache.org/jira/browse/TS-1959)] -
traffic_manager doesn't honor records.config settings for a few directory
configs
-* [[`TS-1960`](https://issues.apache.org/jira/browse/TS-1960)] -
Decouple default.stacksize rec-config from the event system
-* [[`TS-1961`](https://issues.apache.org/jira/browse/TS-1961)] - add
tsxs query option
-* [[`TS-1962`](https://issues.apache.org/jira/browse/TS-1962)] -
keepalive post issues
-* [[`TS-1963`](https://issues.apache.org/jira/browse/TS-1963)] -
upgrade the version number for cache between 3.2.x and 3.4.x
-* [[`TS-1966`](https://issues.apache.org/jira/browse/TS-1966)] - Make
ProxyAllocator slot size configurable
-* [[`TS-1970`](https://issues.apache.org/jira/browse/TS-1970)] -
Using ssl_ca_name= in ssl_multicert.config fails or segfaults
-* [[`TS-1972`](https://issues.apache.org/jira/browse/TS-1972)] -
TSNetAcceptNamedProtocol does not receive connections
-* [[`TS-1976`](https://issues.apache.org/jira/browse/TS-1976)] -
Invalid httpport argument passed from traffic_manager to traffic_server
-* [[`TS-1977`](https://issues.apache.org/jira/browse/TS-1977)] -
Recent master fails to build with XCode / OSX
-* [[`TS-1978`](https://issues.apache.org/jira/browse/TS-1978)] -
Segfault when trying to set an error from (remap) plugin
-* [[`TS-1990`](https://issues.apache.org/jira/browse/TS-1990)] - core
at CacheContinuation::handleDisposeEvent()
-* [[`TS-1991`](https://issues.apache.org/jira/browse/TS-1991)] -
clang complaint: logical not is only applied to the left hand side of this
comparison
-* [[`TS-1993`](https://issues.apache.org/jira/browse/TS-1993)] - ATS
looking for chain certificate in the wrong place
-* [[`TS-2000`](https://issues.apache.org/jira/browse/TS-2000)] -
clang complaint: '_MGMT_SCHEMA_' is defined here; did you mean
'__MGMT_SCHEMA_'?
-* [[`TS-2001`](https://issues.apache.org/jira/browse/TS-2001)] -
clang complaint in HttpTransact.cc: logical not is only applied to the left
hand side of this comparison
-* [[`TS-2002`](https://issues.apache.org/jira/browse/TS-2002)] -
clang complaint in Main.cc: incompatible operand types ('char' and
'char *')
-* [[`TS-2003`](https://issues.apache.org/jira/browse/TS-2003)] - Fix
ram hit stats in cluster mode
-* [[`TS-2010`](https://issues.apache.org/jira/browse/TS-2010)] -
build fixes for OS X 10.9 and Xcode 5
-* [[`TS-2012`](https://issues.apache.org/jira/browse/TS-2012)] - use
standard C++11 containers in logstats
-* [[`TS-2013`](https://issues.apache.org/jira/browse/TS-2013)] -
install tspush script
-* [[`TS-2027`](https://issues.apache.org/jira/browse/TS-2027)] -
there`s no initializer of ConnectionCount`s mutex
-* [[`TS-2028`](https://issues.apache.org/jira/browse/TS-2028)] -
Config parse problems in healthchecks plugin
-* [[`TS-2030`](https://issues.apache.org/jira/browse/TS-2030)] -
build error when enable --enable-interim-cache on fedora19 x86_64
-* [[`TS-2035`](https://issues.apache.org/jira/browse/TS-2035)] -
traffic server cores on startup when enabling multiple ports
-* [[`TS-2036`](https://issues.apache.org/jira/browse/TS-2036)] -
Management update API for plugins doesn't work
-* [[`TS-2037`](https://issues.apache.org/jira/browse/TS-2037)] -
debian init script typo
-* [[`TS-2044`](https://issues.apache.org/jira/browse/TS-2044)] -
Logging client run into "LOG_COLL_FLOW_DENY" status infinitely
-* [[`TS-2047`](https://issues.apache.org/jira/browse/TS-2047)] -
RamCacheCLFUSCompressor scheduled before RamCacheCLFUS initialization can cause
seg fault if compressor runs before RamCacheCLFUS::init
-* [[`TS-2051`](https://issues.apache.org/jira/browse/TS-2051)] - ATS
crashing shortly after starting when SSL is enabled
-* [[`TS-2052`](https://issues.apache.org/jira/browse/TS-2052)] -
ET_SSL thread spinning
-* [[`TS-2057`](https://issues.apache.org/jira/browse/TS-2057)] -
remove deprecated proxy.config.ssl.server_port
-* [[`TS-2061`](https://issues.apache.org/jira/browse/TS-2061)] -
"malloc(): memory corruption (fast)" in LogBuffer
-* [[`TS-2064`](https://issues.apache.org/jira/browse/TS-2064)] -
authproxy plugin errors do not include a body
-* [[`TS-2071`](https://issues.apache.org/jira/browse/TS-2071)] -
Remove proxy.config.http.session_auth_cache_keep_alive_enabled remnants
-* [[`TS-2072`](https://issues.apache.org/jira/browse/TS-2072)] -
Remove proxy.config.http.avoid_content_spoofing setting, and fix logical issue
around dirtiness
-* [[`TS-2073`](https://issues.apache.org/jira/browse/TS-2073)] - Set
the defaults for request_hdr_max_size and response_hdr_max_size properly
-* [[`TS-2074`](https://issues.apache.org/jira/browse/TS-2074)] -
Remove remnants of proxy.config.http.server_port and
proxy.config.http.server_other_ports
-* [[`TS-2081`](https://issues.apache.org/jira/browse/TS-2081)] - WCCP
Client Address should not be replicated between cluster members.
-* [[`TS-2083`](https://issues.apache.org/jira/browse/TS-2083)] -
build error when enable --enable-interim-cache
-* [[`TS-2092`](https://issues.apache.org/jira/browse/TS-2092)] - Use
of uninitialized member in HdrHeap
-* [[`TS-2093`](https://issues.apache.org/jira/browse/TS-2093)] -
Plugin API doesn't check stat bounds on creation which can cause assert to
trigger
-* [[`TS-2099`](https://issues.apache.org/jira/browse/TS-2099)] - typo
error in when set active_timeout of netvc
-* [[`TS-2100`](https://issues.apache.org/jira/browse/TS-2100)] - NPN
mutex not initialized
-* [[`TS-2102`](https://issues.apache.org/jira/browse/TS-2102)] - SPDY
plugin tries to setup protocol handler too early
-
-
-## Improvements ## {#3.3.5Improvements}
-
-* [[`TS-1255`](https://issues.apache.org/jira/browse/TS-1255)] - Add
more overridable records.config configurations
-* [[`TS-1280`](https://issues.apache.org/jira/browse/TS-1280)] - add
url match token about cache control rule
-* [[`TS-1684`](https://issues.apache.org/jira/browse/TS-1684)] -
Reduce the usage of global allocation/free lists - switch to using local thread
allocation/free lists
-* [[`TS-1820`](https://issues.apache.org/jira/browse/TS-1820)] -
Cleanup UNUSED / INK_UNUSED / RELEASE_UNUSED
-* [[`TS-1942`](https://issues.apache.org/jira/browse/TS-1942)] -
Remove obsolete username.cache configs from RecordsConfig.cc
-* [[`TS-1943`](https://issues.apache.org/jira/browse/TS-1943)] - Make
variable name of mcport/rsport more readable
-* [[`TS-1948`](https://issues.apache.org/jira/browse/TS-1948)] -
remove TSPluginLicenseRequired
-* [[`TS-1953`](https://issues.apache.org/jira/browse/TS-1953)] -
remove check_ts_version() from (example) plugins or make it an API
-* [[`TS-1968`](https://issues.apache.org/jira/browse/TS-1968)] -
Promote header_rewrite from experimental plugins
-* [[`TS-1971`](https://issues.apache.org/jira/browse/TS-1971)] -
switch jtest over to ink_args
-* [[`TS-1987`](https://issues.apache.org/jira/browse/TS-1987)] -
Replace "fast" string functions in ink_string.h with those from
standard string.h
-* [[`TS-1994`](https://issues.apache.org/jira/browse/TS-1994)] -
Default RAM Cache size is very small
-* [[`TS-1997`](https://issues.apache.org/jira/browse/TS-1997)] -
Remove TSHttpTxnCachedUrlSet() API
-* [[`TS-1998`](https://issues.apache.org/jira/browse/TS-1998)] - Make
stats-over-http support configurable URL path
-* [[`TS-2007`](https://issues.apache.org/jira/browse/TS-2007)] - Add
API for transparent net connection
-* [[`TS-2033`](https://issues.apache.org/jira/browse/TS-2033)] -
Remove EncryptToFile() and mgmt API
-* [[`TS-2041`](https://issues.apache.org/jira/browse/TS-2041)] -
override records.config setting from the environment
-* [[`TS-2042`](https://issues.apache.org/jira/browse/TS-2042)] -
Remove remnants of unused vingid command line option
-* [[`TS-2050`](https://issues.apache.org/jira/browse/TS-2050)] -
Cleanup ink_config.h
-* [[`TS-2059`](https://issues.apache.org/jira/browse/TS-2059)] -
Remove EnvBlock.{cc,h} and processSpawn()
-* [[`TS-2075`](https://issues.apache.org/jira/browse/TS-2075)] -
Minor cleanup around checking for redirects being enabled
-* [[`TS-2076`](https://issues.apache.org/jira/browse/TS-2076)] -
Removed proxy.config.http.accept_encoding_filter_enabled
-* [[`TS-2086`](https://issues.apache.org/jira/browse/TS-2086)] -
Remove a few completely unused RecordsConfig.cc settings
-* [[`TS-2090`](https://issues.apache.org/jira/browse/TS-2090)] - Make
proxy.config.allocator.enable_reclaim default based on build instructions
-* [[`TS-2097`](https://issues.apache.org/jira/browse/TS-2097)] -
remove unused string functions
-
-
-## New Features ## {#3.3.5NewFeatures}
-
-* [[`TS-745`](https://issues.apache.org/jira/browse/TS-745)] -
Support ssd as a tiered cache component
-* [[`TS-1999`](https://issues.apache.org/jira/browse/TS-1999)] -
Merge in the healthcheck plugin from GD
-* [[`TS-2045`](https://issues.apache.org/jira/browse/TS-2045)] - move
gzip plugin out of experimental
-* [[`TS-2046`](https://issues.apache.org/jira/browse/TS-2046)] - Move
contrib/perl to lib/perl, and make it build and install
+<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-4.0.1.tar.bz2"
class="download_ts">Traffic Server 4.0.1</a>
+More details are also in the [CHANGES
log](https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob_plain;f=CHANGES;hb=refs/tags/4.0.1)
and the the Jira [Release
Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12324656).
-More details are also in the [CHANGES
log](https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob_plain;f=CHANGES;hb=refs/tags/3.3.5).
-The Jira release notes are also
[available](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12324316).
# Archived (stable) Release -- 3.2.4 # {#3.2.4}
- Apache Traffic Server 3.2.4 was released on Januar 25, 2013.
+ Apache Traffic Server 3.2.4 was released on January 25, 2013.
[[`PGP`](http://www.apache.org/dist/trafficserver/trafficserver-3.2.4.tar.bz2.asc)]
[[`MD5`](http://www.apache.org/dist/trafficserver/trafficserver-3.2.4.tar.bz2.md5)]
[[`SHA1`](http://www.apache.org/dist/trafficserver/trafficserver-3.2.4.tar.bz2.sha1)]
<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-3.2.4.tar.bz2"
class="download_ts">Traffic Server 3.2.4</a>
+
# Archived (stable) Release -- 3.2.0 # {#3.2.0}
Apache Traffic Server 3.2.0 was released on June 19, 2012.
@@ -275,6 +136,7 @@ The Jira release notes are also [availab
More details are also in the [CHANGES
log](https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob;f=CHANGES;h=b70108ada22f0b8872fbca218bcf09b2f3692c99;hb=f80179bce9133048d7d28cef59b4deb7adc22d20).
+
# Archived (stable) Release -- 3.0.4 # {#3.0.4}
Apache Traffic Server 3.0.4 was released on December 07, 2011.
@@ -301,72 +163,7 @@ For details on the fixes since v2.0.0, p
More details are also in the [CHANGES log]().
For details on the fixes since v2.0.0, please refer to the [bug
list](v2tov3bugs.html).
-
**Note:** Upgrading from v2.0.x or v2.1.8 and earlier requires that you
migrate to the
new records.config configuration file. You should also clear all caches after
upgrading
(e.g. `sudo traffic_server -Cclear`), as well as deleting the hostdb files
(`var/trafficserver/host.db`
and `etc/trafficserver/internal/hostdb.config`).
-
-
-# Archived (stable) Release -- 2.0.1 # {#2.0.1}
-
- Apache Traffic Server 2.0.1 was released on September 1, 2010.
-
[[`PGP`](http://archive.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2.asc)]
-
[[`MD5`](http://archive.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2.md5)]
-
[[`SHA1`](http://archive.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2.sha1)]
-
-<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2"
class="download_ts">Traffic Server 2.0.1</a>
-
-* Port of CVE-2010-2952 for 2.0.x
[[`TS-425`](https://issues.apache.org/jira/browse/TS-425)]
-* Backport part of TS-322 that deals with indexing arrays with char (author:
Marcus Ruckert) [[`TS-334`](https://issues.apache.org/jira/browse/TS-334)]
-* Backport TS-336 to 2.0.x. Problems with make install DESTDIR
-
-
-# Archived (developer) Release -- 3.3.4 # {#3.3.4}
-
- Apache Traffic Server 3.3.4 was released on June 10, 2013.
-
[[`PGP`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.4-dev.tar.bz2.asc)]
-
[[`MD5`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.4-dev.tar.bz2.md5)]
-
[[`SHA1`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.4-dev.tar.bz2.sha1)]
-
- <a
href="http://archive.apache.org/dist/trafficserver/trafficserver-3.3.4-dev.tar.bz2"
class="download_ts">Traffic Server 3.3.4</a>
-
-More details are also in the [CHANGES
log](https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob_plain;f=CHANGES;hb=refs/tags/3.3.4).
-The Jira release notes are also
[available](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12323545).
-
-# Archived (developer) Release -- 3.3.2 # {#3.3.2}
-
- Apache Traffic Server 3.3.2 was released on April 18, 2013.
-
[[`PGP`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.2-dev.tar.bz2.asc)]
-
[[`MD5`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.2-dev.tar.bz2.md5)]
-
[[`SHA1`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.2-dev.tar.bz2.sha1)]
-
- <a
href="http://archive.apache.org/dist/trafficserver/trafficserver-3.3.2-dev.tar.bz2"
class="download_ts">Traffic Server 3.3.2</a>
-
-More details are also in the [CHANGES
log](https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob;f=CHANGES;hb=e2aff41f8d68144a0e90b1412c6006b784769af4).
-The Jira release notes are also
[available](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12321745).
-
-# Archived (developer) Release -- 3.3.1 # {#3.3.1}
-
- Apache Traffic Server 3.3.1 was released on March 14, 2013.
-
[[`PGP`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.1-dev.tar.bz2.asc)]
-
[[`MD5`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.1-dev.tar.bz2.md5)]
-
[[`SHA1`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.1-dev.tar.bz2.sha1)]
-
- <a
href="http://archive.apache.org/dist/trafficserver/trafficserver-3.3.1-dev.tar.bz2"
class="download_ts">Traffic Server 3.3.1</a>
-
-More details are also in the [CHANGES
log](https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob;f=CHANGES;hb=dc3f8ffaa9e44c1ad319f6560f4777276c8d6f0f).
-The Jira release notes are also
[available](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12321686).
-
-
-# Archived (developer) Release -- 3.3.0 # {#3.3.0}
-
- Apache Traffic Server 3.3.0 was released on September 7, 2012.
-
[[`PGP`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.0-dev.tar.bz2.asc)]
-
[[`MD5`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.0-dev.tar.bz2.md5)]
-
[[`SHA1`](http://archive.apache.org/dist/trafficserver/trafficserver-3.3.0-dev.tar.bz2.sha1)]
-
- <a
href="http://archive.apache.org/dist/trafficserver/trafficserver-3.3.0-dev.tar.bz2"
class="download_ts">Traffic Server 3.3.0</a>
-
-More details are also in the [CHANGES
log](https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob;f=CHANGES;h=2c85f6e49bb908a17ba7704191e9e19b08ea3e9d;hb=2b50dea95304799e340ce57ac5bccac633b761c4).
-The Jira release notes are also
[available](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12321686).
Modified: trafficserver/site/trunk/content/index.html
URL:
http://svn.apache.org/viewvc/trafficserver/site/trunk/content/index.html?rev=1532172&r1=1532171&r2=1532172&view=diff
==============================================================================
--- trafficserver/site/trunk/content/index.html (original)
+++ trafficserver/site/trunk/content/index.html Tue Oct 15 03:20:49 2013
@@ -253,6 +253,8 @@
<div class="twelvecol">
<div id="blurbbox">
<ul>
+ <li><b>October 4, 2013:</b>A bug fix release for v4.0.x is now
+ available. Fetch the latest v4.0.2 builds from the Downloads
section.</li>
<li><b>August 30, 2013:</b>We are extremely pleased to announce the
release of our latest major release, v4.0.1! This has been a year
in the making, and includes a number of new features and bug
fixes.</li>