Changeset: 14dbc7389561 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=14dbc7389561
Modified Files:
        MonetDB.spec
        clients/ChangeLog-Archive
        clients/ChangeLog.Aug2011
        debian/changelog
        libversions
        monetdb5/ChangeLog-Archive
        monetdb5/ChangeLog.Aug2011
        sql/ChangeLog-Archive
        sql/ChangeLog.Aug2011
Branch: Aug2011
Log Message:

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


diffs (259 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -27,7 +27,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/Aug2011/%{name}-%{version}.tar.bz2
+Source: 
http://dev.monetdb.org/downloads/sources/Aug2011-SP1/%{name}-%{version}.tar.bz2
 
 BuildRequires: bison
 BuildRequires: bzip2-devel
@@ -617,6 +617,43 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libmonet
 rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Sun Sep 25 2011 Fabian Groffen <fab...@cwi.nl> - 11.5.3-20110925
+- Rebuilt.
+
+* Fri Sep 23 2011 Fabian Groffen <fab...@cwi.nl> - 11.5.3-20110925
+- clients: Fixed Perl DBD rowcount for larger results, bug #2889
+
+* Wed Sep 21 2011 Sjoerd Mullender <sjo...@acm.org> - 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 <sjo...@acm.org> - 11.5.3-20110925
+- sql: Fixed a bug when using default values for interval columns.  Bug 2877.
+
+* Mon Sep 19 2011 Sjoerd Mullender <sjo...@acm.org> - 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 <sjo...@acm.org> - 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 <sjo...@acm.org> - 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 <sjo...@acm.org> - 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 <fab...@cwi.nl> - 11.5.3-20110925
+- Fixed Perl DBD rowcount for larger results, bug #2889
+
+* Mon Sep 19 2011 Sjoerd Mullender <sjo...@acm.org> - 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 <sjo...@acm.org> - 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 <sjo...@acm.org> - 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 <fab...@cwi.nl>
-- Fixed Perl DBD rowcount for larger results, bug #2889
-
-* Mon Sep 19 2011 Sjoerd Mullender <sjo...@acm.org>
-- 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 <sjo...@acm.org>
-- 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 <fab...@cwi.nl>  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 <fab...@cwi.nl>  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 <sjo...@acm.org>  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 <sjo...@acm.org>  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 <sjo...@acm.org>  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 <sjo...@acm.org>  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 <sjo...@acm.org>  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 <sjo...@acm.org> - 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 <fab...@cwi.nl> - 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 <sjo...@acm.org>
-- 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 <sjo...@acm.org> - 11.5.3-20110925
+- Fixed a bug when using default values for interval columns.  Bug 2877.
+
+* Fri Sep 16 2011 Sjoerd Mullender <sjo...@acm.org> - 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 <fab...@cwi.nl> - 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 <sjo...@acm.org>
-- Fixed a bug when using default values for interval columns.  Bug 2877.
-
-* Fri Sep 16 2011 Sjoerd Mullender <sjo...@acm.org>
-- 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
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to