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

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


diffs (217 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -91,7 +91,7 @@ Vendor: MonetDB BV <i...@monetdb.org>
 Group: Applications/Databases
 License: MPL - http://www.monetdb.org/Legal/MonetDBLicense
 URL: http://www.monetdb.org/
-Source: 
http://dev.monetdb.org/downloads/sources/Oct2014-SP2/%{name}-%{version}.tar.bz2
+Source: 
http://dev.monetdb.org/downloads/sources/Oct2014-SP3/%{name}-%{version}.tar.bz2
 
 BuildRequires: bison
 BuildRequires: bzip2-devel
@@ -955,6 +955,73 @@ mv %{buildroot}%{_datadir}/doc/MonetDB-S
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Apr 23 2015 Sjoerd Mullender <sjo...@acm.org> - 11.19.11-20150423
+- Rebuilt.
+- BZ#3466: UPDATE statements fails with "GDKerror: MT_mremap() failed"
+- BZ#3602: Surprising overload resolution of generate_series
+- BZ#3613: SQL data dictionary contains columns names which are also
+  special keywords. This causes unexpected/unneeded SQL query errors
+- BZ#3645: Network address operators such as << and <<= do not work
+- BZ#3647: missing BAT for a column leads to crash in gtr_update_delta
+- BZ#3648: memory corruption on unclean connection shutdown with local
+  temporary tables
+- BZ#3650: Naming of persistent BATs is fragile
+- BZ#3653: PREPARE crashes mserver if unbound variable is function
+  parameter
+- BZ#3655: SQL WHERE -1 in (-1) issue?
+- BZ#3656: error message after calling fitsload()
+- BZ#3660: Incorrect Results for Comparison Operators on inet Datatype
+- BZ#3661: Ship debug symbols for pre-built binaries
+- BZ#3662: UPDATE row with row value constructor crashes monetdb server
+- BZ#3663: Incorrect result ROW_NUMBER in subquery
+- BZ#3664: SQLstatementIntern missing parameter when using jsonstore
+- BZ#3665: inter-session starvation issue, particularly affects sys.queue
+- BZ#3666: casting text column to inet truncating text column and
+  resulting inet for first occurrence only
+- BZ#3667: insert of negative value for oid column aborts mserver5
+  process with assertion failure
+- BZ#3669: ALTER TABLE <tbl_nm> ADD CONSTRAINT <tbl_uc1> UNIQUE (col1,
+  col2, col3) causes Assertion failure and abort
+- BZ#3671: ODBC-Access on Windows 2012 does not work - E_FAIL
+- BZ#3672: libbat_la-gdk_utils.o: relocation R_X86_64_PC32 against
+  `MT_global_exit' can not be used when making a shared object
+- BZ#3676: merovingian hangs trying to exit
+- BZ#3677: Crash in BATgroup_internal (caused by 87379087770d?)
+- BZ#3678: Ruby driver installation ignores prefix
+- BZ#3680: Prepared statements fail on execution with message 'Symbol
+  type not found'
+- BZ#3684: Wrong query result set WHERE "IS NULL" or "NOT IN" clauses
+  uses in combination with ORDER, LIMIT and OFFSET
+- BZ#3687: 'bat.insert' undefined
+- BZ#3688: Crash at exit (overrun THRerrorcount?)
+- BZ#3689: No more connections accepted if a single client misbehaves
+- BZ#3690: find_fk: Assertion `t && i' failed.
+- BZ#3691: conversion of whitespaces string to double or float is accepted
+  without an error during insert
+- BZ#3693: algebra.join undefined (caused by non-existing variables in
+  the plan)
+- BZ#3696: Inconsistent behavior between dbl (SQL double) and flt (SQL
+  real) data types and across platforms
+- BZ#3697: mserver5[26946]: segfault at 0 ip 00007f3d0e1ab808 sp
+  00007f3cefbfcad0 error 4 in lib_sql.so[7f3d0e180000+16c000]
+- BZ#3699: segfault again! (during last week I found 3 segfault bugs
+  already)
+- BZ#3703: INSERT INTO a MERGE TABLE crashes mserver5
+- BZ#3704: Unknown identifier from subquery
+- BZ#3705: Assertion failure in rel_bin.c:2274: rel2bin_project: Assertion
+  `0' failed.
+- BZ#3706: Assertion failure in gdk_bat.c: BATassertHeadProps: Assertion
+  `!b->H->sorted || cmp <= 0' failed.
+- BZ#3709: "BATproject: does not match always" on abusive use of ALTER
+  TABLE SET READ ONLY
+
+* Tue Feb  3 2015 Sjoerd Mullender <sjo...@acm.org> - 11.19.11-20150423
+- buildtools: We now also create debug packages for Debian and Ubuntu.
+
+* Tue Jan 27 2015 Sjoerd Mullender <sjo...@acm.org> - 11.19.11-20150423
+- gdk: Replaced the rangejoin implementation with one that uses imprints if
+  it can.
+
 * Fri Jan 23 2015 Sjoerd Mullender <sjo...@acm.org> - 11.19.9-20150123
 - Rebuilt.
 - BZ#3467: Field aliases with '#' character excise field names in
