Author: mturk Date: Fri Feb 26 06:55:55 2010 New Revision: 916589 URL: http://svn.apache.org/viewvc?rev=916589&view=rev Log: Add 2010 news page and 1.2.29 headline
Added: tomcat/jk/trunk/xdocs/news/20100101.xml (with props) Modified: tomcat/jk/trunk/xdocs/index.xml tomcat/jk/trunk/xdocs/news/project.xml Modified: tomcat/jk/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/index.xml?rev=916589&r1=916588&r2=916589&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/index.xml (original) +++ tomcat/jk/trunk/xdocs/index.xml Fri Feb 26 06:55:55 2010 @@ -45,6 +45,16 @@ <section name="Headlines"> <br /> <ul> +<li><a href="news/20100101.html#26 February - JK-1.2.29 released">26 February 2010 - <b>JK-1.2.29 released</b></a> +<p>The Apache Tomcat team is proud to announce the immediate availability +of Tomcat Connectors 1.2.29 Stable. This release contains mainly bug fixes +</p> +<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.29/tomcat-connectors-1.2.29-src.tar.gz">JK 1.2.29 release sources</a> + | <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.29/tomcat-connectors-1.2.29-src.tar.gz.asc">PGP signature</a> +</p> +<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/">binaries</a> for selected platforms. +</p> +</li> <li><a href="news/20090301.html#22 March - JK-1.2.28 released">22 March 2009 - <b>JK-1.2.28 released</b></a> <p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Connectors 1.2.28 Stable. This release contains mainly bug fixes and some small <a href="news/20090301.html#22 March - JK-1.2.28 released">improvements</a>. Added: tomcat/jk/trunk/xdocs/news/20100101.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/news/20100101.xml?rev=916589&view=auto ============================================================================== --- tomcat/jk/trunk/xdocs/news/20100101.xml (added) +++ tomcat/jk/trunk/xdocs/news/20100101.xml Fri Feb 26 06:55:55 2010 @@ -0,0 +1,52 @@ +<?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="20100101.html"> + + &project; + + <properties> + <author email="dev.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Connectors Project</author> + <title>2010 News and Status</title> + </properties> + +<body> + +<section name="2010 News & Status"> +<br /> +<subsection name="26 February - JK-1.2.29 released"> +<a name="20100226.1"></a> +<br /> +<p>The Apache Tomcat team is proud to announce the immediate availability +of Tomcat Connectors 1.2.29. This is a stable release concentrating mainly on +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%20Connectors">Bugzilla</a> +Bug Report. +</p> + +</subsection> +</section> +</body> +</document> + Propchange: tomcat/jk/trunk/xdocs/news/20100101.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: tomcat/jk/trunk/xdocs/news/project.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/news/project.xml?rev=916589&r1=916588&r2=916589&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/news/project.xml (original) +++ tomcat/jk/trunk/xdocs/news/project.xml Fri Feb 26 06:55:55 2010 @@ -67,6 +67,7 @@ </menu> <menu name="News"> + <item name="2010" href="../news/20100101.html"/> <item name="2009" href="../news/20090301.html"/> <item name="2008" href="../news/20081001.html"/> <item name="2007" href="../news/20070301.html"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org