doco and version update
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Feb 2011 16:42:05 +0000 (16:42 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Feb 2011 16:42:05 +0000 (16:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1069876 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/build.properties.default
modules/jdbc-pool/doc/changelog.xml
modules/jdbc-pool/sign.sh

index a4afc65..3c51e5c 100644 (file)
@@ -28,7 +28,7 @@
 version.major=1
 version.minor=0
 version.build=9
-version.patch=3
+version.patch=4
 version.suffix=
 
 # ----- Default Base Path for Dependent Packages -----
index dd594a5..a7b1ae5 100644 (file)
   </properties>
 
 <body>
+<section name="Tomcat JDBC Connection Pool 1.0.9.4">
+  <subsection name="pool">
+    <changelog>
+      <fix><rev>1069864</rev> <bug>50759</bug> Correctly set validation timestamp when using external validator.(fhanik)</fix>
+    </changelog>
+  </subsection>
+</section>
+
 <section name="Tomcat JDBC Connection Pool 1.0.9.3">
   <subsection name="pool">
     <changelog>
index 72f4722..4c48c04 100755 (executable)
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-VERSION=v1.0.9.3
+VERSION=v1.0.9.4
 for i in $(find output/release/$VERSION -name "*.zip" -o -name "*.tar.gz"); do
   echo Signing $i
   echo $1|gpg --passphrase-fd 0 -a -b $i