Changeset: d1bce2fabbc3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d1bce2fabbc3 Modified Files: MonetDB.spec clients/ChangeLog-Archive clients/ChangeLog.Jul2015 debian/changelog Branch: Jul2015 Log Message:
Moved contents of ChangeLog.Jul2015 to MonetDB.spec, debian/changelog and ChangeLog-Archive. diffs (129 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/Jul2015/%{name}-%{version}.tar.bz2 +Source: http://dev.monetdb.org/downloads/sources/Jul2015-SP1/%{name}-%{version}.tar.bz2 BuildRequires: bison BuildRequires: bzip2-devel @@ -996,6 +996,42 @@ rm -f %{buildroot}%{_bindir}/Maddlog %postun -p /sbin/ldconfig %changelog +* Tue Oct 20 2015 Sjoerd Mullender <sjo...@acm.org> - 11.21.7-20151020 +- Rebuilt. +- BZ#3789: Query on large string table fails on HEAPextend +- BZ#3794: table function sys.rejects() and view sys.rejects() are listed + are metadata objects but give an (incorrect) error when they are queried +- BZ#3797: COPY INTO with incorrect number columns +- BZ#3798: SELECT query with INTERSECT causes assertion failure +- BZ#3800: LIKE is broken for many patterns +- BZ#3802: Disk space never freed: a logical ref is keeped on a deleted + BATs +- BZ#3803: SQL query parser fails to parse valid SELECT query with a + CASE .. END in it. It fails with parser error: identifier 'x' ambiguous +- BZ#3804: `monetdb status` command crashes under certain conditions +- BZ#3809: Inefficient plan is generated for queries with many (>= 24) + joined tables which take a long time or an HEAPalloc error. I get Error: + GDK reported error. HEAPalloc: Insufficient space for HEAP of 400000000 + bytes. +- BZ#3810: Fix statistics gathering +- BZ#3811: NOT LIKE not working if the operand doesn't contains wildcards. +- BZ#3813: COPY INTO fails on perfectly clean CSV file +- BZ#3814: Server crash when using bitwise NOT operation in SQL query +- BZ#3818: Crash when performing UNION/GROUP BY over tables with + different columns +- BZ#3819: order of tables in FROM-clause has negative impact on generated + plan (using crossproducts instead of joins) +- BZ#3820: mclient accepts table with repeated constraint which causes + crash on insert +- BZ#3821: Unexpected error when using a number instead of a boolean +- BZ#3822: Yet another LIKE operator issue +- BZ#3825: MonetDB not cleaning intermediate results which leads to + filling up disk space and ultimately server crash + +* Sun Aug 30 2015 Sjoerd Mullender <sjo...@acm.org> - 11.21.7-20151020 +- clients: In the SQL formatter of mclient (the default) we now properly align + East Asian wide characters. + * Mon Aug 24 2015 Sjoerd Mullender <sjo...@acm.org> - 11.21.5-20150824 - Rebuilt. - BZ#3730: SAMPLE function not sampling randomly diff --git a/clients/ChangeLog-Archive b/clients/ChangeLog-Archive --- a/clients/ChangeLog-Archive +++ b/clients/ChangeLog-Archive @@ -1,6 +1,10 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Sun Aug 30 2015 Sjoerd Mullender <sjo...@acm.org> - 11.21.7-20151020 +- In the SQL formatter of mclient (the default) we now properly align + East Asian wide characters. + * Thu Feb 19 2015 Sjoerd Mullender <sjo...@acm.org> - 11.21.1-20150807 - Added a new output format to mclient: --format=expanded (or -fx). In this format, column values are shown in full and below each other. diff --git a/clients/ChangeLog.Jul2015 b/clients/ChangeLog.Jul2015 --- a/clients/ChangeLog.Jul2015 +++ b/clients/ChangeLog.Jul2015 @@ -1,7 +1,3 @@ # ChangeLog file for clients # This file is updated with Maddlog -* Sun Aug 30 2015 Sjoerd Mullender <sjo...@acm.org> -- In the SQL formatter of mclient (the default) we now properly align - East Asian wide characters. - diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +monetdb (11.21.7) unstable; urgency=low + + * Rebuilt. + * BZ#3789: Query on large string table fails on HEAPextend + * BZ#3794: table function sys.rejects() and view sys.rejects() are listed + are metadata objects but give an (incorrect) error when they are queried + * BZ#3797: COPY INTO with incorrect number columns + * BZ#3798: SELECT query with INTERSECT causes assertion failure + * BZ#3800: LIKE is broken for many patterns + * BZ#3802: Disk space never freed: a logical ref is keeped on a deleted + BATs + * BZ#3803: SQL query parser fails to parse valid SELECT query with a + CASE .. END in it. It fails with parser error: identifier 'x' ambiguous + * BZ#3804: `monetdb status` command crashes under certain conditions + * BZ#3809: Inefficient plan is generated for queries with many (>= 24) + joined tables which take a long time or an HEAPalloc error. I get Error: + GDK reported error. HEAPalloc: Insufficient space for HEAP of 400000000 + bytes. + * BZ#3810: Fix statistics gathering + * BZ#3811: NOT LIKE not working if the operand doesn't contains wildcards. + * BZ#3813: COPY INTO fails on perfectly clean CSV file + * BZ#3814: Server crash when using bitwise NOT operation in SQL query + * BZ#3818: Crash when performing UNION/GROUP BY over tables with + different columns + * BZ#3819: order of tables in FROM-clause has negative impact on generated + plan (using crossproducts instead of joins) + * BZ#3820: mclient accepts table with repeated constraint which causes + crash on insert + * BZ#3821: Unexpected error when using a number instead of a boolean + * BZ#3822: Yet another LIKE operator issue + * BZ#3825: MonetDB not cleaning intermediate results which leads to + filling up disk space and ultimately server crash + + -- Sjoerd Mullender <sjo...@acm.org> Tue, 20 Oct 2015 14:06:53 +0200 + +monetdb (11.21.7) unstable; urgency=low + + * clients: In the SQL formatter of mclient (the default) we now properly align + East Asian wide characters. + + -- Sjoerd Mullender <sjo...@acm.org> Sun, 30 Aug 2015 14:06:53 +0200 + monetdb (11.21.5) unstable; urgency=low * Rebuilt. _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list