diff --git a/jaybird_manual.html b/jaybird_manual.html index ba2edd0..d584487 100644 --- a/jaybird_manual.html +++ b/jaybird_manual.html @@ -1516,15 +1516,33 @@
M This dependency does not support the embedded protocol.

+
Native libraries for all supported OS and architectures
<dependency>
     <groupId>org.firebirdsql.jdbc</groupId>
     <artifactId>fbclient</artifactId>
-    <version>5.0.1.0</artifactId>
+    <version>5.0.1.1</artifactId>
 </dependency>
+

Since version 5.0.1.1, you can also specify the desired OS, or OS and architecture using the classifier:

+
+
+
Only native libraries for Linux (all supported architectures)
+
+
<dependency>
+    <groupId>org.firebirdsql.jdbc</groupId>
+    <artifactId>fbclient</artifactId>
+    <version>5.0.1.1</artifactId>
+    <classifier>linux</classifier>
+</dependency>
+
+
+
+

See mrotteveel/jaybird-fbclient for the available classifiers.

+
+

You can also download the library (see mrotteveel/jaybird-fbclient for download link) and add it your classpath.

@@ -13370,7 +13388,7 @@

Appendix G: License

diff --git a/jaybird_manual.pdf b/jaybird_manual.pdf index abe9681..d9d8739 100644 Binary files a/jaybird_manual.pdf and b/jaybird_manual.pdf differ