Author: psteitz
Date: Wed Jul 4 11:31:09 2007
New Revision: 553296
URL: http://svn.apache.org/viewvc?view=rev&rev=553296
Log:
Updated to reflect changes since 1.2.2 release.
Modified:
jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml
Modified: jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml?view=diff&rev=553296&r1=553295&r2=553296
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml Wed Jul 4 11:31:09 2007
@@ -38,6 +38,20 @@
<title>Commons DBCP Release Notes</title>
</properties>
<body>
+ <release version="1.3" date="TBD" description="This release will include
+ new features as well as bug fixes and instrumentation. Some bug fixes
+ will change semantics (e.g. connection close will become idempotent).
+ The minimum JDK level will be increased to 1.4">
+ <action dev="bayard" type="fix" issue="DBCP-218">
+ Corrected Javadoc to state that getLoginTimeout and setLoginTimeout are
+ NOT supported by BasicDataSource.
+ </action>
+ <action dev="bayard" type="add" issue="DBCP-211">
+ Added Maven 2 pom.xml. Removed a block of code from TestJOCLed that set
+ the Xerces parser manually. This was to support early JDKs. The 1.3
+ version of DBCP requires JDK 1.4+.
+ </action>
+ </release>
<release version="1.2.2" date="2007-04-04"
description="This is a maintenance release containing bug fixes
and enhancements. All API changes are binary compatible with version
1.2.1.">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]