Author: kkolinko
Date: Tue Aug 12 20:14:53 2014
New Revision: 1617578
URL: http://svn.apache.org/r1617578
Log:
In JDBC Pool changelog file:
- Add a note that this changelog file is obsolete.
- Add XSLT stylesheet reference so that the file is viewable in a web browser
(such as Firefox).
- Fix a pair of markup errors.
It is backport of r1617576 from tomcat/trunk.
Modified:
tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/changelog.xml
Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/changelog.xml?rev=1617578&r1=1617577&r2=1617578&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/modules/jdbc-pool/doc/changelog.xml Tue Aug 12
20:14:53 2014
@@ -18,6 +18,7 @@
<!DOCTYPE document [
<!ENTITY project SYSTEM "@TOMCAT_PROJECT_DEST@">
]>
+<?xml-stylesheet type="text/xsl" href="package.xsl"?>
<document url="changelog.html">
&project;
@@ -28,6 +29,15 @@
</properties>
<body>
+<section name="Tomcat JDBC Connection Pool - Apache Tomcat 7.0.19 and later">
+ <p>
+ Starting with Apache Tomcat 7.0.19 in July 2011, Tomcat JDBC Connection
Pool
+ is built and released as a component in official releases of Tomcat.
+ The changes are now listed in "jdbc-pool" sections of Apache Tomcat
+ changelog file. This changelog file is obsolete.
+ </p>
+</section>
+
<section name="Tomcat JDBC Connection Pool 1.1.0.0">
<subsection name="pool">
<changelog>
@@ -64,12 +74,12 @@
<section name="Tomcat JDBC Connection Pool 1.0.9.0">
<subsection name="pool">
<changelog>
- <fix><rev>997321</rev></fix> Ensure threads borrowing connections do not
+ <fix><rev>997321</rev> Ensure threads borrowing connections do not
get stuck waiting for a new connection if a connection is released in
- another thread. (markt)
- <fix><rev>995432</rev></fix> Make interceptor class names, property names
+ another thread. (markt)</fix>
+ <fix><rev>995432</rev> Make interceptor class names, property names
and property values tolerant of whitespace by trimming the values before
- use. (markt)
+ use. (markt)</fix>
<fix><rev>995091</rev> <bug>49831</bug> Make sure pooled XAConnections
are
closed when the connection pool shuts down. Patch provided by Daniel
Mikusa. (markt)</fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]