You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2015/05/24 15:53:57 UTC

svn commit: r1681454 - in /tomcat/native/trunk/xdocs: index.xml miscellaneous/changelog-1.1.x.xml miscellaneous/project.xml news/2010.xml news/2015.xml news/project.xml project.xml

Author: rjung
Date: Sun May 24 13:53:56 2015
New Revision: 1681454

URL: http://svn.apache.org/r1681454
Log:
Update tcnative trunk docs stub.

Added:
    tomcat/native/trunk/xdocs/news/2015.xml
      - copied, changed from r1681419, tomcat/native/trunk/xdocs/news/2010.xml
Removed:
    tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml
    tomcat/native/trunk/xdocs/news/2010.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=1681454&r1=1681453&r2=1681454&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/index.xml (original)
+++ tomcat/native/trunk/xdocs/index.xml Sun May 24 13:53:56 2015
@@ -64,13 +64,15 @@ manual is described in more detail below
 <section name="Headlines">
 <ul>
 
-<li><a href="news/2010.html#20100101.1">DD MMM YYYY - <b>TC-Native-2.0.0 released</b></a>
-<p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 2.0.0 Stable.
+<li><a href="news/2015.html#20150101.1">DD MMM YYYY - <b>TC-Native-1.2.0 released</b></a>
+<p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 1.2.0 Stable.
 </p>
-<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/2.0.0/source/tomcat-native-2.0.0-src.tar.gz">TC-native 2.0.0 release sources</a>
- | <a href="hhttp://www.apache.org/dist/tomcat/tomcat-connectors/native/2.0.0/source/tomcat-native-2.0.0-src.tar.gz.asc">PGP signature</a>
+<p>
+ The sources and the binaries for selected platforms are available from the
+ <a href="../download-native.cgi">Download page</a>.
 </p>
-<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/2.0.0/binaries/">binaries</a> for selected platforms.
+<p>
+ Please see the <a href="miscellaneous/changelog.html">ChangeLog</a> for a full list of changes.
 </p>
 </li>
 </ul>
@@ -189,11 +191,11 @@ export LD_LIBRARY_PATH</source>
    Start tomcat and check for the messages like this ones:
   </p>
    <source wrapped="true"
->Feb 8, 2010 12:27:41 PM org.apache.catalina.core.AprLifecycleListener init
+>Feb 8, 2015 12:27:41 PM org.apache.catalina.core.AprLifecycleListener init
 INFO: Loaded APR based Apache Tomcat Native library 2.x.y.
-Feb 8, 2010 12:27:41 PM org.apache.catalina.core.AprLifecycleListener init
+Feb 8, 2015 12:27:41 PM org.apache.catalina.core.AprLifecycleListener init
 INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
-Feb 8, 2010 12:27:41 PM org.apache.coyote.http11.Http11AprProtocol init
+Feb 8, 2015 12:27:41 PM org.apache.coyote.http11.Http11AprProtocol init
 INFO: Initializing Coyote HTTP/1.1 on http-8080</source>
   <p>
     Refer to the tomcat documentation to configure the connectors
@@ -214,11 +216,11 @@ INFO: Initializing Coyote HTTP/1.1 on ht
     Start tomcat and check for the messages like this ones:
   </p>
   <source wrapped="true"
->Feb 8, 2010 2:48:17 PM org.apache.catalina.core.AprLifecycleListener init
+>Feb 8, 2015 2:48:17 PM org.apache.catalina.core.AprLifecycleListener init
 INFO: Loaded APR based Apache Tomcat Native library 2.x.y.
-Feb 8, 2010 2:48:17 PM org.apache.catalina.core.AprLifecycleListener init
+Feb 8, 2015 2:48:17 PM org.apache.catalina.core.AprLifecycleListener init
 INFO: APR capabilities: IPv6 [false], sendfile [true], accept filters [false], random [true].
-Feb 8, 2010 2:48:18 PM org.apache.coyote.http11.Http11AprProtocol init
+Feb 8, 2015 2:48:18 PM org.apache.coyote.http11.Http11AprProtocol init
 INFO: Initializing Coyote HTTP/1.1 on http-8080</source>
 
 </subsection>

