Changeset: 17d27ad30941 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=17d27ad30941 Modified Files: MonetDB.spec debian/changelog misc/packages/deb/changelog misc/packages/rpm/changelog Branch: Oct2020 Log Message:
Moved contents of ChangeLog.Oct2020 to MonetDB.spec, debian/changelog and ChangeLog-Archive. diffs (62 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/Oct2020-SP2/%{name}-%{version}.tar.bz2 +Source: https://www.monetdb.org/downloads/sources/Oct2020-SP3/%{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 @@ -845,6 +845,10 @@ else fi %changelog +* Thu Feb 11 2021 Sjoerd Mullender <[email protected]> - 11.39.13-20210211 +- Rebuilt. +- GH#7049: Implement DISTINCT for GROUP_CONCAT + * Mon Jan 18 2021 Sjoerd Mullender <[email protected]> - 11.39.11-20210118 - Rebuilt. - GH#3772: Any user can grant a role. diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +monetdb (11.39.13) unstable; urgency=low + + * Rebuilt. + * GH#7049: Implement DISTINCT for GROUP_CONCAT + + -- Sjoerd Mullender <[email protected]> Thu, 11 Feb 2021 10:59:33 +0100 + monetdb (11.39.11) 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,10 @@ +monetdb (11.39.13) unstable; urgency=low + + * Rebuilt. + * GH#7049: Implement DISTINCT for GROUP_CONCAT + + -- Sjoerd Mullender <[email protected]> Thu, 11 Feb 2021 10:59:33 +0100 + monetdb (11.39.11) 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,7 @@ +* Thu Feb 11 2021 Sjoerd Mullender <[email protected]> - 11.39.13-20210211 +- Rebuilt. +- GH#7049: Implement DISTINCT for GROUP_CONCAT + * Mon Jan 18 2021 Sjoerd Mullender <[email protected]> - 11.39.11-20210118 - Rebuilt. - GH#3772: Any user can grant a role. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
