From 46d0192f5cb609e95add07cb0747227c535a04ae Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Wed, 14 Jan 2026 17:06:35 +0100 Subject: [PATCH] [v14.0/forgejo]: chore(release): delete previously announced release notes (#10835) It was already announced in release notes of v13 and v11 point releases and shouldn't be in release notes of v14, which this file is causing. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10835 Reviewed-by: Michael Kriese Reviewed-by: Mathieu Fenniak --- release-notes/10037.md | 6 ------ release-notes/10720.md | 5 ----- release-notes/9840.md | 5 ----- 3 files changed, 16 deletions(-) delete mode 100644 release-notes/10037.md delete mode 100644 release-notes/10720.md delete mode 100644 release-notes/9840.md diff --git a/release-notes/10037.md b/release-notes/10037.md deleted file mode 100644 index f0019ef55b..0000000000 --- a/release-notes/10037.md +++ /dev/null @@ -1,6 +0,0 @@ -fix(api): fix dependency repo perms in Create/RemoveIssueDependency -fix(api): draft releases could be read before being published -fix: misconfigured security checks on tag delete web form -fix: incorrect logic in "Update PR" did not enforce head branch protection rules correctly -fix: issue owner can delete another user's comment's edit history on same issue -fix: tag protection rules can be bypassed during tag delete operation diff --git a/release-notes/10720.md b/release-notes/10720.md deleted file mode 100644 index 807e660339..0000000000 --- a/release-notes/10720.md +++ /dev/null @@ -1,5 +0,0 @@ -fix: hide user profile anonymous options on public repo APIs -fix: incorrect whitespace handling on pre&post receive hooks -fix: reduce memory usage while processing large attachment uploads -fix: load reviewer for pull review dismiss action notifier -fix: use correct GPG key for export diff --git a/release-notes/9840.md b/release-notes/9840.md deleted file mode 100644 index f9ebc4a25c..0000000000 --- a/release-notes/9840.md +++ /dev/null @@ -1,5 +0,0 @@ -fix: [commit](https://codeberg.org/forgejo/forgejo/commit/675eb9b9e69bd287c28052ef40e34c30f3c6a00a) prevent commit API from leaking user's hidden email address on valid GPG signed commits -fix: [commit](https://codeberg.org/forgejo/forgejo/commit/7be431da88acdedabb02d8e3881cdc18294e3ce8) prevent writing to out-of-repo symlink destinations while evaluating template repos -fix: [commit](https://codeberg.org/forgejo/forgejo/commit/77cab5dbe29955c3e63470c27393fb676ea8f00b) prevent .forgejo/template from being out-of-repo content -fix: [commit](https://codeberg.org/forgejo/forgejo/commit/9144f3e6b354cd7f7966e8c696b54ed8758c0661) return on error if an LFS token cannot be parsed -