1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
<?xml version="1.0"?>
<!DOCTYPE document [
<!ENTITY project SYSTEM "project.xml">
]>
<document url="20060101.html">
&project;
<properties>
<author email="general.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Connectors Project</author>
<title>2006 News and Status</title>
</properties>
<body>
<section name="2006 News & Status">
<br />
<a name="20060720.1">
<h3>JK-1.2.18 released</h3>
<p>The Apache Tomcat team is proud to announce the immediate availability
of Tomcat Connectors 1.2.18. This is a stable release adding
a few bug fixes to the not released 1.2.17 version.
</p>
<p>
Please see the <a href="../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%205">Bugzilla</a>
Bug Report. When entering bug select <b>Native:JK</b> Component.
</p>
</a>
<hr size="1" noshade="noshade" />
<a name="20060708.1">
<h3>JK-1.2.17 not released</h3>
<p>Version 1.2.17 of Tomcat Connectors 1.2.17 has not been released
due to a bug in the types chosen for socket arguments.
</p>
<p>
Please see the <a href="../changelog.html">ChangeLog</a> for a full list of changes.
</p>
</a>
<hr size="1" noshade="noshade" />
<a name="20060606.1">
<h3>JK-1.2.16 not released</h3>
<p>Version 1.2.16 of Tomcat Connectors 1.2.16 has not been released
due to a bug in the jk status worker. This version adds some features
and a few bug fixes to the 1.2.15 version. Furthermore some worker attributes
have been <a href="../config/workers.html">deprecated</a>.
</p>
<p>
Please see the <a href="../changelog.html">ChangeLog</a> for a full list of changes.
</p>
</a>
<hr size="1" noshade="noshade" />
</section>
</body>
</document>
|