Changeset: db3cec8ea853 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/db3cec8ea853 Modified Files: MonetDB.spec debian/changelog gdk/ChangeLog-Archive gdk/ChangeLog.Jul2021 misc/packages/deb/changelog misc/packages/rpm/changelog Branch: Jul2021 Log Message:
Moved contents of ChangeLog.Jul2021 to MonetDB.spec, debian/changelog and ChangeLog-Archive. diffs (105 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-SP3/%{name}-%{version}.tar.bz2 +Source: https://www.monetdb.org/downloads/sources/Jul2021-SP4/%{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,13 @@ else fi %changelog +* Wed Mar 09 2022 Sjoerd Mullender <[email protected]> - 11.41.17-20220309 +- Rebuilt. + +* Wed Mar 9 2022 Sjoerd Mullender <[email protected]> - 11.41.17-20220309 +- gdk: Found and fixed another source for the now infamous BBPcheckbats error + that sometimes occurs at startup of the server. + * Thu Feb 24 2022 Sjoerd Mullender <[email protected]> - 11.41.15-20220224 - Rebuilt. - GH#7225: Invalid memory access when extending a BAT during appends diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +monetdb (11.41.17) unstable; urgency=low + + * Rebuilt. + + -- Sjoerd Mullender <[email protected]> Wed, 09 Mar 2022 15:34:23 +0100 + +monetdb (11.41.17) unstable; urgency=low + + * gdk: Found and fixed another source for the now infamous BBPcheckbats error + that sometimes occurs at startup of the server. + + -- Sjoerd Mullender <[email protected]> Wed, 9 Mar 2022 15:34:23 +0100 + monetdb (11.41.15) 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 +* 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. + * Mon Dec 13 2021 Sjoerd Mullender <[email protected]> - 11.41.13-20211213 - Sometimes when the server was restarted, it wouldn't start anymore due to an error from BBPcheckbats. We finally found and fixed a (hopefully 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 -* Wed Mar 9 2022 Sjoerd Mullender <[email protected]> -- Found and fixed another source for the now infamous BBPcheckbats error - that sometimes occurs at startup of the server. - 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,16 @@ +monetdb (11.41.17) unstable; urgency=low + + * Rebuilt. + + -- Sjoerd Mullender <[email protected]> Wed, 09 Mar 2022 15:34:23 +0100 + +monetdb (11.41.17) unstable; urgency=low + + * gdk: Found and fixed another source for the now infamous BBPcheckbats error + that sometimes occurs at startup of the server. + + -- Sjoerd Mullender <[email protected]> Wed, 9 Mar 2022 15:34:23 +0100 + monetdb (11.41.15) 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,10 @@ +* Wed Mar 09 2022 Sjoerd Mullender <[email protected]> - 11.41.17-20220309 +- Rebuilt. + +* Wed Mar 9 2022 Sjoerd Mullender <[email protected]> - 11.41.17-20220309 +- gdk: Found and fixed another source for the now infamous BBPcheckbats error + that sometimes occurs at startup of the server. + * Thu Feb 24 2022 Sjoerd Mullender <[email protected]> - 11.41.15-20220224 - Rebuilt. - GH#7225: Invalid memory access when extending a BAT during appends _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
