Changeset: 566c4291d2c2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=566c4291d2c2
Modified Files:
        MonetDB.spec
        debian/changelog
        gdk/ChangeLog-Archive
        gdk/ChangeLog.Dec2016
Branch: Dec2016
Log Message:

Moved contents of ChangeLog.Dec2016 to MonetDB.spec, debian/changelog and 
ChangeLog-Archive.


diffs (107 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -124,7 +124,7 @@ Vendor: MonetDB BV <i...@monetdb.org>
 Group: Applications/Databases
 License: MPLv2.0
 URL: http://www.monetdb.org/
-Source: 
http://dev.monetdb.org/downloads/sources/Dec2016-SP2/%{name}-%{version}.tar.bz2
+Source: 
http://dev.monetdb.org/downloads/sources/Dec2016-SP3/%{name}-%{version}.tar.bz2
 
 # we need systemd for the _unitdir macro to exist
 %if %{?rhel:0}%{!?rhel:1} || 0%{?rhel} >= 7
@@ -963,6 +963,26 @@ rm -f %{buildroot}%{_bindir}/Maddlog
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon Mar 13 2017 Sjoerd Mullender <sjo...@acm.org> - 11.25.11-20170313
+- Rebuilt.
+- BZ#6138: Weak duplicate elimination in string heaps > 64KB
+- BZ#6183: ResultSet returns double quoted column name if name contains
+  space characters
+- BZ#6219: Crash in rel_optimizer (sqlsmith)
+- BZ#6228: mclient crashes if real column is multiplied by it itself
+- BZ#6229: ANALYZE, unexpected end of input
+- BZ#6230: ANALYZE, syntax error
+- BZ#6237: semijoin with empty right bat does not return immediately
+
+* Tue Feb 28 2017 Sjoerd Mullender <sjo...@acm.org> - 11.25.11-20170313
+- gdk: Fixed a bug when appending string bats that are fully duplicate
+  eliminated.  It could happend that the to-be-appended bat had an empty
+  string at an offset and at that same offset in the to-be-appended-to bat
+  there happened to be a (sequence of) NULL(s).  Then this offset would be
+  used, even though it might nog be the right offset for the empty string
+  in the to-be-appended-to bat.  This would result in multiple offsets for
+  the empty string, breaking the promise of being duplicate eliminated.
+
 * Mon Feb 27 2017 Panagiotis Koutsourakis <kutsu...@monetdbsolutions.com> - 
11.25.9-20170227
 - Rebuilt.
 - BZ#6217: Segfault in rel_optimizer (sqlsmith)
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+monetdb (11.25.11) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#6138: Weak duplicate elimination in string heaps > 64KB
+  * BZ#6183: ResultSet returns double quoted column name if name contains
+    space characters
+  * BZ#6219: Crash in rel_optimizer (sqlsmith)
+  * BZ#6228: mclient crashes if real column is multiplied by it itself
+  * BZ#6229: ANALYZE, unexpected end of input
+  * BZ#6230: ANALYZE, syntax error
+  * BZ#6237: semijoin with empty right bat does not return immediately
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Mon, 13 Mar 2017 10:10:14 +0100
+
+monetdb (11.25.11) unstable; urgency=low
+
+  * gdk: Fixed a bug when appending string bats that are fully duplicate
+    eliminated.  It could happend that the to-be-appended bat had an empty
+    string at an offset and at that same offset in the to-be-appended-to bat
+    there happened to be a (sequence of) NULL(s).  Then this offset would be
+    used, even though it might nog be the right offset for the empty string
+    in the to-be-appended-to bat.  This would result in multiple offsets for
+    the empty string, breaking the promise of being duplicate eliminated.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Tue, 28 Feb 2017 10:10:14 +0100
+
 monetdb (11.25.9) unstable; urgency=low
 
   * Rebuilt.
diff --git a/gdk/ChangeLog-Archive b/gdk/ChangeLog-Archive
--- a/gdk/ChangeLog-Archive
+++ b/gdk/ChangeLog-Archive
@@ -1,6 +1,15 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Tue Feb 28 2017 Sjoerd Mullender <sjo...@acm.org> - 11.25.11-20170313
+- Fixed a bug when appending string bats that are fully duplicate
+  eliminated.  It could happend that the to-be-appended bat had an empty
+  string at an offset and at that same offset in the to-be-appended-to bat
+  there happened to be a (sequence of) NULL(s).  Then this offset would be
+  used, even though it might nog be the right offset for the empty string
+  in the to-be-appended-to bat.  This would result in multiple offsets for
+  the empty string, breaking the promise of being duplicate eliminated.
+
 * Thu Dec  1 2016 Sjoerd Mullender <sjo...@acm.org> - 11.25.1-20161214
 - The tnokey values must now be 0 if it is not known whether all values
   in a column are distinct.
diff --git a/gdk/ChangeLog.Dec2016 b/gdk/ChangeLog.Dec2016
--- a/gdk/ChangeLog.Dec2016
+++ b/gdk/ChangeLog.Dec2016
@@ -1,12 +1,3 @@
 # ChangeLog file for MonetDB
 # This file is updated with Maddlog
 
-* Tue Feb 28 2017 Sjoerd Mullender <sjo...@acm.org>
-- Fixed a bug when appending string bats that are fully duplicate
-  eliminated.  It could happend that the to-be-appended bat had an empty
-  string at an offset and at that same offset in the to-be-appended-to bat
-  there happened to be a (sequence of) NULL(s).  Then this offset would be
-  used, even though it might nog be the right offset for the empty string
-  in the to-be-appended-to bat.  This would result in multiple offsets for
-  the empty string, breaking the promise of being duplicate eliminated.
-
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to