diff --git a/buildtools/ChangeLog-Archive b/buildtools/ChangeLog-Archive
--- a/buildtools/ChangeLog-Archive
+++ b/buildtools/ChangeLog-Archive
@@ -1,6 +1,9 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Tue Feb  3 2015 Sjoerd Mullender <sjo...@acm.org> - 11.19.11-20150423
+- We now also create debug packages for Debian and Ubuntu.
+
 * Fri Nov  7 2014 Sjoerd Mullender <sjo...@acm.org> - 11.19.5-20141120
 - The libraries included in the Windows installers have been upgraded.
   We now use libxml2-2.9.2, openssl-1.0.1j, pcre-8.36, and zlib-1.2.8.
diff --git a/buildtools/ChangeLog.Oct2014 b/buildtools/ChangeLog.Oct2014
--- a/buildtools/ChangeLog.Oct2014
+++ b/buildtools/ChangeLog.Oct2014
@@ -1,6 +1,3 @@
 # ChangeLog file for buildtools
 # This file is updated with Maddlog
 
-* Tue Feb  3 2015 Sjoerd Mullender <sjo...@acm.org>
-- We now also create debug packages for Debian and Ubuntu.
-
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,79 @@
+monetdb (11.19.11-20150423) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#3466: UPDATE statements fails with "GDKerror: MT_mremap() failed"
+  * BZ#3602: Surprising overload resolution of generate_series
+  * BZ#3613: SQL data dictionary contains columns names which are also
+    special keywords. This causes unexpected/unneeded SQL query errors
+  * BZ#3645: Network address operators such as << and <<= do not work
+  * BZ#3647: missing BAT for a column leads to crash in gtr_update_delta
+  * BZ#3648: memory corruption on unclean connection shutdown with local
+    temporary tables
+  * BZ#3650: Naming of persistent BATs is fragile
+  * BZ#3653: PREPARE crashes mserver if unbound variable is function
+    parameter
+  * BZ#3655: SQL WHERE -1 in (-1) issue?
+  * BZ#3656: error message after calling fitsload()
+  * BZ#3660: Incorrect Results for Comparison Operators on inet Datatype
+  * BZ#3661: Ship debug symbols for pre-built binaries
+  * BZ#3662: UPDATE row with row value constructor crashes monetdb server
+  * BZ#3663: Incorrect result ROW_NUMBER in subquery
+  * BZ#3664: SQLstatementIntern missing parameter when using jsonstore
+  * BZ#3665: inter-session starvation issue, particularly affects sys.queue
+  * BZ#3666: casting text column to inet truncating text column and
+    resulting inet for first occurrence only
+  * BZ#3667: insert of negative value for oid column aborts mserver5
+    process with assertion failure
+  * BZ#3669: ALTER TABLE <tbl_nm> ADD CONSTRAINT <tbl_uc1> UNIQUE (col1,
+    col2, col3) causes Assertion failure and abort
+  * BZ#3671: ODBC-Access on Windows 2012 does not work - E_FAIL
+  * BZ#3672: libbat_la-gdk_utils.o: relocation R_X86_64_PC32 against
+    `MT_global_exit' can not be used when making a shared object
+  * BZ#3676: merovingian hangs trying to exit
+  * BZ#3677: Crash in BATgroup_internal (caused by 87379087770d?)
+  * BZ#3678: Ruby driver installation ignores prefix
+  * BZ#3680: Prepared statements fail on execution with message 'Symbol
+    type not found'
+  * BZ#3684: Wrong query result set WHERE "IS NULL" or "NOT IN" clauses
+    uses in combination with ORDER, LIMIT and OFFSET
+  * BZ#3687: 'bat.insert' undefined
+  * BZ#3688: Crash at exit (overrun THRerrorcount?)
+  * BZ#3689: No more connections accepted if a single client misbehaves
+  * BZ#3690: find_fk: Assertion `t && i' failed.
+  * BZ#3691: conversion of whitespaces string to double or float is accepted
+    without an error during insert
+  * BZ#3693: algebra.join undefined (caused by non-existing variables in
+    the plan)
+  * BZ#3696: Inconsistent behavior between dbl (SQL double) and flt (SQL
+    real) data types and across platforms
+  * BZ#3697: mserver5[26946]: segfault at 0 ip 00007f3d0e1ab808 sp
+    00007f3cefbfcad0 error 4 in lib_sql.so[7f3d0e180000+16c000]
+  * BZ#3699: segfault again! (during last week I found 3 segfault bugs
+    already)
+  * BZ#3703: INSERT INTO a MERGE TABLE crashes mserver5
+  * BZ#3704: Unknown identifier from subquery
+  * BZ#3705: Assertion failure in rel_bin.c:2274: rel2bin_project: Assertion
+    `0' failed.
+  * BZ#3706: Assertion failure in gdk_bat.c: BATassertHeadProps: Assertion
+    `!b->H->sorted || cmp <= 0' failed.
+  * BZ#3709: "BATproject: does not match always" on abusive use of ALTER
+    TABLE SET READ ONLY
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Thu, 23 Apr 2015 09:17:39 +0200
+
+monetdb (11.19.11-20150423) unstable; urgency=low
+
+  * buildtools: We now also create debug packages for Debian and Ubuntu.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Tue, 3 Feb 2015 09:17:39 +0200
+
+monetdb (11.19.11-20150423) unstable; urgency=low
+
+  * gdk: Replaced the rangejoin implementation with one that uses imprints if
+    it can.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Tue, 27 Jan 2015 09:17:39 +0200
+
 monetdb (11.19.9-20150123) 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,10 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Tue Jan 27 2015 Sjoerd Mullender <sjo...@acm.org> - 11.19.11-20150423
+- Replaced the rangejoin implementation with one that uses imprints if
+  it can.
+
 * Thu Nov 20 2014 Sjoerd Mullender <sjo...@acm.org> - 11.19.5-20141120
 - Implemented a change to the way in which string bats are appended.
   We now try harder to limit the growth of the string heap.
diff --git a/gdk/ChangeLog.Oct2014 b/gdk/ChangeLog.Oct2014
--- a/gdk/ChangeLog.Oct2014
+++ b/gdk/ChangeLog.Oct2014
@@ -1,7 +1,3 @@
 # ChangeLog file for MonetDB
 # This file is updated with Maddlog
 
-* Tue Jan 27 2015 Sjoerd Mullender <sjo...@acm.org>
-- Replaced the rangejoin implementation with one that uses imprints if
-  it can.
-
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to