Changeset: bb157905ecb8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bb157905ecb8 Modified Files: MonetDB.spec debian/changelog Branch: Jun2020 Log Message:
Moved contents of ChangeLog.Jun2020 to MonetDB.spec, debian/changelog and ChangeLog-Archive. diffs (34 lines): diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -985,6 +985,13 @@ fi %postun -p /sbin/ldconfig %changelog +* Thu Jul 23 2020 Sjoerd Mullender <[email protected]> - 11.37.11-20200723 +- Rebuilt. +- BZ#6917: Decimal parsing fails +- BZ#6932: Syntax error while parsing JSON numbers with exponent +- BZ#6934: sys.isauuid() returns wrong answer for some invalid uuid + strings + * Mon Jul 20 2020 Sjoerd Mullender <[email protected]> - 11.37.9-20200720 - Rebuilt. - BZ#6844: sys.getUser('https://me:[email protected]/Doc') does not diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +monetdb (11.37.11) unstable; urgency=low + + * Rebuilt. + * BZ#6917: Decimal parsing fails + * BZ#6932: Syntax error while parsing JSON numbers with exponent + * BZ#6934: sys.isauuid() returns wrong answer for some invalid uuid + strings + + -- Sjoerd Mullender <[email protected]> Thu, 23 Jul 2020 09:10:48 +0200 + monetdb (11.37.9) unstable; urgency=low * Rebuilt. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
