Changeset: 3413087d4b7d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3413087d4b7d Modified Files: .hgtags MonetDB.spec debian/changelog libversions Branch: default Log Message:
Merge with Apr2019 branch. diffs (52 lines): diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -733,3 +733,6 @@ 02147798590c5f9d7c837bec07277313c1fa29cc a6674f7048a13fe7dc53995a4f723d33a34bce23 Apr2019_9 02147798590c5f9d7c837bec07277313c1fa29cc Apr2019_SP1_release a6674f7048a13fe7dc53995a4f723d33a34bce23 Apr2019_SP1_release +6566d90185b83ed95129db9ea68baf52f2de5cc7 Apr2019_11 +a6674f7048a13fe7dc53995a4f723d33a34bce23 Apr2019_SP1_release +6566d90185b83ed95129db9ea68baf52f2de5cc7 Apr2019_SP1_release diff --git a/MonetDB.spec b/MonetDB.spec --- a/MonetDB.spec +++ b/MonetDB.spec @@ -1061,6 +1061,11 @@ done %postun -p /sbin/ldconfig %changelog +* Fri Aug 30 2019 Sjoerd Mullender <[email protected]> - 11.33.11-20190830 +- Rebuilt. +- BZ#6749: mserver5 restart aborts/segfaults after dropping column + with constraint + * Tue Aug 20 2019 Sjoerd Mullender <[email protected]> - 11.33.9-20190820 - Rebuilt. - BZ#6571: Jdbc connection hangs diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +monetdb (11.33.11) unstable; urgency=low + + * Rebuilt. + * BZ#6749: mserver5 restart aborts/segfaults after dropping column + with constraint + + -- Sjoerd Mullender <[email protected]> Fri, 30 Aug 2019 02:27:33 +0200 + monetdb (11.33.9) unstable; urgency=low * Rebuilt. diff --git a/libversions b/libversions --- a/libversions +++ b/libversions @@ -36,7 +36,7 @@ # version of the GDK library (subdirectory gdk; also includes # common/options and common/utils) -GDK_VERSION=18:3:0 +GDK_VERSION=18:4:0 # version of the MAPI library (subdirectory clients/mapilib) MAPI_VERSION=12:1:0 _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
