Changeset: 48ad045dc36a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=48ad045dc36a Modified Files: MonetDB.spec Branch: default Log Message:
Merge with Aug2011 branch. diffs (268 lines): diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -451,3 +451,5 @@ bb8536db427b60b0226bbdec8dbfddfa7a26f37f a155d5445790c798ddf7a3e1b54094c13e1b3eaa Apr2011_SP2_release 63ab846843295f7bd7be2f4d6c523c65d66e7edb Aug2011_1 17d6b84121f74b9d5c53c941086638d7ad89f425 Aug2011_release +14dbc738956131370f68180da3287b8bfa72e16b Aug2011_3 +1162545f10ce1c7b9f1954b26222556eccd12e65 Aug2011_SP1_release diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -27,7 +27,7 @@ Vendor: MonetDB BV <[email protected]> Group: Applications/Databases License: MPL - http://www.monetdb.org/Legal/MonetDBLicense URL: http://www.monetdb.org/ -Source: http://dev.monetdb.org/downloads/sources/Aug2011/%{name}-%{version}.tar.bz2 +Source: http://dev.monetdb.org/downloads/sources/Aug2011-SP1/%{name}-%{version}.tar.bz2 BuildRequires: bison BuildRequires: bzip2-devel @@ -624,6 +624,43 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libmonet rm -fr $RPM_BUILD_ROOT %changelog +* Sun Sep 25 2011 Fabian Groffen <[email protected]> - 11.5.3-20110925 +- Rebuilt. + +* Fri Sep 23 2011 Fabian Groffen <[email protected]> - 11.5.3-20110925 +- clients: Fixed Perl DBD rowcount for larger results, bug #2889 + +* Wed Sep 21 2011 Sjoerd Mullender <[email protected]> - 11.5.3-20110925 +- monetdb5: Fixed a problem where MAL variables weren't properly cleared before + reuse of the data strucutre. This problem could cause the data flow + scheduler to generate dependencies between instructions that didn't + actually exist, which in turn could cause circular dependencies among + instructions with deadlock as a result. Bugs 2865 and 2888. + +* Wed Sep 21 2011 Sjoerd Mullender <[email protected]> - 11.5.3-20110925 +- sql: Fixed a bug when using default values for interval columns. Bug 2877. + +* Mon Sep 19 2011 Sjoerd Mullender <[email protected]> - 11.5.3-20110925 +- clients: Perl: We now distinguish properly between TABLE and GLOBAL TEMPORARY + (the latter are recognized by being in the "tmp" schema). +- clients: Perl: fixed a bunch of syntax errors. This fixes bug 2884. With thanks + to Rémy Chibois. +- clients: Perl: Fixed DBD::monetdb table_info and tabletype_info. This fixes + bug 2885. With thanks to Rémy Chibois. + +* Fri Sep 16 2011 Sjoerd Mullender <[email protected]> - 11.5.3-20110925 +- sql: A bug was fixed where deleted rows weren't properly accounted for in + all operations. This was bug 2882. +- sql: A bug was fixed which caused an update to an internal table to + happen too soon. The bug could be observed on a multicore system + with a query INSERT INTO t (SELECT * FROM t) when the table t is + "large enough". This was bug 2883. + +* Tue Sep 13 2011 Sjoerd Mullender <[email protected]> - 11.5.3-20110925 +- clients: mclient: fix display of varchar columns with only NULL values. +- clients: Fixed a bug in mclient/msqldump where an internal error occurred during + dump when there are GLOBAL TEMPORARY tables. + * Wed Sep 07 2011 Sjoerd Mullender <[email protected]> - 11.5.1-20110907 - Rebuilt. diff --git a/clients/ChangeLog-Archive b/clients/ChangeLog-Archive --- a/clients/ChangeLog-Archive +++ b/clients/ChangeLog-Archive @@ -1,6 +1,22 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Fri Sep 23 2011 Fabian Groffen <[email protected]> - 11.5.3-20110925 +- Fixed Perl DBD rowcount for larger results, bug #2889 + +* Mon Sep 19 2011 Sjoerd Mullender <[email protected]> - 11.5.3-20110925 +- Perl: We now distinguish properly between TABLE and GLOBAL TEMPORARY + (the latter are recognized by being in the "tmp" schema). +- Perl: fixed a bunch of syntax errors. This fixes bug 2884. With thanks + to Rémy Chibois. +- Perl: Fixed DBD::monetdb table_info and tabletype_info. This fixes + bug 2885. With thanks to Rémy Chibois. + +* Tue Sep 13 2011 Sjoerd Mullender <[email protected]> - 11.5.3-20110925 +- mclient: fix display of varchar columns with only NULL values. +- Fixed a bug in mclient/msqldump where an internal error occurred during + dump when there are GLOBAL TEMPORARY tables. + * Wed Aug 31 2011 Sjoerd Mullender <[email protected]> - 11.5.1-20110907 - msqldump now also accepts the database name as last argument on the command line (i.e. without -d). diff --git a/clients/ChangeLog.Aug2011 b/clients/ChangeLog.Aug2011 --- a/clients/ChangeLog.Aug2011 +++ b/clients/ChangeLog.Aug2011 @@ -1,19 +1,3 @@ # ChangeLog file for clients # This file is updated with Maddlog -* Fri Sep 23 2011 Fabian Groffen <[email protected]> -- Fixed Perl DBD rowcount for larger results, bug #2889 - -* Mon Sep 19 2011 Sjoerd Mullender <[email protected]> -- Perl: We now distinguish properly between TABLE and GLOBAL TEMPORARY - (the latter are recognized by being in the "tmp" schema). -- Perl: fixed a bunch of syntax errors. This fixes bug 2884. With thanks - to Rémy Chibois. -- Perl: Fixed DBD::monetdb table_info and tabletype_info. This fixes - bug 2885. With thanks to Rémy Chibois. - -* Tue Sep 13 2011 Sjoerd Mullender <[email protected]> -- mclient: fix display of varchar columns with only NULL values. -- Fixed a bug in mclient/msqldump where an internal error occurred during - dump when there are GLOBAL TEMPORARY tables. - diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,61 @@ +monetdb (11.5.3-20110925) unstable; urgency=low + + * Rebuilt. + + -- Fabian Groffen <[email protected]> Sun, 25 Sep 2011 14:14:49 +0200 + +monetdb (11.5.3-20110925) unstable; urgency=low + + * clients: Fixed Perl DBD rowcount for larger results, bug #2889 + + -- Fabian Groffen <[email protected]> Fri, 23 Sep 2011 14:14:49 +0200 + +monetdb (11.5.3-20110925) unstable; urgency=low + + * monetdb5: Fixed a problem where MAL variables weren't properly cleared before + reuse of the data strucutre. This problem could cause the data flow + scheduler to generate dependencies between instructions that didn't + actually exist, which in turn could cause circular dependencies among + instructions with deadlock as a result. Bugs 2865 and 2888. + + -- Sjoerd Mullender <[email protected]> Wed, 21 Sep 2011 14:14:49 +0200 + +monetdb (11.5.3-20110925) unstable; urgency=low + + * sql: Fixed a bug when using default values for interval columns. Bug 2877. + + -- Sjoerd Mullender <[email protected]> Wed, 21 Sep 2011 14:14:49 +0200 + +monetdb (11.5.3-20110925) unstable; urgency=low + + * clients: Perl: We now distinguish properly between TABLE and GLOBAL TEMPORARY + (the latter are recognized by being in the "tmp" schema). + * clients: Perl: fixed a bunch of syntax errors. This fixes bug 2884. With thanks + to Rémy Chibois. + * clients: Perl: Fixed DBD::monetdb table_info and tabletype_info. This fixes + bug 2885. With thanks to Rémy Chibois. + + -- Sjoerd Mullender <[email protected]> Mon, 19 Sep 2011 14:14:49 +0200 + +monetdb (11.5.3-20110925) unstable; urgency=low + + * sql: A bug was fixed where deleted rows weren't properly accounted for in + all operations. This was bug 2882. + * sql: A bug was fixed which caused an update to an internal table to + happen too soon. The bug could be observed on a multicore system + with a query INSERT INTO t (SELECT * FROM t) when the table t is + "large enough". This was bug 2883. + + -- Sjoerd Mullender <[email protected]> Fri, 16 Sep 2011 14:14:49 +0200 + +monetdb (11.5.3-20110925) unstable; urgency=low + + * clients: mclient: fix display of varchar columns with only NULL values. + * clients: Fixed a bug in mclient/msqldump where an internal error occurred during + dump when there are GLOBAL TEMPORARY tables. + + -- Sjoerd Mullender <[email protected]> Tue, 13 Sep 2011 14:14:49 +0200 + monetdb (11.5.1-20110907) unstable; urgency=low * Rebuilt. diff --git a/libversions b/libversions --- a/libversions +++ b/libversions @@ -30,13 +30,13 @@ # version of the GDK library (subdirectory gdk; also includes # common/options and common/mutils) -GDK_VERSION=4:0:0 +GDK_VERSION=4:1:0 # version of the MAPI library (subdirectory clients/mapilib) MAPI_VERSION=4:0:1 # version of the MONETDB5 library (subdirectory monetdb5, not including extras) -MONETDB5_VERSION=8:0:0 +MONETDB5_VERSION=8:1:0 # version of the STREAM library (subdirectory common/stream) STREAM_VERSION=2:2:0 diff --git a/monetdb5/ChangeLog-Archive b/monetdb5/ChangeLog-Archive --- a/monetdb5/ChangeLog-Archive +++ b/monetdb5/ChangeLog-Archive @@ -1,6 +1,13 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Wed Sep 21 2011 Sjoerd Mullender <[email protected]> - 11.5.3-20110925 +- Fixed a problem where MAL variables weren't properly cleared before + reuse of the data strucutre. This problem could cause the data flow + scheduler to generate dependencies between instructions that didn't + actually exist, which in turn could cause circular dependencies among + instructions with deadlock as a result. Bugs 2865 and 2888. + * Wed Jul 13 2011 Fabian Groffen <[email protected]> - 11.5.1-20110907 - Make crackers optional and disable by default, since it wasn't used normally diff --git a/monetdb5/ChangeLog.Aug2011 b/monetdb5/ChangeLog.Aug2011 --- a/monetdb5/ChangeLog.Aug2011 +++ b/monetdb5/ChangeLog.Aug2011 @@ -1,10 +1,3 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog -* Wed Sep 21 2011 Sjoerd Mullender <[email protected]> -- Fixed a problem where MAL variables weren't properly cleared before - reuse of the data strucutre. This problem could cause the data flow - scheduler to generate dependencies between instructions that didn't - actually exist, which in turn could cause circular dependencies among - instructions with deadlock as a result. Bugs 2865 and 2888. - diff --git a/sql/ChangeLog-Archive b/sql/ChangeLog-Archive --- a/sql/ChangeLog-Archive +++ b/sql/ChangeLog-Archive @@ -1,6 +1,17 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Wed Sep 21 2011 Sjoerd Mullender <[email protected]> - 11.5.3-20110925 +- Fixed a bug when using default values for interval columns. Bug 2877. + +* Fri Sep 16 2011 Sjoerd Mullender <[email protected]> - 11.5.3-20110925 +- A bug was fixed where deleted rows weren't properly accounted for in + all operations. This was bug 2882. +- A bug was fixed which caused an update to an internal table to + happen too soon. The bug could be observed on a multicore system + with a query INSERT INTO t (SELECT * FROM t) when the table t is + "large enough". This was bug 2883. + * Tue Jul 19 2011 Fabian Groffen <[email protected]> - 11.3.5-20110720 - Fixed regression where the superuser password could no longer be changed, bug #2844 diff --git a/sql/ChangeLog.Aug2011 b/sql/ChangeLog.Aug2011 --- a/sql/ChangeLog.Aug2011 +++ b/sql/ChangeLog.Aug2011 @@ -1,14 +1,3 @@ # ChangeLog file for sql # This file is updated with Maddlog -* Wed Sep 21 2011 Sjoerd Mullender <[email protected]> -- Fixed a bug when using default values for interval columns. Bug 2877. - -* Fri Sep 16 2011 Sjoerd Mullender <[email protected]> -- A bug was fixed where deleted rows weren't properly accounted for in - all operations. This was bug 2882. -- A bug was fixed which caused an update to an internal table to - happen too soon. The bug could be observed on a multicore system - with a query INSERT INTO t (SELECT * FROM t) when the table t is - "large enough". This was bug 2883. - _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
