Changeset: 75a712549826 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/75a712549826
Modified Files:
        .hgtags
        MonetDB.spec
        cmake/monetdb-versions.cmake
        debian/changelog
        misc/packages/deb/changelog
        misc/packages/rpm/changelog
Branch: default
Log Message:

Merge with Jun2023 branch.


diffs (101 lines):

diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -810,3 +810,4 @@ 79dbf838f04483a2d9ccce8332090ff91b18caec
 573511e0e7bf2f7ab11f00b45711aab5f1aff6f2 Jun2023_5
 573511e0e7bf2f7ab11f00b45711aab5f1aff6f2 Jun2023_SP1_release
 ce63ebe9a78c52ef0cbe8fd6f2159d2637f0387c Jun2023_7
+1efa83c6409769d13b2ee30e497d5f7ab42fa955 Jun2023_9
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -860,13 +860,16 @@ fi
 %endif
 
 %changelog
+* Wed Sep 27 2023 Sjoerd Mullender <sjo...@acm.org> - 11.47.9-20230927
+- Rebuilt.
+- GH#7402: Privileges on merge table not propagated to partition tables
+
 * Mon Sep 25 2023 Sjoerd Mullender <sjo...@acm.org> - 11.47.7-20230925
 - Rebuilt.
 - GH#7094: Drop remote tables in transactions and rollback
 - GH#7303: Improve the performance of multi-column filters
 - GH#7400: VM max memory is not check correctly for cgroups v2
 - GH#7401: Column aliases used incorrectly in UNION subqueries
-- GH#7402: Privileges on merge table not propagated to partition tables
 
 * Fri Sep 22 2023 Sjoerd Mullender <sjo...@acm.org> - 11.47.7-20230925
 - gdk: Fixed a number of data races (race conditions).
diff --git a/cmake/monetdb-versions.cmake b/cmake/monetdb-versions.cmake
--- a/cmake/monetdb-versions.cmake
+++ b/cmake/monetdb-versions.cmake
@@ -72,5 +72,5 @@ set(STREAM_VERSION "${STREAM_VERSION_MAJ
 # version of the SQL library (subdirectory sql)
 set(SQL_VERSION_MAJOR "14")
 set(SQL_VERSION_MINOR "0")
-set(SQL_VERSION_PATCH "3")
+set(SQL_VERSION_PATCH "4")
 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,10 @@
+monetdb (11.47.9) unstable; urgency=low
+
+  * Rebuilt.
+  * GH#7402: Privileges on merge table not propagated to partition tables
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Wed, 27 Sep 2023 09:04:30 +0200
+
 monetdb (11.47.7) unstable; urgency=low
 
   * Rebuilt.
@@ -5,7 +12,6 @@ monetdb (11.47.7) unstable; urgency=low
   * GH#7303: Improve the performance of multi-column filters
   * GH#7400: VM max memory is not check correctly for cgroups v2
   * GH#7401: Column aliases used incorrectly in UNION subqueries
-  * GH#7402: Privileges on merge table not propagated to partition tables
 
  -- Sjoerd Mullender <sjo...@acm.org>  Mon, 25 Sep 2023 12:24:55 +0200
 
diff --git a/misc/packages/deb/changelog b/misc/packages/deb/changelog
--- a/misc/packages/deb/changelog
+++ b/misc/packages/deb/changelog
@@ -1,3 +1,10 @@
+monetdb (11.47.9) unstable; urgency=low
+
+  * Rebuilt.
+  * GH#7402: Privileges on merge table not propagated to partition tables
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Wed, 27 Sep 2023 09:04:30 +0200
+
 monetdb (11.47.7) unstable; urgency=low
 
   * Rebuilt.
@@ -5,7 +12,6 @@ monetdb (11.47.7) unstable; urgency=low
   * GH#7303: Improve the performance of multi-column filters
   * GH#7400: VM max memory is not check correctly for cgroups v2
   * GH#7401: Column aliases used incorrectly in UNION subqueries
-  * GH#7402: Privileges on merge table not propagated to partition tables
 
  -- Sjoerd Mullender <sjo...@acm.org>  Mon, 25 Sep 2023 12:24:55 +0200
 
diff --git a/misc/packages/rpm/changelog b/misc/packages/rpm/changelog
--- a/misc/packages/rpm/changelog
+++ b/misc/packages/rpm/changelog
@@ -1,10 +1,13 @@
+* Wed Sep 27 2023 Sjoerd Mullender <sjo...@acm.org> - 11.47.9-20230927
+- Rebuilt.
+- GH#7402: Privileges on merge table not propagated to partition tables
+
 * Mon Sep 25 2023 Sjoerd Mullender <sjo...@acm.org> - 11.47.7-20230925
 - Rebuilt.
 - GH#7094: Drop remote tables in transactions and rollback
 - GH#7303: Improve the performance of multi-column filters
 - GH#7400: VM max memory is not check correctly for cgroups v2
 - GH#7401: Column aliases used incorrectly in UNION subqueries
-- GH#7402: Privileges on merge table not propagated to partition tables
 
 * Fri Sep 22 2023 Sjoerd Mullender <sjo...@acm.org> - 11.47.7-20230925
 - gdk: Fixed a number of data races (race conditions).
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to