Changeset: 49393617f66d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=49393617f66d
Modified Files:
        gdk/ChangeLog
        monetdb5/ChangeLog
Branch: default
Log Message:

Added ChangeLog blurb.


diffs (29 lines):

diff --git a/gdk/ChangeLog b/gdk/ChangeLog
--- a/gdk/ChangeLog
+++ b/gdk/ChangeLog
@@ -1,3 +1,9 @@
 # ChangeLog file for MonetDB
 # This file is updated with Maddlog
 
+* Thu May 26 2016 Sjoerd Mullender <sjo...@acm.org>
+- The "wrd" type has been removed from GDK and MAL.  The type was defined
+  to be a 32 bit integer on 32 bit architectures and a 64 bit integer
+  on 64 bit architectures.  We now generally use "lng" (always 64 bits)
+  where "wrd" was used.
+
diff --git a/monetdb5/ChangeLog b/monetdb5/ChangeLog
--- a/monetdb5/ChangeLog
+++ b/monetdb5/ChangeLog
@@ -1,6 +1,12 @@
 # ChangeLog file for MonetDB5
 # This file is updated with Maddlog
 
+* Thu May 26 2016 Sjoerd Mullender <sjo...@acm.org>
+- The "wrd" type has been removed from GDK and MAL.  The type was defined
+  to be a 32 bit integer on 32 bit architectures and a 64 bit integer
+  on 64 bit architectures.  We now generally use "lng" (always 64 bits)
+  where "wrd" was used.
+
 * Wed Apr  6 2016 Martin Kersten <m...@cwi.nl>
 - Keep a collection of full traces Each time the SQL user applies
   the TRACE option, the full json trace is retained within the
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to