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) +