Changeset: 83b47ca47859 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/83b47ca47859
Branch: Sep2022
Log Message:
merged
diffs (truncated from 908 to 300 lines):
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 11.45.8
+current_version = 11.45.10
commit = False
tag = False
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -787,3 +787,4 @@ 44e45c9a451f6afd933773094ec25723f713d3be
44e45c9a451f6afd933773094ec25723f713d3be Jan2022_SP5_release
43d4a717410d6f6692a16a878640fc7e0f248725 Jan2022_25
43d4a717410d6f6692a16a878640fc7e0f248725 Jan2022_SP6_release
+5c50a4071c86d1621e20a885a51cc36f2f23eec4 Sep2022_9
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -1,5 +1,5 @@
%global name MonetDB
-%global version 11.45.8
+%global version 11.45.10
%{!?buildno: %global buildno %(date +%Y%m%d)}
# Use bcond_with to add a --with option; i.e., "without" is default.
@@ -81,7 +81,7 @@ Group: Applications/Databases
License: MPLv2.0
URL: https://www.monetdb.org/
BugURL: https://bugs.monetdb.org/
-Source:
https://www.monetdb.org/downloads/sources/Sep2022/%{name}-%{version}.tar.bz2
+Source:
https://www.monetdb.org/downloads/sources/Sep2022-SP1/%{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
@@ -850,6 +850,50 @@ fi
%endif
%changelog
+* Mon Nov 28 2022 Sjoerd Mullender <[email protected]> - 11.45.9-20221128
+- Rebuilt.
+- GH#7330: Creating temporary table fails after reconnect
+- GH#7333: DLLs fail to load on Windows with accented characters in path
+- GH#7336: Selecting from a literal-value table returns wrong values
+- GH#7339: MonetDB corrupted state after SIGKILL
+
+* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.45.9-20221128
+- clients: Also dump the new options of CREATE USER.
+
+* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.45.9-20221128
+- gdk: On Windows, use the wide-character interface of system calls when
+ dealing with the environment (i.e. file names and getenv()).
+- gdk: Memory leaks have been fixed.
+- gdk: Improved maintenance of the estimated number of distinct values in BATs.
+ The estimate helps in deciding which low-level algorithm to use.
+
+* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.45.9-20221128
+- monetdb5: Fixed a crash when the server runs out of client contexts (i.e.
more
+ concurrent clients than the server is configured to handle).
+- monetdb5: A race condition in the SHA hash code was fixed which resulted in
+ occasional failed connection attempts when they occurred concurrently.
+
+* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.45.9-20221128
+- sql: Improved the handling of the "idle" value in the sys.sessions function
+ and view.
+
+* Wed Oct 19 2022 Sjoerd Mullender <[email protected]> - 11.45.9-20221128
+- monetdb5: Fix a bug where the MAL optimizer would use the starttime of the
+ previous query to determine whether a query timeout occurred.
+
+* Thu Oct 13 2022 Martin van Dinther <[email protected]>
- 11.45.9-20221128
+- odbc: Fixed issue with generated raw strings prefix when ODBC driver is used
+ against a server older than Jun2020 (11.37).
+
+* Wed Oct 12 2022 Sjoerd Mullender <[email protected]> - 11.45.9-20221128
+- merovingian: Stop logging references to monetdbd's logfile in said logfile.
+
+* Mon Oct 10 2022 Sjoerd Mullender <[email protected]> - 11.45.9-20221128
+- gdk: Offset heaps (.tailN files) were growing too fast and unnecessarily
+ under certain conditions. This has been fixed. Also, when such too
+ large files are now loaded into the system, it is recognized they are
+ too large and they are truncated to a more reasonable size.
+
* Fri Sep 23 2022 Sjoerd Mullender <[email protected]> - 11.45.7-20220923
- Rebuilt.
diff --git a/clients/ChangeLog-Archive b/clients/ChangeLog-Archive
--- a/clients/ChangeLog-Archive
+++ b/clients/ChangeLog-Archive
@@ -1,6 +1,9 @@
# DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
# This file contains past ChangeLog entries
+* Wed Nov 9 2022 Sjoerd Mullender <[email protected]> - 11.45.9-20221128
+- Also dump the new options of CREATE USER.
+
* Wed Sep 21 2022 Sjoerd Mullender <[email protected]> - 11.45.3-20220921
- Dumping of function GRANTs was improved by adding the types of the
function (and procedure) arguments.
diff --git a/clients/ChangeLog.Sep2022 b/clients/ChangeLog.Sep2022
--- a/clients/ChangeLog.Sep2022
+++ b/clients/ChangeLog.Sep2022
@@ -1,6 +1,3 @@
# ChangeLog file for clients
# This file is updated with Maddlog
-* Wed Nov 9 2022 Sjoerd Mullender <[email protected]>
-- Also dump the new options of CREATE USER.
-
diff --git a/clients/mapilib/mapi.rc b/clients/mapilib/mapi.rc
--- a/clients/mapilib/mapi.rc
+++ b/clients/mapilib/mapi.rc
@@ -6,8 +6,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_U
#define sversion(major,minor,patch) #major "." #minor "." #patch "\0"
1 VERSIONINFO
- FILEVERSION version(11,45,8)
- PRODUCTVERSION version(11,45,8)
+ FILEVERSION version(11,45,10)
+ PRODUCTVERSION version(11,45,10)
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -21,14 +21,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "MonetDB B.V.\0"
VALUE "FileDescription", "MonetDB Application Interface DLL\0"
- VALUE "FileVersion", sversion(11,45,8)
+ VALUE "FileVersion", sversion(11,45,10)
VALUE "InternalName", "Mapi\0"
VALUE "LegalCopyright", "Copyright (c) MonetDB B.V. 2008-2022\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "Mapi.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "MonetDB Client Libraries\0"
- VALUE "ProductVersion", sversion(11,45,8)
+ VALUE "ProductVersion", sversion(11,45,10)
VALUE "SpecialBuild", "\0"
END
END
diff --git a/clients/odbc/ChangeLog-Archive b/clients/odbc/ChangeLog-Archive
--- a/clients/odbc/ChangeLog-Archive
+++ b/clients/odbc/ChangeLog-Archive
@@ -1,6 +1,10 @@
# DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
# This file contains past ChangeLog entries
+* Thu Oct 13 2022 Martin van Dinther <[email protected]>
- 11.45.9-20221128
+- Fixed issue with generated raw strings prefix when ODBC driver is used
+ against a server older than Jun2020 (11.37).
+
* Thu Sep 1 2022 Martin van Dinther <[email protected]>
- 11.45.1-20220913
- Improved SQLSetPos(). It now allows RowNumber to be 0 when Operation
is SQL_POSITION.
diff --git a/clients/odbc/ChangeLog.Sep2022 b/clients/odbc/ChangeLog.Sep2022
--- a/clients/odbc/ChangeLog.Sep2022
+++ b/clients/odbc/ChangeLog.Sep2022
@@ -1,7 +1,3 @@
# ChangeLog file for odbc
# This file is updated with Maddlog
-* Thu Oct 13 2022 Martin van Dinther <[email protected]>
-- Fixed issue with generated raw strings prefix when ODBC driver is used
- against a server older than Jun2020 (11.37).
-
diff --git a/clients/odbc/driver/driver.rc b/clients/odbc/driver/driver.rc
--- a/clients/odbc/driver/driver.rc
+++ b/clients/odbc/driver/driver.rc
@@ -6,8 +6,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_U
#define sversion(major,minor,patch) #major "." #minor "." #patch "\0"
1 VERSIONINFO
- FILEVERSION version(11,45,8)
- PRODUCTVERSION version(11,45,8)
+ FILEVERSION version(11,45,10)
+ PRODUCTVERSION version(11,45,10)
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -21,14 +21,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "MonetDB B.V.\0"
VALUE "FileDescription", "MonetDB ODBC Driver DLL\0"
- VALUE "FileVersion", sversion(11,45,8)
+ VALUE "FileVersion", sversion(11,45,10)
VALUE "InternalName", "MonetODBC\0"
VALUE "LegalCopyright", "Copyright (c) MonetDB B.V. 2008-2022\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "MonetODBC.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "MonetDB SQL Server\0"
- VALUE "ProductVersion", sversion(11,45,8)
+ VALUE "ProductVersion", sversion(11,45,10)
VALUE "SpecialBuild", "\0"
END
END
diff --git a/clients/odbc/winsetup/setup.rc b/clients/odbc/winsetup/setup.rc
--- a/clients/odbc/winsetup/setup.rc
+++ b/clients/odbc/winsetup/setup.rc
@@ -65,8 +65,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION version(11,45,8)
- PRODUCTVERSION version(11,45,8)
+ FILEVERSION version(11,45,10)
+ PRODUCTVERSION version(11,45,10)
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -83,12 +83,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "MonetDB B.V."
VALUE "FileDescription", "MonetDB ODBC Setup DLL"
- VALUE "FileVersion", sversion(11,45,8)
+ VALUE "FileVersion", sversion(11,45,10)
VALUE "InternalName", "MonetODBCs.dll"
VALUE "LegalCopyright", "Copyright (c) MonetDB B.V. 2008-2022"
VALUE "OriginalFilename", "MonetODBCs.dll"
VALUE "ProductName", "MonetDB SQL Server"
- VALUE "ProductVersion", sversion(11,45,8)
+ VALUE "ProductVersion", sversion(11,45,10)
END
END
BLOCK "VarFileInfo"
diff --git a/cmake/monetdb-versions.cmake b/cmake/monetdb-versions.cmake
--- a/cmake/monetdb-versions.cmake
+++ b/cmake/monetdb-versions.cmake
@@ -8,7 +8,7 @@
set(MONETDB_VERSION_MAJOR "11")
set(MONETDB_VERSION_MINOR "45")
-set(MONETDB_VERSION_PATCH "8")
+set(MONETDB_VERSION_PATCH "10")
if(RELEASE_VERSION)
set(MONETDB_RELEASE "unreleased")
@@ -40,7 +40,7 @@ set(MONETDB_VERSION "${MONETDB_VERSION_M
# common/options and common/utils)
set(GDK_VERSION_MAJOR "26")
set(GDK_VERSION_MINOR "0")
-set(GDK_VERSION_PATCH "1")
+set(GDK_VERSION_PATCH "2")
set(GDK_VERSION
"${GDK_VERSION_MAJOR}.${GDK_VERSION_MINOR}.${GDK_VERSION_PATCH}")
# version of the MAPI library (subdirectory clients/mapilib)
@@ -52,7 +52,7 @@ set(MAPI_VERSION "${MAPI_VERSION_MAJOR}.
# version of the MONETDB5 library (subdirectory monetdb5, not including extras
or sql)
set(MONETDB5_VERSION_MAJOR "33")
set(MONETDB5_VERSION_MINOR "0")
-set(MONETDB5_VERSION_PATCH "1")
+set(MONETDB5_VERSION_PATCH "2")
set(MONETDB5_VERSION
"${MONETDB5_VERSION_MAJOR}.${MONETDB5_VERSION_MINOR}.${MONETDB5_VERSION_PATCH}")
# version of the MONETDBE library (subdirectory tools/monetdbe)
@@ -64,11 +64,11 @@ set(MONETDBE_VERSION "${MONETDBE_VERSION
# version of the STREAM library (subdirectory common/stream)
set(STREAM_VERSION_MAJOR "26")
set(STREAM_VERSION_MINOR "0")
-set(STREAM_VERSION_PATCH "0")
+set(STREAM_VERSION_PATCH "1")
set(STREAM_VERSION
"${STREAM_VERSION_MAJOR}.${STREAM_VERSION_MINOR}.${STREAM_VERSION_PATCH}")
# version of the SQL library (subdirectory sql)
set(SQL_VERSION_MAJOR "13")
set(SQL_VERSION_MINOR "0")
-set(SQL_VERSION_PATCH "1")
+set(SQL_VERSION_PATCH "2")
set(SQL_VERSION
"${SQL_VERSION_MAJOR}.${SQL_VERSION_MINOR}.${SQL_VERSION_PATCH}")
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,74 @@
+monetdb (11.45.9) unstable; urgency=low
+
+ * Rebuilt.
+ * GH#7330: Creating temporary table fails after reconnect
+ * GH#7333: DLLs fail to load on Windows with accented characters in path
+ * GH#7336: Selecting from a literal-value table returns wrong values
+ * GH#7339: MonetDB corrupted state after SIGKILL
+
+ -- Sjoerd Mullender <[email protected]> Mon, 28 Nov 2022 14:41:36 +0100
+
+monetdb (11.45.9) unstable; urgency=low
+
+ * clients: Also dump the new options of CREATE USER.
+
+ -- Sjoerd Mullender <[email protected]> Wed, 9 Nov 2022 14:41:36 +0100
+
+monetdb (11.45.9) unstable; urgency=low
+
+ * gdk: On Windows, use the wide-character interface of system calls when
+ dealing with the environment (i.e. file names and getenv()).
+ * gdk: Memory leaks have been fixed.
+ * gdk: Improved maintenance of the estimated number of distinct values in
BATs.
+ The estimate helps in deciding which low-level algorithm to use.
+
+ -- Sjoerd Mullender <[email protected]> Wed, 9 Nov 2022 14:41:36 +0100
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]