Changeset: 05f8b2c9a607 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/05f8b2c9a607
Modified Files:
MonetDB.spec
cmake/monetdb-versions.cmake
Branch: default
Log Message:
Merge with Mar2025 branch.
diffs (128 lines):
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -846,3 +846,4 @@ 77b1be95dc79fe61215a34b84ed67e7097323977
6d5be335a6c739e61682366f7a84b67b0cfc0be6 Mar2025_9
6d5be335a6c739e61682366f7a84b67b0cfc0be6 Mar2025_SP1_release
a63e11c1fd1b2dfba2a0ed8a985455286bc023d3 Mar2025_11
+00d41c24cb9d5c43bd35e9e02e6a739a65c02810 Mar2025_13
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -1057,6 +1057,17 @@ rm "${RPM_BUILD_ROOT}"%{_unitdir}/monetd
%endif
%changelog
+* Mon Sep 01 2025 Sjoerd Mullender <[email protected]> - 11.53.13-20250901
+- Rebuilt.
+- GH#7692: Illegal argument on range select with equality
+- GH#7693: Obscure failure when running mserver5 on an older monetdbd
+ release
+
+* Thu Aug 28 2025 Sjoerd Mullender <[email protected]> - 11.53.13-20250901
+- clients: We now try to figure out the size of the terminal window on Windows.
+ This means that mclient will, by default, format tabular output to
+ not wrap long lines, like is already done on Unix/Linux.
+
* Thu Aug 21 2025 Sjoerd Mullender <[email protected]> - 11.53.11-20250821
- Rebuilt.
- GH#7643: Unable to process field with split_part(). Facing Issue
diff --git a/clients/ChangeLog-Archive b/clients/ChangeLog-Archive
--- a/clients/ChangeLog-Archive
+++ b/clients/ChangeLog-Archive
@@ -1,6 +1,11 @@
# DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
# This file contains past ChangeLog entries
+* Thu Aug 28 2025 Sjoerd Mullender <[email protected]> - 11.53.13-20250901
+- We now try to figure out the size of the terminal window on Windows.
+ This means that mclient will, by default, format tabular output to
+ not wrap long lines, like is already done on Unix/Linux.
+
* Tue Jun 3 2025 Sjoerd Mullender <[email protected]> - 11.53.5-20250627
- When connecting to a database, if there are multiple monetdbd servers
running, mclient will try them all, and also both UNIX domain
diff --git a/clients/ChangeLog.Mar2025 b/clients/ChangeLog.Mar2025
--- a/clients/ChangeLog.Mar2025
+++ b/clients/ChangeLog.Mar2025
@@ -1,8 +1,3 @@
# ChangeLog file for clients
# This file is updated with Maddlog
-* Thu Aug 28 2025 Sjoerd Mullender <[email protected]>
-- We now try to figure out the size of the terminal window on Windows.
- This means that mclient will, by default, format tabular output to
- not wrap long lines, like is already done on Unix/Linux.
-
diff --git a/cmake/monetdb-versions.cmake b/cmake/monetdb-versions.cmake
--- a/cmake/monetdb-versions.cmake
+++ b/cmake/monetdb-versions.cmake
@@ -44,26 +44,26 @@ set(MONETDB_VERSION "${MONETDB_VERSION_M
# common/options and common/utils)
set(GDK_VERSION_MAJOR "30")
set(GDK_VERSION_MINOR "1")
-set(GDK_VERSION_PATCH "2")
+set(GDK_VERSION_PATCH "3")
set(GDK_VERSION
"${GDK_VERSION_MAJOR}.${GDK_VERSION_MINOR}.${GDK_VERSION_PATCH}")
# version of the MAPI library (subdirectory clients/mapilib)
set(MAPI_VERSION_MAJOR "28")
set(MAPI_VERSION_MINOR "0")
-set(MAPI_VERSION_PATCH "2")
+set(MAPI_VERSION_PATCH "3")
set(MAPI_VERSION
"${MAPI_VERSION_MAJOR}.${MAPI_VERSION_MINOR}.${MAPI_VERSION_PATCH}")
# version of the MONETDB5 library (subdirectory monetdb5, not including
# extras, and tools/utils/msabaoth.[ch])
set(MONETDB5_VERSION_MAJOR "37")
set(MONETDB5_VERSION_MINOR "0")
-set(MONETDB5_VERSION_PATCH "3")
+set(MONETDB5_VERSION_PATCH "4")
set(MONETDB5_VERSION
"${MONETDB5_VERSION_MAJOR}.${MONETDB5_VERSION_MINOR}.${MONETDB5_VERSION_PATCH}")
# version of the MONETDBE library (subdirectory tools/monetdbe)
set(MONETDBE_VERSION_MAJOR "27")
set(MONETDBE_VERSION_MINOR "0")
-set(MONETDBE_VERSION_PATCH "1")
+set(MONETDBE_VERSION_PATCH "2")
set(MONETDBE_VERSION
"${MONETDBE_VERSION_MAJOR}.${MONETDBE_VERSION_MINOR}.${MONETDBE_VERSION_PATCH}")
# version of the MUTILS library (subdirectory common/utils)
@@ -75,11 +75,11 @@ set(MUTILS_VERSION "${MUTILS_VERSION_MAJ
# version of the SQL library (subdirectory sql)
set(SQL_VERSION_MAJOR "16")
set(SQL_VERSION_MINOR "1")
-set(SQL_VERSION_PATCH "2")
+set(SQL_VERSION_PATCH "3")
set(SQL_VERSION
"${SQL_VERSION_MAJOR}.${SQL_VERSION_MINOR}.${SQL_VERSION_PATCH}")
# version of the STREAM library (subdirectory common/stream)
set(STREAM_VERSION_MAJOR "28")
set(STREAM_VERSION_MINOR "0")
-set(STREAM_VERSION_PATCH "2")
+set(STREAM_VERSION_PATCH "3")
set(STREAM_VERSION
"${STREAM_VERSION_MAJOR}.${STREAM_VERSION_MINOR}.${STREAM_VERSION_PATCH}")
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+monetdb (11.53.13) unstable; urgency=low
+
+ * Rebuilt.
+ * GH#7692: Illegal argument on range select with equality
+ * GH#7693: Obscure failure when running mserver5 on an older monetdbd
+ release
+
+ -- Sjoerd Mullender <[email protected]> Mon, 01 Sep 2025 14:46:20 +0200
+
+monetdb (11.53.13) unstable; urgency=low
+
+ * clients: We now try to figure out the size of the terminal window on
Windows.
+ This means that mclient will, by default, format tabular output to
+ not wrap long lines, like is already done on Unix/Linux.
+
+ -- Sjoerd Mullender <[email protected]> Thu, 28 Aug 2025 14:46:20 +0200
+
monetdb (11.53.11) unstable; urgency=low
* Rebuilt.
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]