-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README updates, RELEASE_NOTES-c3p0-0.10.2
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
RELEASE NOTES, c3p0-0.10.2 | ||
========================== | ||
|
||
This is a very minor c3p0 release. Substantively, it includes one fix of a rare freeze. | ||
The build has been upgraded for mill v0.12.x. There have been minor logging and testing changes. | ||
|
||
(The main motivation for publishing this release now is I'm to starting the 0.11.x prerelease | ||
series, but I want this very non-disruptive fix in 0.10.x.) | ||
|
||
Substantive fix: | ||
|
||
* Acquisition of a new PreparedStatement by the Statement cache could hang indefinitely | ||
if the attempt to acquire provoked a non-Exception Throwable (i.e. an Error). | ||
Many thanks to Totyo Totev! |