Changeset: 2e54857a9130 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2e54857a9130
Modified Files:
        MonetDB.spec
        debian/changelog
        misc/packages/deb/changelog
        misc/packages/rpm/changelog
        sql/ChangeLog-Archive
        sql/ChangeLog.Jul2021
Branch: Jul2021
Log Message:

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


diffs (117 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -84,7 +84,7 @@ Group: Applications/Databases
 License: MPLv2.0
 URL: https://www.monetdb.org/
 BugURL: https://bugs.monetdb.org/
-Source: 
https://www.monetdb.org/downloads/sources/Jul2021-SP5/%{name}-%{version}.tar.bz2
+Source: 
https://www.monetdb.org/downloads/sources/Jul2021-SP6/%{name}-%{version}.tar.bz2
 
 # The Fedora packaging document says we need systemd-rpm-macros for
 # the _unitdir and _tmpfilesdir macros to exist; however on RHEL 7
@@ -846,6 +846,15 @@ else
 fi
 
 %changelog
+* Mon Apr 25 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.23-20220425
+- Rebuilt.
+
+* Mon Apr 25 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.23-20220425
+- sql: GLOBAL TEMPORARY tables are now treated like LOCAL TEMPORARY tables
+  as far as the table content is concerned.  The schema information
+  stays global.  This fixes an issue with concurrent access and cleanup
+  of stale data.
+
 * Tue Mar 22 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.21-20220322
 - Rebuilt.
 
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+monetdb (11.41.23) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Mon, 25 Apr 2022 13:18:19 +0200
+
+monetdb (11.41.23) unstable; urgency=low
+
+  * sql: GLOBAL TEMPORARY tables are now treated like LOCAL TEMPORARY tables
+    as far as the table content is concerned.  The schema information
+    stays global.  This fixes an issue with concurrent access and cleanup
+    of stale data.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Mon, 25 Apr 2022 13:18:19 +0200
+
 monetdb (11.41.21) unstable; urgency=low
 
   * Rebuilt.
diff --git a/misc/packages/deb/changelog b/misc/packages/deb/changelog
--- a/misc/packages/deb/changelog
+++ b/misc/packages/deb/changelog
@@ -1,3 +1,18 @@
+monetdb (11.41.23) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Mon, 25 Apr 2022 13:18:19 +0200
+
+monetdb (11.41.23) unstable; urgency=low
+
+  * sql: GLOBAL TEMPORARY tables are now treated like LOCAL TEMPORARY tables
+    as far as the table content is concerned.  The schema information
+    stays global.  This fixes an issue with concurrent access and cleanup
+    of stale data.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Mon, 25 Apr 2022 13:18:19 +0200
+
 monetdb (11.41.21) unstable; urgency=low
 
   * Rebuilt.
diff --git a/misc/packages/rpm/changelog b/misc/packages/rpm/changelog
--- a/misc/packages/rpm/changelog
+++ b/misc/packages/rpm/changelog
@@ -1,3 +1,12 @@
+* Mon Apr 25 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.23-20220425
+- Rebuilt.
+
+* Mon Apr 25 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.23-20220425
+- sql: GLOBAL TEMPORARY tables are now treated like LOCAL TEMPORARY tables
+  as far as the table content is concerned.  The schema information
+  stays global.  This fixes an issue with concurrent access and cleanup
+  of stale data.
+
 * Tue Mar 22 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.21-20220322
 - Rebuilt.
 
diff --git a/sql/ChangeLog-Archive b/sql/ChangeLog-Archive
--- a/sql/ChangeLog-Archive
+++ b/sql/ChangeLog-Archive
@@ -1,6 +1,12 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Mon Apr 25 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.23-20220425
+- GLOBAL TEMPORARY tables are now treated like LOCAL TEMPORARY tables
+  as far as the table content is concerned.  The schema information
+  stays global.  This fixes an issue with concurrent access and cleanup
+  of stale data.
+
 * Thu Oct 28 2021 Sjoerd Mullender <sjo...@acm.org> - 11.41.13-20211213
 - Number parsing for SQL was fixed.  If a number was immediately followed
   by letters (i.e. without a space), the number was accepted and the
diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021
--- a/sql/ChangeLog.Jul2021
+++ b/sql/ChangeLog.Jul2021
@@ -1,9 +1,3 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
-* Mon Apr 25 2022 Sjoerd Mullender <sjo...@acm.org>
-- GLOBAL TEMPORARY tables are now treated like LOCAL TEMPORARY tables
-  as far as the table content is concerned.  The schema information
-  stays global.  This fixes an issue with concurrent access and cleanup
-  of stale data.
-
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to