Changeset: 2ec8c382d98e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2ec8c382d98e
Removed Files:
clients/mapilib/ChangeLog.odbc_loader
Modified Files:
MonetDB.spec
clients/mapilib/ChangeLog-Archive
debian/changelog
Branch: Dec2025
Log Message:
Retroactively add changelog messages to old release.
diffs (98 lines):
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -1520,6 +1520,20 @@ rm "${RPM_BUILD_ROOT}"%{_unitdir}/monetd
using the arena allocator.
- sql: Unused helper function mapiuri_database() has been removed from
rel_remote.h.
+- mapilib: msettings can now be allocated with a custom memory allocator using
+ msettings_create_with() and msettings_clone_with(). This is used in
+ the SQL module to allocate them using the arena allocator.
+- mapilib: The msettings objects no longer keep track of 'ignored' settings.
+ Function msetting_set_ignored has been removed.
+- mapilib: Function msetting_as_string() has been changed to never return a
newly
+ allocated string. To make this possible the user now has to pass in
+ a small scratch buffer that will be used if the setting is a number.
+ (booleans and strings can use existing strings).
+- mapilib: Functions msettings_parse_url() and msettings_validate() have been
+ modified to return any error message instead of setting it through a
+ pointer parameter.
+- mapilib: Function msettings_write_url() has been added to render an msettings
+ object as a URL string.
* Mon Jan 13 2025 Sjoerd Mullender <[email protected]> - 11.53.1-20250317
- monetdb5: Removed function bat.attach since it wasn't used.
diff --git a/clients/mapilib/ChangeLog-Archive
b/clients/mapilib/ChangeLog-Archive
--- a/clients/mapilib/ChangeLog-Archive
+++ b/clients/mapilib/ChangeLog-Archive
@@ -1,6 +1,22 @@
# DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
# This file contains past ChangeLog entries
+* Wed Jan 29 2025 Joeri van Ruth <[email protected]> -
11.53.1-20250317
+- msettings can now be allocated with a custom memory allocator using
+ msettings_create_with() and msettings_clone_with(). This is used in
+ the SQL module to allocate them using the arena allocator.
+- The msettings objects no longer keep track of 'ignored' settings.
+ Function msetting_set_ignored has been removed.
+- Function msetting_as_string() has been changed to never return a newly
+ allocated string. To make this possible the user now has to pass in
+ a small scratch buffer that will be used if the setting is a number.
+ (booleans and strings can use existing strings).
+- Functions msettings_parse_url() and msettings_validate() have been
+ modified to return any error message instead of setting it through a
+ pointer parameter.
+- Function msettings_write_url() has been added to render an msettings
+ object as a URL string.
+
* Wed Jun 19 2024 Joeri van Ruth <[email protected]> -
11.51.1-20240812
- Add new columns to sys.sessions. Column 'language' is usually 'sql'.
Column 'peer' is the network address of the client (something like
diff --git a/clients/mapilib/ChangeLog.odbc_loader
b/clients/mapilib/ChangeLog.odbc_loader
deleted file mode 100644
--- a/clients/mapilib/ChangeLog.odbc_loader
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog file for mapilib
-# This file is updated with Maddlog
-
-* Wed Jan 29 2025 Joeri van Ruth <[email protected]>
-- msettings can now be allocated with a custom memory allocator using
- msettings_create_with() and msettings_clone_with(). This is used in
- the SQL module to allocate them using the arena allocator.
-- The msettings objects no longer keep track of 'ignored' settings.
- Function msetting_set_ignored has been removed.
-- Function msetting_as_string() has been changed to never return a newly
- allocated string. To make this possible the user now has to pass in
- a small scratch buffer that will be used if the setting is a number.
- (booleans and strings can use existing strings).
-- Functions msettings_parse_url() and msettings_validate() have been
- modified to return any error message instead of setting it through a
- pointer parameter.
-- Function msettings_write_url() has been added to render an msettings
- object as a URL string.
-
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -603,6 +603,20 @@ monetdb (11.53.1) unstable; urgency=low
using the arena allocator.
* sql: Unused helper function mapiuri_database() has been removed from
rel_remote.h.
+ * mapilib: msettings can now be allocated with a custom memory allocator
using
+ msettings_create_with() and msettings_clone_with(). This is used in
+ the SQL module to allocate them using the arena allocator.
+ * mapilib: The msettings objects no longer keep track of 'ignored' settings.
+ Function msetting_set_ignored has been removed.
+ * mapilib: Function msetting_as_string() has been changed to never return a
newly
+ allocated string. To make this possible the user now has to pass in
+ a small scratch buffer that will be used if the setting is a number.
+ (booleans and strings can use existing strings).
+ * mapilib: Functions msettings_parse_url() and msettings_validate() have been
+ modified to return any error message instead of setting it through a
+ pointer parameter.
+ * mapilib: Function msettings_write_url() has been added to render an
msettings
+ object as a URL string.
-- Joeri van Ruth <[email protected]> Wed, 29 Jan 2025
11:38:46 +0100
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]