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

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


diffs (194 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-SP4/%{name}-%{version}.tar.bz2
+Source: 
https://www.monetdb.org/downloads/sources/Jul2021-SP5/%{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,24 @@ else
 fi
 
 %changelog
+* Tue Mar 22 2022 Sjoerd Mullender <[email protected]> - 11.41.21-20220322
+- Rebuilt.
+
+* Fri Mar 18 2022 Sjoerd Mullender <[email protected]> - 11.41.21-20220322
+- gdk: Fixed a race condition which could cause a too large size being written
+  for a .theap file to the BBP.dir file after the correct size file had
+  been saved to disk.
+- gdk: We now ignore the size and capacity columns in the BBP.dir file.
+  These values are essential during run time, but not useful in the
+  on-disk image of the database.
+
+* Fri Mar 18 2022 Sjoerd Mullender <[email protected]> - 11.41.21-20220322
+- merovingian: Disabled logging into merovingian.log of next info message 
types:
+  "proxying client <host>:<port> for database '<dbname>' to <url>" and
+  "target connection is on local UNIX domain socket, passing on filedescriptor 
instead of proxying".
+  These messages were written to the log file at each connection. In most
+  cases this information is not used. The disabling reduces the log file size.
+
 * Fri Mar 11 2022 Sjoerd Mullender <[email protected]> - 11.41.19-20220311
 - Rebuilt.
 - GH#7267: Update after delete does not update some rows
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+monetdb (11.41.21) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 22 Mar 2022 10:59:04 +0100
+
+monetdb (11.41.21) unstable; urgency=low
+
+  * gdk: Fixed a race condition which could cause a too large size being 
written
+    for a .theap file to the BBP.dir file after the correct size file had
+    been saved to disk.
+  * gdk: We now ignore the size and capacity columns in the BBP.dir file.
+    These values are essential during run time, but not useful in the
+    on-disk image of the database.
+
+ -- Sjoerd Mullender <[email protected]>  Fri, 18 Mar 2022 10:59:04 +0100
+
+monetdb (11.41.21) unstable; urgency=low
+
+  * merovingian: Disabled logging into merovingian.log of next info message 
types:
+    "proxying client <host>:<port> for database '<dbname>' to <url>" and
+    "target connection is on local UNIX domain socket, passing on 
filedescriptor instead of proxying".
+    These messages were written to the log file at each connection. In most
+    cases this information is not used. The disabling reduces the log file 
size.
+
+ -- Sjoerd Mullender <[email protected]>  Fri, 18 Mar 2022 10:59:04 +0100
+
 monetdb (11.41.19) 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,14 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Fri Mar 18 2022 Sjoerd Mullender <[email protected]> - 11.41.21-20220322
+- Fixed a race condition which could cause a too large size being written
+  for a .theap file to the BBP.dir file after the correct size file had
+  been saved to disk.
+- We now ignore the size and capacity columns in the BBP.dir file.
+  These values are essential during run time, but not useful in the
+  on-disk image of the database.
+
 * Wed Mar  9 2022 Sjoerd Mullender <[email protected]> - 11.41.17-20220309
 - Found and fixed another source for the now infamous BBPcheckbats error
   that sometimes occurs at startup of the server.
diff --git a/gdk/ChangeLog.Jul2021 b/gdk/ChangeLog.Jul2021
--- a/gdk/ChangeLog.Jul2021
+++ b/gdk/ChangeLog.Jul2021
@@ -1,11 +1,3 @@
 # ChangeLog file for GDK
 # This file is updated with Maddlog
 
-* Fri Mar 18 2022 Sjoerd Mullender <[email protected]>
-- Fixed a race condition which could cause a too large size being written
-  for a .theap file to the BBP.dir file after the correct size file had
-  been saved to disk.
-- We now ignore the size and capacity columns in the BBP.dir file.
-  These values are essential during run time, but not useful in the
-  on-disk image of the database.
-
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,30 @@
+monetdb (11.41.21) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 22 Mar 2022 10:59:04 +0100
+
+monetdb (11.41.21) unstable; urgency=low
+
+  * gdk: Fixed a race condition which could cause a too large size being 
written
+    for a .theap file to the BBP.dir file after the correct size file had
+    been saved to disk.
+  * gdk: We now ignore the size and capacity columns in the BBP.dir file.
+    These values are essential during run time, but not useful in the
+    on-disk image of the database.
+
+ -- Sjoerd Mullender <[email protected]>  Fri, 18 Mar 2022 10:59:04 +0100
+
+monetdb (11.41.21) unstable; urgency=low
+
+  * merovingian: Disabled logging into merovingian.log of next info message 
types:
+    "proxying client <host>:<port> for database '<dbname>' to <url>" and
+    "target connection is on local UNIX domain socket, passing on 
filedescriptor instead of proxying".
+    These messages were written to the log file at each connection. In most
+    cases this information is not used. The disabling reduces the log file 
size.
+
+ -- Sjoerd Mullender <[email protected]>  Fri, 18 Mar 2022 10:59:04 +0100
+
 monetdb (11.41.19) 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,21 @@
+* Tue Mar 22 2022 Sjoerd Mullender <[email protected]> - 11.41.21-20220322
+- Rebuilt.
+
+* Fri Mar 18 2022 Sjoerd Mullender <[email protected]> - 11.41.21-20220322
+- gdk: Fixed a race condition which could cause a too large size being written
+  for a .theap file to the BBP.dir file after the correct size file had
+  been saved to disk.
+- gdk: We now ignore the size and capacity columns in the BBP.dir file.
+  These values are essential during run time, but not useful in the
+  on-disk image of the database.
+
+* Fri Mar 18 2022 Sjoerd Mullender <[email protected]> - 11.41.21-20220322
+- merovingian: Disabled logging into merovingian.log of next info message 
types:
+  "proxying client <host>:<port> for database '<dbname>' to <url>" and
+  "target connection is on local UNIX domain socket, passing on filedescriptor 
instead of proxying".
+  These messages were written to the log file at each connection. In most
+  cases this information is not used. The disabling reduces the log file size.
+
 * Fri Mar 11 2022 Sjoerd Mullender <[email protected]> - 11.41.19-20220311
 - Rebuilt.
 - GH#7267: Update after delete does not update some rows
diff --git a/tools/merovingian/ChangeLog-Archive 
b/tools/merovingian/ChangeLog-Archive
--- a/tools/merovingian/ChangeLog-Archive
+++ b/tools/merovingian/ChangeLog-Archive
@@ -1,6 +1,13 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Fri Mar 18 2022 Sjoerd Mullender <[email protected]> - 11.41.21-20220322
+- Disabled logging into merovingian.log of next info message types:
+  "proxying client <host>:<port> for database '<dbname>' to <url>" and
+  "target connection is on local UNIX domain socket, passing on filedescriptor 
instead of proxying".
+  These messages were written to the log file at each connection. In most
+  cases this information is not used. The disabling reduces the log file size.
+
 * Mon May 10 2021 Panagiotis Koutsourakis <[email protected]> - 
11.41.1-20210723
 - Deprecate `profilerstart` and `profilerstop` commands. Since
   stethoscope is a separate project 
(https://github.com/MonetDBSolutions/monetdb-pystethoscope)
diff --git a/tools/merovingian/ChangeLog.Jul2021 
b/tools/merovingian/ChangeLog.Jul2021
--- a/tools/merovingian/ChangeLog.Jul2021
+++ b/tools/merovingian/ChangeLog.Jul2021
@@ -1,10 +1,3 @@
 # ChangeLog file for sql/src/backends/monet5/merovingian
 # This file is updated with mchangelog
 
-* Fri Mar 18 2022 Sjoerd Mullender <[email protected]>
-- Disabled logging into merovingian.log of next info message types:
-  "proxying client <host>:<port> for database '<dbname>' to <url>" and
-  "target connection is on local UNIX domain socket, passing on filedescriptor 
instead of proxying".
-  These messages were written to the log file at each connection. In most
-  cases this information is not used. The disabling reduces the log file size.
-
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to