From 27b4648c63ed3d0b4e796c24c3918ba10b42a661 Mon Sep 17 00:00:00 2001 From: forgejo-release-manager Date: Sat, 20 Sep 2025 08:51:43 +0200 Subject: [PATCH] chore(release-notes): Forgejo v11.0.6 (#9367) https://codeberg.org/forgejo/forgejo/milestone/26792 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9367 Reviewed-by: 0ko <0ko@noreply.codeberg.org> Co-authored-by: forgejo-release-manager Co-committed-by: forgejo-release-manager --- release-notes-published/11.0.6.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 release-notes-published/11.0.6.md diff --git a/release-notes-published/11.0.6.md b/release-notes-published/11.0.6.md new file mode 100644 index 0000000000..94137b1945 --- /dev/null +++ b/release-notes-published/11.0.6.md @@ -0,0 +1,17 @@ + + + + +## Release notes + +- Security bug fixes + - [PR](https://codeberg.org/forgejo/forgejo/pulls/9362) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9363)): Do not display the title of unsubscribed issues or pull requests in the notification web page . The title of some random issues or pull requests from repositories were accidentally displayed in the notifications of a user. It was a rare occurrence, caused by an incorrect comparison of two unrelated unique identifiers that are unlikely to match (the id of the notification and the id of a repository). If the issue or the pull request belonged to a private repository to which the user had no read access, only the title was leaked. The user was denied permission to view the issue or the pull request when clicking on the link displayed in the notifications web page. +- Bug fixes + - [PR](https://codeberg.org/forgejo/forgejo/pulls/9219) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9232)): fix: package cleanup rules are not applied when there are more than 200 packages (depends on `MAX_RESPONSE_ITEMS`) + - [PR](https://codeberg.org/forgejo/forgejo/pulls/9202) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9222)): fix: LFS GC is never running because of a bug in the parsing of the INI file +- Included for completeness but not user-facing (chores, etc.) + - [PR](https://codeberg.org/forgejo/forgejo/pulls/9241) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9242)): chore: fix transient error in TestPatchStatus tests (take 2) + - [PR](https://codeberg.org/forgejo/forgejo/pulls/9236) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9238)): chore: fix transient error in TestPatchStatus tests + - [PR](https://codeberg.org/forgejo/forgejo/pulls/9205) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9206)): chore: build-release must close the cascading pull request + - [PR](https://codeberg.org/forgejo/forgejo/pulls/9190): Update https://data.forgejo.org/infrastructure/next-digest action to v1.2.2 (v11.0/forgejo) +