Modified: tomcat/native/trunk/xdocs/miscellaneous/project.xml
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/miscellaneous/project.xml?rev=1681454&r1=1681453&r2=1681454&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/miscellaneous/project.xml (original)
+++ tomcat/native/trunk/xdocs/miscellaneous/project.xml Sun May 24 13:53:56 2015
@@ -30,12 +30,11 @@
     </menu>
 
     <menu name="Miscellaneous Documentation">
-        <item name="Changelog-1.1.x"            href="../miscellaneous/changelog-1.1.x.html"/>
-        <item name="Changelog-2.x"              href="../miscellaneous/changelog.html"/>
+        <item name="Changelog"                  href="../miscellaneous/changelog.html"/>
     </menu>
 
     <menu name="News">
-        <item name="2010"                       href="../news/2010.html"/>
+        <item name="2015"                       href="../news/2015.html"/>
     </menu>
 
 </body>

Copied: tomcat/native/trunk/xdocs/news/2015.xml (from r1681419, tomcat/native/trunk/xdocs/news/2010.xml)
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/news/2015.xml?p2=tomcat/native/trunk/xdocs/news/2015.xml&p1=tomcat/native/trunk/xdocs/news/2010.xml&r1=1681419&r2=1681454&rev=1681454&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/news/2010.xml (original)
+++ tomcat/native/trunk/xdocs/news/2015.xml Sun May 24 13:53:56 2015
@@ -18,31 +18,22 @@
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
-<document url="2010.html">
+<document url="2015.html">
 
   &project;
 
   <properties>
-    <author email="general.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Native Project</author>
-    <title>2010 News and Status</title>
+    <title>2015 News and Status</title>
   </properties>
 
 <body>
 
-<section name="2010 News &amp; Status">
-
-<subsection anchor="20100101.1" name="DD MMM - TC-Native-2.0.0 released">
-<p>The Apache Tomcat team is proud to announce the immediate availability
-of Tomcat Native 2.0.0. 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="https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Native">Bugzilla</a>
-Bug Report. When entering bug select <b>Native:JNI</b> Component.
-</p>
-</subsection>
+<section name="2015 News &amp; Status">
+ <subsection anchor="20150101.1" name="DD MMM YYYY - TC-Native-1.2.0 released">
+  <p>The Apache Tomcat team is proud to announce the immediate availability
+  of Tomcat Native 1.2.0. ...
+  </p>
+ </subsection>    
 </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=1681454&r1=1681453&r2=1681454&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/news/project.xml (original)
+++ tomcat/native/trunk/xdocs/news/project.xml Sun May 24 13:53:56 2015
@@ -30,12 +30,11 @@
     </menu>
 
     <menu name="Miscellaneous Documentation">
-        <item name="Changelog-1.1.x"            href="../miscellaneous/changelog-1.1.x.html"/>
-        <item name="Changelog-2.x"              href="../miscellaneous/changelog.html"/>
+        <item name="Changelog"                  href="../miscellaneous/changelog.html"/>
     </menu>
 
     <menu name="News">
-        <item name="2010"                       href="../news/2010.html"/>
+        <item name="2015"                       href="../news/2015.html"/>
     </menu>
 
 </body>

Modified: tomcat/native/trunk/xdocs/project.xml
URL: http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/project.xml?rev=1681454&r1=1681453&r2=1681454&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/project.xml (original)
+++ tomcat/native/trunk/xdocs/project.xml Sun May 24 13:53:56 2015
@@ -30,12 +30,11 @@
     </menu>
 
     <menu name="Miscellaneous Documentation">
-        <item name="Changelog-1.1.x"            href="miscellaneous/changelog-1.1.x.html"/>
-        <item name="Changelog-2.x"              href="miscellaneous/changelog.html"/>
+        <item name="Changelog"                  href="miscellaneous/changelog.html"/>
     </menu>
 
     <menu name="News">
-        <item name="2010"                       href="news/2010.html"/>
+        <item name="2015"                       href="news/2015.html"/>
     </menu>
 
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org