Author: jfclere
Date: Mon Nov 23 14:02:51 2009
New Revision: 883346
URL: http://svn.apache.org/viewvc?rev=883346&view=rev
Log:
Arrange doc for tc-native release 1.1.18
Added:
tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml
tomcat/native/trunk/xdocs/news/2009.xml
Modified:
tomcat/native/trunk/xdocs/index.xml
tomcat/native/trunk/xdocs/miscellaneous/project.xml
tomcat/native/trunk/xdocs/news/project.xml
tomcat/native/trunk/xdocs/project.xml
Modified: tomcat/native/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/index.xml?rev=883346&r1=883345&r2=883346&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/index.xml (original)
+++ tomcat/native/trunk/xdocs/index.xml Mon Nov 23 14:02:51 2009
@@ -45,6 +45,16 @@
<br />
<ul>
+<li><a href="news/2009.html#20091123.1">23 November 2009 - <b>TC-Native-1.1.18
released</b></a>
+<p>The Apache Tomcat team is proud to announce the immediate availability of
Tomcat Native 1.1.18 Stable.
+</p>
+<p>Download the <a
href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/source/tomcat-native-1.1.18-src.tar.gz">TC-native
1.1.18 release sources</a>
+ | <a
href="hhttp://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/source/tomcat-native-1.1.18-src.tar.gz.asc">PGP
signature</a>
+</p>
+<p>Download the <a
href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.18/binaries/">binaries</a>
for selected platforms.
+</p>
+</li>
+
<li><a href="news/2008.html#20081118.1">18 November 2008 - <b>TC-Native-1.1.16
released</b></a>
<p>The Apache Tomcat team is proud to announce the immediate availability of
Tomcat Native 1.1.16 Stable.
</p>
Added: tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml?rev=883346&view=auto
==============================================================================
--- tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml (added)
+++ tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml Mon Nov 23
14:02:51 2009
@@ -0,0 +1,156 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="changelog-1.1.x.html">
+
+ &project;
+
+ <properties>
+ <author email="[email protected]">Jean-Frederic Clere</author>
+ </properties>
+
+<body>
+
+<section name="Preface">
+ <p>
+ This is the Changelog for Tomcat Native. This changelog
+ does not contain all updates and fixes to the Tomcat Native (yet).
+ It should contain fixes made only after December 19th 2007, when the
+ new documentation project for Tomcat Native was started.
+ </p>
+</section>
+<section name="Changes between 1.1.17 and 1.1.18">
+ <changelog>
+ <fix>
+ Fix CVE-2009-3555 SSL-Man-In-The-Middle attack. (mturk)
+ </fix>
+ </changelog>
+</section>
+<section name="Changes between 1.1.16 and 1.1.17">
+ <changelog>
+ <update>
+ Arrange build after svn reorganisation (rjung)
+ </update>
+ <fix>
+ <bug>47852</bug>: Fix some Javadoc errors. Patch provided by Sebb.
(rjung)
+ </fix>
+ <fix>
+ <bug>46950</bug>: Fix SSL renegotiation in combination with client
+ certificates. The complete solution also needs a fix in Tomcat's Java
code. (markt)
+ </fix>
+ <fix>
+ Align method names and signatures of native C code and java code.
(markt, rjung)
+ </fix>
+ <fix>
+ <bug>42728</bug>: Remove memory leak. (markt)
+ </fix>
+ <fix>
+ <bug>46457</bug>: Fix use of multicast. (markt)
+ </fix>
+ <fix>
+ Fix API name for recvfrom (mturk)
+ </fix>
+ <fix>
+ Allow building against APR 1.3 (mturk)
+ </fix>
+ <fix>
+ Improve fix for <bug>43327</bug> with better handling for IPv6
+ addresses (markt)
+ </fix>
+ </changelog>
+</section>
+
+<section name="Changes between 1.1.15 and 1.1.16">
+ <changelog>
+ <fix>
+ Fix API name for recvfrom (mturk)
+ </fix>
+ <fix>
+ Allow building against APR 1.3 (mturk)
+ </fix>
+ <fix>
+ Improve fix for <bug>43327</bug> with better handling for IPv6
+ addresses (markt)
+ </fix>
+ </changelog>
+</section>
+
+<section name="Changes between 1.1.14 and 1.1.15">
+ <changelog>
+ <fix>
+ <bug>43327</bug>: Socket bind fail because mixing IPv4/IPv6 (markt,
jfclere)
+ </fix>
+ <fix>
+ <bug>44864</bug>: Use additional check for SSL verify like
+ with mod_ssl for SSLVerifyClient=optionalNoCA. (mturk)
+ </fix>
+ </changelog>
+</section>
+
+<section name="Changes between 1.1.13 and 1.1.14">
+ <changelog>
+ <fix>
+ <bug>45071</bug>: Reset ttl when Poll.pool remove is false.
+ Additional patch was provided by Alex Barclay. (mturk)
+ </fix>
+ <fix>
+ Fix optGet that was always throwing exceptions. (jfclere)
+ </fix>
+ <fix>
+ Fix optSet don't throw exception as JAVA prototype doesn't. (jfclere)
+ </fix>
+ </changelog>
+</section>
+<section name="Changes between 1.1.12 and 1.1.13">
+ <changelog>
+ <fix>
+ IFS problem in native/build/tcnative.m4 (rjung)
+ </fix>
+ <fix>
+ Wrong gcc link flag in native/build/tcnative.m4 (rjung)
+ </fix>
+ </changelog>
+</section>
+<section name="Changes between 1.1.11 and 1.1.12">
+ <changelog>
+ <update>
+ Add support of J9VM based JVM. (jfclere)
+ </update>
+ <update>
+ Arrange licence in source files. (markt)
+ </update>
+ <update>
+ Add two new 'immediate' methods for sending the data.
+ It is the responsibility of the Java callee to deal with
+ the returned values and retry if the error was non-fatal. (mturk)
+ </update>
+ <fix>
+ Arrange the check of openssl version. It was failing on Linux. (jfclere)
+ </fix>
+ <fix>
+ Prevent returning APR_SUCCESS when there is something wrong in ssl
layer. (jfclere)
+ </fix>
+ <fix>
+ <bug>44087</bug>: Fix it. (jfclere)
+ </fix>
+ </changelog>
+</section>
+</body>
+</document>
Modified: tomcat/native/trunk/xdocs/miscellaneous/project.xml
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/project.xml?rev=883346&r1=883345&r2=883346&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/miscellaneous/project.xml (original)
+++ tomcat/native/trunk/xdocs/miscellaneous/project.xml Mon Nov 23 14:02:51 2009
@@ -30,11 +30,8 @@
</menu>
<menu name="Miscellaneous Documentation">
- <item name="Changelog"
href="../miscellaneous/changelog.html"/>
- </menu>
-
- <menu name="News">
- <item name="2008" href="../news/2008.html"/>
+ <item name="Changelog-1.1.x"
href="../miscellaneous/changelog-1.1.x.html"/>
+ <item name="Changelog-2.0"
href="../miscellaneous/changelog.html"/>
</menu>
</body>
Added: tomcat/native/trunk/xdocs/news/2009.xml
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/news/2009.xml?rev=883346&view=auto
==============================================================================
--- tomcat/native/trunk/xdocs/news/2009.xml (added)
+++ tomcat/native/trunk/xdocs/news/2009.xml Mon Nov 23 14:02:51 2009
@@ -0,0 +1,49 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="2009.html">
+
+ &project;
+
+ <properties>
+ <author email="general.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Native
Project</author>
+ <title>2009 News and Status</title>
+ </properties>
+
+<body>
+
+<section name="2009 News & Status">
+<br />
+<a name="20091123.1">
+<h3>23 November - TC-Native-1.1.18 released</h3>
+</a>
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.18. This is a stable release adding some bug fixes.
+</p><p>
+ Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a> for a
full list of changes.
+</p>
+<p>If you find any bugs while using this release, please fill in the
+<a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%206">Bugzilla</a>
+Bug Report. When entering bug select <b>Native:JNI</b> Component.
+</p>
+<hr size="1" noshade="noshade" />
+</section>
+</body>
+</document>
Modified: tomcat/native/trunk/xdocs/news/project.xml
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/news/project.xml?rev=883346&r1=883345&r2=883346&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/news/project.xml (original)
+++ tomcat/native/trunk/xdocs/news/project.xml Mon Nov 23 14:02:51 2009
@@ -28,12 +28,10 @@
<menu name="Links">
<item name="Docs Home" href="../index.html"/>
</menu>
- <menu name="Miscellaneous Documentation">
- <item name="Changelog"
href="../miscellaneous/changelog.html"/>
- </menu>
<menu name="News">
<item name="2008" href="../news/2008.html"/>
+ <item name="2009" href="../news/2009.html"/>
</menu>
</body>
Modified: tomcat/native/trunk/xdocs/project.xml
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/project.xml?rev=883346&r1=883345&r2=883346&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/project.xml (original)
+++ tomcat/native/trunk/xdocs/project.xml Mon Nov 23 14:02:51 2009
@@ -30,10 +30,12 @@
</menu>
<menu name="Miscellaneous Documentation">
- <item name="Changelog"
href="miscellaneous/changelog.html"/>
+ <item name="Changelog-1.1.x"
href="miscellaneous/changelog-1.1.x.html"/>
+ <item name="Changelog-2.x"
href="miscellaneous/changelog.html"/>
</menu>
<menu name="News">
+ <item name="2009" href="news/2009.html"/>
<item name="2008" href="news/2008.html"/>
</menu>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]