diff ChangeLog @ 337:55735963f605

Prepare for new release of monetdb-java jar files. Added a note on the new released jar files in the ChangeLog. Copied the ChangeLog content to the ChangeLog-Archive.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 25 Sep 2019 16:15:19 +0200 (2019-09-25)
parents 6ed8f5b1f9ed
children 98018e38994b
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
 # ChangeLog file for monetdb-java
 # This file is updated with Maddlog
 
+* Thu Sep 26 2019 Sjoerd Mullender <sjoerd@acm.org>
+- Compiled and released new jar files: monetdb-jdbc-2.29.jre7.jar,
+  monetdb-mcl-1.18.jre7.jar and jdbcclient.jre7.jar
+
+* Wed Sep 25 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
+- The jar files are now named according to Java version compatibility.
+  For example, the monetdb-jdbc-2.29.jre7.jar file should be used with
+  Java 7 or higher.
+
 * Wed Sep 18 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
 - Corrected method DatabaseMetaData.getBestRowIdentifier(). It used to
   return columns of both primary key and unique constraints. Now it only
@@ -12,9 +21,6 @@
   and replacing method calls by direct operations on variables.
 
 * Wed Sep  4 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
-- The jar files are now named according to Java version compatibility.
-  For example, the monetdb-jdbc-2.29.jre7.jar file should be used with
-  Java 7 (or higher).
 - Corrected JdbcClient program: the dumping of a view DDL was incorrect when
   the view creation statement was not starting with "create view ", such as
   when it was created using "create or replace view". It now shows the