This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch cherry-pick-more-for-3.4.3 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 0a6e4b7b5e9bfd5bce1832119fc1385ec9393f29 Author: Nick Vatamaniuc <vatam...@gmail.com> AuthorDate: Sat Mar 8 23:05:13 2025 -0500 Update 3.4.3 whatsnew with the latest cherry-picks --- src/docs/src/whatsnew/3.4.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/src/whatsnew/3.4.rst b/src/docs/src/whatsnew/3.4.rst index 3d805938e..b0cd80de1 100644 --- a/src/docs/src/whatsnew/3.4.rst +++ b/src/docs/src/whatsnew/3.4.rst @@ -85,6 +85,7 @@ Bugfixes * :ghissue:`5332`: Skip deleted documents in the scanner. * :ghissue:`5331`: Skip validation for design docs in the scanner. * :ghissue:`5330`: Prevent inserting illegal design docs via Mango. +* :ghissue:`5463`, :ghissue:`5453`: Fix Nouveau bookmark badarith error. Docs ---- @@ -102,6 +103,7 @@ Docs QuickJS. * :ghissue:`5320`, :ghissue:`5374`: Improve auto-lockout feature documentation. * :ghissue:`5323`: Nouveau: improve install instructions. +* :ghissue:`5434`: Document use of Nouveau docker image Tests _____