blob: b688ba93a6fb26f7fe6a698201ffb58b03c7eb21 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
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">
]>
<?xml-stylesheet type="text/xsl" href="tomcat-docs.xsl"?>
<document url="changelog.html">
&project;
<properties>
<title>Changelog</title>
<no-comments />
</properties>
<body>
<!--
Subsection ordering:
General, Catalina, Coyote, Jasper, Cluster, WebSocket, Web applications,
Extras, Tribes, jdbc-pool, Other
Item Ordering:
Fixes having an issue number are sorted by their number, ascending.
There is no ordering by add/update/fix/scode.
Other fixed issues are added to the end of the list, chronologically.
They eventually become mixed with the numbered issues. (I.e., numbered
issues to not "pop up" wrt. others).
-->
<!--
Note: Until the first 9.0.x release, the only entries that should appear in
the changelog are those are relate only to 9.0.x.
-->
<section name="Tomcat 9.0.0">
<subsection name="General">
<changelog>
<add>
Make Java 8 the minimum required version to build and run Tomcat 9.
(markt)
</add>
<update>
Remove support for Comet. (markt)
</update>
</changelog>
</subsection>
<subsection name="Coyote">
<changelog>
<update>
Remove support for the HTTP BIO and AJP BIO connectors. (markt)
</update>
<scode>
Refactor HTTP upgrade and AJP implementations to reduce duplication.
(markt)
</scode>
</changelog>
</subsection>
</section>
</body>
</document>