Skip to content

Commit ab1bfc7

Browse files
committed
Prepare for Jaybird 5.0.12 development
1 parent ecedcea commit ab1bfc7

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version.major=5
22
version.minor=0
3-
version.revision=11
3+
version.revision=12
44
# version.tag should start with a dash (-) unless it is empty
5-
version.tag=
5+
version.tag=-SNAPSHOT
66
# This must be set to the git tag for a release, otherwise to the branch
7-
version.svntag=v5.0.11
7+
version.svntag=Branch_5_0

src/docs/asciidoc/release_notes.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,22 @@ Changes per Jaybird 5 release.
3232
See also <<whats-new-in-jaybird-5>>.
3333
For known issues, consult <<known-issues>>.
3434

35+
[#jaybird-5-0-12-changelog]
36+
=== Jaybird 5.0.12
37+
38+
Future maintenance releases of Jaybird 5 may stop expanding Java support to include newly released Java versions.
39+
If you use Java 17 or higher, we recommend upgrading to Jaybird 6.
40+
41+
The following has been changed or fixed since Jaybird 5.0.10:
42+
43+
* ...
44+
3545
[#jaybird-5-0-11-changelog]
3646
=== Jaybird 5.0.11
3747

3848
This release is not fully compatible with the upcoming JDBC 4.5 Specification to be introduced with Java 26.
3949
See <<jdbc45-compat>> for more information.
4050

41-
Future maintenance releases of Jaybird 5 may stop expanding Java support to include newly released Java versions.
42-
If you use Java 17 or higher, we recommend upgrading to Jaybird 6.
43-
4451
The following has been changed or fixed since Jaybird 5.0.10:
4552

4653
* Backported fatal error detection improvements for `FBPooledConnection` from Jaybird 6 (https://github.com/FirebirdSQL/jaybird/issues/899[#899])

0 commit comments

Comments
 (0)