Author: igalic
Date: Mon Dec 19 23:33:44 2011
New Revision: 1221012
URL: http://svn.apache.org/viewvc?rev=1221012&view=rev
Log:
Fix some bits from downloads, trigger full build by touching stuff in lib/
Modified:
trafficserver/site/trunk/content/downloads.en.mdtext
trafficserver/site/trunk/lib/path.pm
Modified: trafficserver/site/trunk/content/downloads.en.mdtext
URL:
http://svn.apache.org/viewvc/trafficserver/site/trunk/content/downloads.en.mdtext?rev=1221012&r1=1221011&r2=1221012&view=diff
==============================================================================
--- trafficserver/site/trunk/content/downloads.en.mdtext (original)
+++ trafficserver/site/trunk/content/downloads.en.mdtext Mon Dec 19 23:33:44
2011
@@ -37,27 +37,27 @@ and checksum signatures.
## Bugs ## {#3.0.2Bugs}
-[TS-859](https://issues.apache.org/jira/browse/TS-859) - ATS requesting to
origin instead to the parent server
-[TS-867](https://issues.apache.org/jira/browse/TS-867) - PluginVC crashes with
TSFetchURL
-[TS-882](https://issues.apache.org/jira/browse/TS-882) - traffic_logstats dies
when printing log
-[TS-883](https://issues.apache.org/jira/browse/TS-883) - traffic_logstats
provides conflicting help
-[TS-888](https://issues.apache.org/jira/browse/TS-888) - SSL connections
working with 2.1.5 fail with 3.0.1 and FireFox
-[TS-901](https://issues.apache.org/jira/browse/TS-901) - Valgrind found minor
leaks and uninitialized variables
-[TS-906](https://issues.apache.org/jira/browse/TS-906) - ATS doesn't read
proxy.config.http.forward.proxy_auth_to_parent
-[TS-916](https://issues.apache.org/jira/browse/TS-916) -
TSHttpIsInternalRequest() crashes if client connection is terminated
prematurely
-[TS-927](https://issues.apache.org/jira/browse/TS-927) - patch: dont use
malloc.h
-[TS-944](https://issues.apache.org/jira/browse/TS-944) - ssl.server.cert.path
& ssl.server.private_key.path do not work as expected
-[TS-967](https://issues.apache.org/jira/browse/TS-967) - Traffic Server
unconditionally sets compiler optimizing flags (with patch)
-[TS-969](https://issues.apache.org/jira/browse/TS-969) - make check failing on
Debian Sid and Solaris
-[TS-1030](https://issues.apache.org/jira/browse/TS-1030) - hash collation in
hdrtoken_hash
+* [TS-859](https://issues.apache.org/jira/browse/TS-859) - ATS requesting to
origin instead to the parent server
+* [TS-867](https://issues.apache.org/jira/browse/TS-867) - PluginVC crashes
with TSFetchURL
+* [TS-882](https://issues.apache.org/jira/browse/TS-882) - traffic_logstats
dies when printing log
+* [TS-883](https://issues.apache.org/jira/browse/TS-883) - traffic_logstats
provides conflicting help
+* [TS-888](https://issues.apache.org/jira/browse/TS-888) - SSL connections
working with 2.1.5 fail with 3.0.1 and FireFox
+* [TS-901](https://issues.apache.org/jira/browse/TS-901) - Valgrind found
minor leaks and uninitialized variables
+* [TS-906](https://issues.apache.org/jira/browse/TS-906) - ATS doesn't read
proxy.config.http.forward.proxy_auth_to_parent
+* [TS-916](https://issues.apache.org/jira/browse/TS-916) -
TSHttpIsInternalRequest() crashes if client connection is terminated
prematurely
+* [TS-927](https://issues.apache.org/jira/browse/TS-927) - patch: dont use
malloc.h
+* [TS-944](https://issues.apache.org/jira/browse/TS-944) -
ssl.server.cert.path & ssl.server.private_key.path do not work as expected
+* [TS-967](https://issues.apache.org/jira/browse/TS-967) - Traffic Server
unconditionally sets compiler optimizing flags (with patch)
+* [TS-969](https://issues.apache.org/jira/browse/TS-969) - make check failing
on Debian Sid and Solaris
+* [TS-1030](https://issues.apache.org/jira/browse/TS-1030) - hash collation in
hdrtoken_hash
## Improvement ## {#3.0.2Improvement}
-[TS-730](https://issues.apache.org/jira/browse/TS-730) - SSL needs CipherSuite
control in negotiation
+* [TS-730](https://issues.apache.org/jira/browse/TS-730) - SSL needs
CipherSuite control in negotiation
## New Feature ## {#3.0.2NewFeature}
-[TS-1013](https://issues.apache.org/jira/browse/TS-1013) - Allow
ssl_multicert.config to support CA chains per host
+* [TS-1013](https://issues.apache.org/jira/browse/TS-1013) - Allow
ssl_multicert.config to support CA chains per host
The full change log is located in
[/trafficserver/traffic/branches/3.0.x/CHANGES](http://svn.apache.org/viewvc/trafficserver/traffic/branches/3.0.x/CHANGES?view=markup).
Modified: trafficserver/site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/trafficserver/site/trunk/lib/path.pm?rev=1221012&r1=1221011&r2=1221012&view=diff
==============================================================================
--- trafficserver/site/trunk/lib/path.pm (original)
+++ trafficserver/site/trunk/lib/path.pm Mon Dec 19 23:33:44 2011
@@ -7,7 +7,7 @@ our @patterns = (
# [qr!^/(index|downloads|docs/search)\...\.mdtext$!, single_narrative => {
template => "front_page.html" }],
- [qr!^/downloads\...\.mdtext$!, standalone_page => { template =>
"docs_page.html" }],
+ [qr!^/downloads\...\.mdtext$!, standalone_page => { template =>
"front_page.html" }],
[qr!^/((docs|dev)/)?.*\.mdtext$!, single_narrative => { template =>
"docs_page.html" }],
);