From faf50b8cbaf9d7a73363231dacdcf2cd5533c656 Mon Sep 17 00:00:00 2001 From: Etienne Millon Date: Tue, 28 May 2024 14:19:55 +0200 Subject: [PATCH] chore: merge 3.15.3 changelog (#10591) Signed-off-by: Etienne Millon --- CHANGES.md | 11 +++++++++++ doc/changes/10554.md | 1 - doc/changes/10564.md | 2 -- 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 doc/changes/10554.md delete mode 100644 doc/changes/10564.md diff --git a/CHANGES.md b/CHANGES.md index 5460e1f80cc..ed15ba62e61 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,17 @@ If you're a contributor, please include your CHANGES entry in a file `doc/changes/$PR_NAME.md`. At release time, it will be incoporated into the changelog properly. +3.15.3 (2024-05-24) +------------------- + +### Fixed + +- Fix interpretation of `exists_if` predicate in `META` files of installed + libraries containing more than one element. (#10564, fixes #10563, @dbuenzli, + @nojb) + +- Fix TSAN warning in wait4 stubs (#10554, fixes #10553, @emillon) + 3.15.2 (2024-04-23) ------------------- diff --git a/doc/changes/10554.md b/doc/changes/10554.md deleted file mode 100644 index d95245ad5c3..00000000000 --- a/doc/changes/10554.md +++ /dev/null @@ -1 +0,0 @@ -- fix TSAN warning in wait4 stubs (#10554, fixes #10553, @emillon) diff --git a/doc/changes/10564.md b/doc/changes/10564.md deleted file mode 100644 index 3a9bae84219..00000000000 --- a/doc/changes/10564.md +++ /dev/null @@ -1,2 +0,0 @@ -- fix interpretation of `exists_if` predicate in `META` files of installed - libraries containing more than one element. (#10564, @dbuenzli, @nojb)