summaryrefslogtreecommitdiffstats
path: root/debian/libreoffice-base-drivers.NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:52:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:52:12 +0000
commit974c21ad33bfa1d93d5ae795556d35ca7eb36e68 (patch)
tree1a0d7c0258aadfcd993c4bffa454bcf117b382cf /debian/libreoffice-base-drivers.NEWS
parentAdding upstream version 1:7.0.4. (diff)
downloadlibreoffice-974c21ad33bfa1d93d5ae795556d35ca7eb36e68.tar.xz
libreoffice-974c21ad33bfa1d93d5ae795556d35ca7eb36e68.zip
Adding debian version 1:7.0.4-4+deb11u8.debian/1%7.0.4-4+deb11u8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/libreoffice-base-drivers.NEWS')
-rw-r--r--debian/libreoffice-base-drivers.NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/libreoffice-base-drivers.NEWS b/debian/libreoffice-base-drivers.NEWS
new file mode 100644
index 000000000..0a0b922f8
--- /dev/null
+++ b/debian/libreoffice-base-drivers.NEWS
@@ -0,0 +1,14 @@
+libreoffice (1:6.1.3-2) unstable; urgency=low
+
+ * The JDBC Driver used for JDBC Access by the LibreOffice MySQL driver
+ (NOT libreoffice-mysql-connector) contained in this package has been
+ changed from MySQL to MariaDB (libmysql-java -> libmariadb-java). See
+ http://bugs.debian.org/913360 and https://bugs.debian.org/912916.
+
+ This also involves changing the classes used in the code, so using
+ libmysql-java and com.mysql.jdbc.Driver does not work anymore.
+
+ If you want to connect to MySQL or MariaDB databases over JDBC, use
+ libmariadb-java.
+
+ -- Rene Engelhard <rene@debian.org> Fri, 16 Nov 2018 19:35:22 +0100