summaryrefslogtreecommitdiffstats
path: root/debian/libreoffice-base-drivers.NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:55:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:55:35 +0000
commit0e05dd0e4d67d88ca51780dafe4029744269e6fa (patch)
treeb49073fa569d8d4fbcc7002cf4df72fa840780c1 /debian/libreoffice-base-drivers.NEWS
parentAdding upstream version 4:24.2.0. (diff)
downloadlibreoffice-0e05dd0e4d67d88ca51780dafe4029744269e6fa.tar.xz
libreoffice-0e05dd0e4d67d88ca51780dafe4029744269e6fa.zip
Adding debian version 4:24.2.0-1.debian/4%24.2.0-1
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 0000000000..049002ccda
--- /dev/null
+++ b/debian/libreoffice-base-drivers.NEWS
@@ -0,0 +1,14 @@
+libreoffice (1:6.2.0~beta1-1) 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