Skip to content

Commit 6d9951a

Browse files
committed
Misc. info re. versions
1 parent 999cf23 commit 6d9951a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/docs/asciidoc/release_notes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Feedback can be sent to the {firebird-java}[Firebird-java mailing list] or repor
180180
[#supported-firebird-versions]
181181
=== Supported Firebird versions
182182

183-
Jaybird {version_wo_target} was tested against Firebird 3.0.12, Firebird 4.0.5, Firebird 5.0.2 and a recent snapshot of Firebird 6.0, but should also support other Firebird versions from 3.0 and up.
183+
Jaybird {version_wo_target} was tested against Firebird 3.0.12, Firebird 4.0.5, Firebird 5.0.2, and recent snapshots of Firebird 5.0.3 and Firebird 6.0, but should also support other Firebird versions from 3.0 and up.
184184
Firebird 2.5 and older are not supported.
185185

186186
Firebird 6.0 is currently also not considered supported (see also <<firebird-support>> in <<whats-new-in-jaybird-6>>).
@@ -527,7 +527,7 @@ See also <<unsupported-protocol>>.
527527
=== Pure Java will not connect to unsupported Firebird versions by default
528528

529529
The pure Java protocol will by default no longer try the wire protocol versions of unsupported Firebird versions.
530-
This means that -- by default -- only protocol version 13 (Firebird 3.0) -- 18 (Firebird 5.0) are tried.
530+
This means that -- by default -- only protocol version 13 (Firebird 3.0) -- 19 (Firebird 5.0.3 and higher) are tried.
531531
As a result, attempts to connect to Firebird 2.5 or earlier will result in error "`__connection rejected by remote interface__`" (`335544421` or `isc_connect_reject`).
532532

533533
The connection property `enableProtocol` can enable unsupported protocols, assuming a suitable protocol implementation is available on the classpath.
@@ -581,7 +581,7 @@ Unsupported protocol versions may be removed in future major releases of Jaybird
581581
|16footnote:[Jaybird has no protocol 17 implementation]
582582

583583
|5.0
584-
|18
584+
|19footnote:[since Firebird 5.0.3, version 18 for 5.0.0 -- 5.0.2]
585585

586586
|===
587587

0 commit comments

Comments
 (0)