<property name="year" value="2007" />
<property name="version.major" value="1" />
<property name="version.minor" value="0" />
- <property name="version.build" value="1" />
+ <property name="version.build" value="2" />
<property name="version.patch" value="0" />
- <property name="version" value="1.0.1-beta" />
+ <property name="version" value="1.0.2-beta" />
<property name="version.number" value="${version.major}.${version.minor}.${version.build}.${version.patch}" />
<property name="project" value="apache-tomcat-jdbc-pool" />
<zip destfile="${destdir}/apache-tomcat-jdbc-${version}.zip">
<fileset dir="${tomcat.pool}">
<include name="jdbc-pool.html"/>
+ <include name="changelog.html"/>
<include name="tomcat-jdbc.jar"/>
<include name="tomcat-jdbc-src.jar"/>
<include name="tomcat-jdbc.jar.md5"/>
--- /dev/null
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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 "../../../webapps/docs/project.xml">
+]>
+<document url="changelog.html">
+
+ &project;
+
+ <properties>
+ <author email="fhanik@apache.org">Filip Hanik</author>
+ <title>Changelog</title>
+ </properties>
+
+<body>
+<section name="Tomcat JDBC Connection Pool v1.0.2-beta">
+ <subsection name="pool">
+ <changelog>
+ <update><rev>713763</rev>Improve connection state handling</update>
+ <fix><bug></bug> <rev>713763</rev>Improve connection state handling</fix>
+ </changelog>
+ </subsection>
+</section>
+</body>
+</document>