~ubuntu-branches/ubuntu/precise/tomcat7/precise-proposed

« back to all changes in this revision

Viewing changes to modules/jdbc-pool/doc/changelog.xml

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2011-07-25 22:58:33 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110725225833-1t773ak3y3g9utm2
Tags: 7.0.19-1
* Team upload.
* New upstream release.
  - Includes fix for CVE-2011-2526 (Closes: #634992)
* Remove patch for CVE-2011-2204 (included upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!--
 
3
  Licensed to the Apache Software Foundation (ASF) under one or more
 
4
  contributor license agreements.  See the NOTICE file distributed with
 
5
  this work for additional information regarding copyright ownership.
 
6
  The ASF licenses this file to You under the Apache License, Version 2.0
 
7
  (the "License"); you may not use this file except in compliance with
 
8
  the License.  You may obtain a copy of the License at
 
9
 
 
10
      http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
  Unless required by applicable law or agreed to in writing, software
 
13
  distributed under the License is distributed on an "AS IS" BASIS,
 
14
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
  See the License for the specific language governing permissions and
 
16
  limitations under the License.
 
17
-->
 
18
<!DOCTYPE document [
 
19
  <!ENTITY project SYSTEM "@TOMCAT_PROJECT_DEST@">
 
20
]>
 
21
<document url="changelog.html">
 
22
 
 
23
  &project;
 
24
 
 
25
  <properties>
 
26
    <author email="fhanik@apache.org">Filip Hanik</author>
 
27
    <title>Changelog</title>
 
28
  </properties>
 
29
 
 
30
<body>
 
31
<section name="Tomcat JDBC Connection Pool 1.1.0.0">
 
32
  <subsection name="pool">
 
33
    <changelog>
 
34
      <fix><rev>1073531</rev> <bug>50805</bug> Only initialize connections once when async (fhanik)</fix>
 
35
      <fix><rev>1076380</rev> <bug>50857</bug> Correctly handle timeouts when the pool is busy when async (fhanik)</fix>
 
36
    </changelog>
 
37
  </subsection>
 
38
</section>
 
39
 
 
40
<section name="Tomcat JDBC Connection Pool 1.0.9.4">
 
41
  <subsection name="pool">
 
42
    <changelog>
 
43
      <fix><rev>1069864</rev> <bug>50759</bug> Correctly set validation timestamp when using external validator.(fhanik)</fix>
 
44
    </changelog>
 
45
  </subsection>
 
46
</section>
 
47
 
 
48
<section name="Tomcat JDBC Connection Pool 1.0.9.3">
 
49
  <subsection name="pool">
 
50
    <changelog>
 
51
      <fix><rev>1060998</rev> <bug>50613</bug> Fix concurrency issue around pool size calculation.(fhanik)</fix>
 
52
    </changelog>
 
53
  </subsection>
 
54
</section>
 
55
<section name="Tomcat JDBC Connection Pool 1.0.9.2">
 
56
  <subsection name="pool">
 
57
    <changelog>
 
58
      <fix><rev>1057743</rev> Make sure passwords are masked.(fhanik)</fix>
 
59
    </changelog>
 
60
  </subsection>
 
61
</section>
 
62
<section name="Tomcat JDBC Connection Pool 1.0.9.0">
 
63
  <subsection name="pool">
 
64
    <changelog>
 
65
      <fix><rev>997321</rev></fix> Ensure threads borrowing connections do not
 
66
      get stuck waiting for a new connection if a connection is released in
 
67
      another thread. (markt)
 
68
      <fix><rev>995432</rev></fix> Make interceptor class names, property names
 
69
      and property values tolerant of whitespace by trimming the values before
 
70
      use. (markt)
 
71
      <fix><rev>995091</rev> <bug>49831</bug> Make sure pooled XAConnections are
 
72
      closed when the connection pool shuts down. Patch provided by Daniel
 
73
      Mikusa. (markt)</fix>
 
74
      <update><rev>995087</rev> Code clean-up. Remove some unused code. (markt)
 
75
      </update>
 
76
      <update><rev>995083</rev> Update to Tomcat 6.0.29 (for JULI). (markt)
 
77
      </update>
 
78
      <update><rev>992409</rev> Code clean-up. Reduce sequences of three or more
 
79
      blank lines to two blank lines. (markt)</update>
 
80
      <add><rev>952811</rev>, <rev>995095</rev> <bug>48814</bug> Add Validator
 
81
      interface and allow users to configure a Validator class name. Patch
 
82
      provided by Matt Passell. (markt)</add>
 
83
      <update><rev>948073</rev> Code clean-up. Remove unused imports. (markt)
 
84
      </update>
 
85
      <fix><rev>943434</rev> <bug>49224</bug> Only try setting the username and
 
86
      password if they are non-null. Patch provided by Matt Passell. (markt)
 
87
      </fix>
 
88
      <fix><rev>943032</rev> <bug>49269</bug> Set maxIdle to maxActive by
 
89
      default to prevent warning on start when maxIdle > maxActive. Patch
 
90
      provided by Matt Passell. (markt)</fix>
 
91
      <fix><rev>940574</rev> <bug>49241</bug> Don&apos;t ignore the
 
92
      suspectTimeout property. (fhanik)</fix>
 
93
      <fix><rev>939320</rev> Fix svn:keywords for property replacement.
 
94
      (kkolinko)</fix>
 
95
      <add><rev>931550</rev>, <rev>934651</rev>, <rev>934677</rev> Add a
 
96
      statement cache. (fhanik)</add>
 
97
      <update><rev>919076</rev> Improve XA support. (fhanik)</update>
 
98
      <fix><rev>915940</rev> <bug>48392</bug> Add an interceptor to wrap
 
99
      Statements and ResultSets to prevent access to the physical connection.
 
100
      (fhanik)</fix>
 
101
      <fix><rev>912026</rev> Call <code>setTransactionIsolation()</code> before
 
102
      anything else as some drivers require this to be the first call. (fhanik)
 
103
      </fix>
 
104
      <update><rev>900017</rev> Update Javadoc for XADataSource. (kkolinko)
 
105
      </update>
 
106
    </changelog>
 
107
  </subsection>
 
108
</section>
 
109
<section name="Tomcat JDBC Connection Pool prior to 1.0.9.0 (incomplete)">
 
110
  <subsection name="pool">
 
111
    <changelog>
 
112
      <update><rev>720253</rev> Document how to use interceptors</update> 
 
113
      <update><rev>717972</rev> Added an interceptor that will clean up non closed statements when a connection is returned to the pool. (<code>org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer</code>)</update>
 
114
      <update><rev>713763</rev> Improve connection state handling</update>
 
115
      <fix><rev>713763</rev> Improve connection state handling</fix>
 
116
    </changelog>
 
117
  </subsection>
 
118
</section>
 
119
</body>
 
120
</document>