Author: jfclere Date: Mon Aug 8 10:24:43 2011 New Revision: 1154903 URL: http://svn.apache.org/viewvc?rev=1154903&view=rev Log: Arrange site for release.
Added: tomcat/native/branches/1.1.x/xdocs/news/2011.xml Modified: tomcat/native/branches/1.1.x/xdocs/index.xml tomcat/native/branches/1.1.x/xdocs/news/project.xml tomcat/native/branches/1.1.x/xdocs/project.xml Modified: tomcat/native/branches/1.1.x/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/index.xml?rev=1154903&r1=1154902&r2=1154903&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/xdocs/index.xml (original) +++ tomcat/native/branches/1.1.x/xdocs/index.xml Mon Aug 8 10:24:43 2011 @@ -45,13 +45,13 @@ manual is described in more detail below <br /> <ul> -<li><a href="news/2010.html#2010217.1">17 February 2010 - <b>TC-Native-1.1.20 released</b></a> -<p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 1.1.20 Stable. +<li><a href="news/2011.html#20110808.1">08 August 2011 - <b>TC-Native-1.1.22 released</b></a> +<p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 1.1.22 Stable. </p> -<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.20/source/tomcat-native-1.1.20-src.tar.gz">TC-native 1.1.20 release sources</a> - | <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.20/source/tomcat-native-1.1.20-src.tar.gz.asc">PGP signature</a> +<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.22/source/tomcat-native-1.1.22-src.tar.gz">TC-native 1.1.22 release sources</a> + | <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.22/source/tomcat-native-1.1.22-src.tar.gz.asc">PGP signature</a> </p> -<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.20/binaries/">binaries</a> for selected platforms. +<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.1.22/binaries/">binaries</a> for selected platforms. </p> </li> </ul> Added: tomcat/native/branches/1.1.x/xdocs/news/2011.xml URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/news/2011.xml?rev=1154903&view=auto ============================================================================== --- tomcat/native/branches/1.1.x/xdocs/news/2011.xml (added) +++ tomcat/native/branches/1.1.x/xdocs/news/2011.xml Mon Aug 8 10:24:43 2011 @@ -0,0 +1,51 @@ +<?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="2011.html"> + + &project; + + <properties> + <author email="general.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Native Project</author> + <title>2011 News and Status</title> + </properties> + +<body> + +<section name="2011 News & Status"> +<br /> +<a name="20110808.1"> +<h3>08 August - TC-Native-1.1.22 released</h3> +</a> +<p>The Apache Tomcat team is proud to announce the immediate availability +of Tomcat Native 1.1.22. This is a stable release adding some bug fixes. +</p> +<br /> +<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/branches/1.1.x/xdocs/news/project.xml URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/news/project.xml?rev=1154903&r1=1154902&r2=1154903&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/xdocs/news/project.xml (original) +++ tomcat/native/branches/1.1.x/xdocs/news/project.xml Mon Aug 8 10:24:43 2011 @@ -37,6 +37,7 @@ <item name="2008" href="../news/2008.html"/> <item name="2009" href="../news/2009.html"/> <item name="2010" href="../news/2010.html"/> + <item name="2011" href="../news/2011.html"/> </menu> </body> Modified: tomcat/native/branches/1.1.x/xdocs/project.xml URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/project.xml?rev=1154903&r1=1154902&r2=1154903&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/xdocs/project.xml (original) +++ tomcat/native/branches/1.1.x/xdocs/project.xml Mon Aug 8 10:24:43 2011 @@ -37,6 +37,7 @@ <item name="2008" href="news/2008.html"/> <item name="2009" href="news/2009.html"/> <item name="2010" href="news/2010.html"/> + <item name="2011" href="news/2011.html"/> </menu> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org