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

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


diffs (202 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -850,6 +850,23 @@ else
 fi
 
 %changelog
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- Rebuilt.
+
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- gdk: When processing the WAL, if a to-be-destroyed object cannot be found,
+  don't stop, but keep processing the rest of the WAL.
+
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- monetdb5: Client connections are cleaned up better so that we get fewer 
instances
+  of clients that cannot connect.
+
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- sql: Increased the size of a variable counting the number of changes made
+  to the database (e.g. in case more than a 2 billion rows are added to
+  a table).
+- sql: Improved cleanup after failures such as failed memory allocations.
+
 * Thu Feb 23 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.29-20230223
 - Rebuilt.
 
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,32 @@
+monetdb (11.41.31) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 24 Mar 2023 10:59:06 +0100
+
+monetdb (11.41.31) unstable; urgency=low
+
+  * gdk: When processing the WAL, if a to-be-destroyed object cannot be found,
+    don't stop, but keep processing the rest of the WAL.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 24 Mar 2023 10:59:06 +0100
+
+monetdb (11.41.31) unstable; urgency=low
+
+  * monetdb5: Client connections are cleaned up better so that we get fewer 
instances
+    of clients that cannot connect.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 24 Mar 2023 10:59:06 +0100
+
+monetdb (11.41.31) unstable; urgency=low
+
+  * sql: Increased the size of a variable counting the number of changes made
+    to the database (e.g. in case more than a 2 billion rows are added to
+    a table).
+  * sql: Improved cleanup after failures such as failed memory allocations.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 24 Mar 2023 10:59:06 +0100
+
 monetdb (11.41.29) 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
 
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- When processing the WAL, if a to-be-destroyed object cannot be found,
+  don't stop, but keep processing the rest of the WAL.
+
 * Mon Feb 20 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.29-20230223
 - A race condition was fixed where certain write-ahead log messages
   could get intermingled, resulting in a corrupted WAL file.
diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021
--- a/gdk/ChangeLog.Jul2021
+++ b/gdk/ChangeLog.Jul2021
@@ -1,7 +1,3 @@
 # ChangeLog file for GDK
 # This file is updated with Maddlog
 
-* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org>
-- When processing the WAL, if a to-be-destroyed object cannot be found,
-  don't stop, but keep processing the rest of the WAL.
-
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,32 @@
+monetdb (11.41.31) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 24 Mar 2023 10:59:06 +0100
+
+monetdb (11.41.31) unstable; urgency=low
+
+  * gdk: When processing the WAL, if a to-be-destroyed object cannot be found,
+    don't stop, but keep processing the rest of the WAL.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 24 Mar 2023 10:59:06 +0100
+
+monetdb (11.41.31) unstable; urgency=low
+
+  * monetdb5: Client connections are cleaned up better so that we get fewer 
instances
+    of clients that cannot connect.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 24 Mar 2023 10:59:06 +0100
+
+monetdb (11.41.31) unstable; urgency=low
+
+  * sql: Increased the size of a variable counting the number of changes made
+    to the database (e.g. in case more than a 2 billion rows are added to
+    a table).
+  * sql: Improved cleanup after failures such as failed memory allocations.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 24 Mar 2023 10:59:06 +0100
+
 monetdb (11.41.29) 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,20 @@
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- Rebuilt.
+
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- gdk: When processing the WAL, if a to-be-destroyed object cannot be found,
+  don't stop, but keep processing the rest of the WAL.
+
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- monetdb5: Client connections are cleaned up better so that we get fewer 
instances
+  of clients that cannot connect.
+
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- sql: Increased the size of a variable counting the number of changes made
+  to the database (e.g. in case more than a 2 billion rows are added to
+  a table).
+- sql: Improved cleanup after failures such as failed memory allocations.
+
 * Thu Feb 23 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.29-20230223
 - Rebuilt.
 
diff --git a/monetdb5/ChangeLog-Archive b/monetdb5/ChangeLog-Archive
--- a/monetdb5/ChangeLog-Archive
+++ b/monetdb5/ChangeLog-Archive
@@ -1,6 +1,10 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- Client connections are cleaned up better so that we get fewer instances
+  of clients that cannot connect.
+
 * Wed Oct 19 2022 Sjoerd Mullender <sjo...@acm.org> - 11.41.29-20230223
 - Fix a bug where the MAL optimizer would use the starttime of the
   previous query to determine whether a query timeout occurred.
diff --git a/monetdb5/ChangeLog.Jul2021 b/monetdb5/ChangeLog.Jul2021
--- a/monetdb5/ChangeLog.Jul2021
+++ b/monetdb5/ChangeLog.Jul2021
@@ -1,7 +1,3 @@
 # ChangeLog file for MonetDB5
 # This file is updated with Maddlog
 
-* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org>
-- Client connections are cleaned up better so that we get fewer instances
-  of clients that cannot connect.
-
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
 
+* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.31-20230324
+- Increased the size of a variable counting the number of changes made
+  to the database (e.g. in case more than a 2 billion rows are added to
+  a table).
+- Improved cleanup after failures such as failed memory allocations.
+
 * Mon Feb 13 2023 Sjoerd Mullender <sjo...@acm.org> - 11.41.29-20230223
 - An insert into a table from which a column was dropped in a parallel
   transaction was incorrectly not flagged as a transaction conflict.
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
 
-* Fri Mar 24 2023 Sjoerd Mullender <sjo...@acm.org>
-- Increased the size of a variable counting the number of changes made
-  to the database (e.g. in case more than a 2 billion rows are added to
-  a table).
-- Improved cleanup after failures such as failed memory allocations.
-
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to