1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-30 19:22:08 +00:00

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 <contact-forgejo-release-manager@forgejo.org>
Co-committed-by: forgejo-release-manager <contact-forgejo-release-manager@forgejo.org>
This commit is contained in:
forgejo-release-manager 2025-09-20 08:51:43 +02:00 committed by 0ko
parent e24e975ce8
commit 27b4648c63

View file

@ -0,0 +1,17 @@
<!--start release-notes-assistant-->
## Release notes
<!--URL:https://codeberg.org/forgejo/forgejo-->
- Security bug fixes
- [PR](https://codeberg.org/forgejo/forgejo/pulls/9362) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9363)): <!--number 9363 --><!--line 0 --><!--description RG8gbm90IGRpc3BsYXkgdGhlIHRpdGxlIG9mIHVuc3Vic2NyaWJlZCBpc3N1ZXMgb3IgcHVsbCByZXF1ZXN0cyBpbiB0aGUgbm90aWZpY2F0aW9uIHdlYiBwYWdlIC4gVGhlIHRpdGxlIG9mIHNvbWUgcmFuZG9tIGlzc3VlcyBvciBwdWxsIHJlcXVlc3RzIGZyb20gcmVwb3NpdG9yaWVzIHdlcmUgYWNjaWRlbnRhbGx5IGRpc3BsYXllZCBpbiB0aGUgbm90aWZpY2F0aW9ucyBvZiBhIHVzZXIuIEl0IHdhcyBhIHJhcmUgb2NjdXJyZW5jZSwgY2F1c2VkIGJ5IGFuIGluY29ycmVjdCBjb21wYXJpc29uIG9mIHR3byB1bnJlbGF0ZWQgdW5pcXVlIGlkZW50aWZpZXJzIHRoYXQgYXJlIHVubGlrZWx5IHRvIG1hdGNoICh0aGUgaWQgb2YgdGhlIG5vdGlmaWNhdGlvbiBhbmQgdGhlIGlkIG9mIGEgcmVwb3NpdG9yeSkuIElmIHRoZSBpc3N1ZSBvciB0aGUgcHVsbCByZXF1ZXN0IGJlbG9uZ2VkIHRvIGEgcHJpdmF0ZSByZXBvc2l0b3J5IHRvIHdoaWNoIHRoZSB1c2VyIGhhZCBubyByZWFkIGFjY2Vzcywgb25seSB0aGUgdGl0bGUgd2FzIGxlYWtlZC4gVGhlIHVzZXIgd2FzIGRlbmllZCBwZXJtaXNzaW9uIHRvIHZpZXcgdGhlIGlzc3VlIG9yIHRoZSBwdWxsIHJlcXVlc3Qgd2hlbiBjbGlja2luZyBvbiB0aGUgbGluayBkaXNwbGF5ZWQgaW4gdGhlIG5vdGlmaWNhdGlvbnMgd2ViIHBhZ2Uu-->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.<!--description-->
- Bug fixes
- [PR](https://codeberg.org/forgejo/forgejo/pulls/9219) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9232)): <!--number 9232 --><!--line 0 --><!--description Zml4OiBwYWNrYWdlIGNsZWFudXAgcnVsZXMgYXJlIG5vdCBhcHBsaWVkIHdoZW4gdGhlcmUgYXJlIG1vcmUgdGhhbiAyMDAgcGFja2FnZXMgKGRlcGVuZHMgb24gYE1BWF9SRVNQT05TRV9JVEVNU2Ap-->fix: package cleanup rules are not applied when there are more than 200 packages (depends on `MAX_RESPONSE_ITEMS`)<!--description-->
- [PR](https://codeberg.org/forgejo/forgejo/pulls/9202) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9222)): <!--number 9222 --><!--line 0 --><!--description Zml4OiBMRlMgR0MgaXMgbmV2ZXIgcnVubmluZyBiZWNhdXNlIG9mIGEgYnVnIGluIHRoZSBwYXJzaW5nIG9mIHRoZSBJTkkgZmlsZQ==-->fix: LFS GC is never running because of a bug in the parsing of the INI file<!--description-->
- 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)): <!--number 9242 --><!--line 0 --><!--description Y2hvcmU6IGZpeCB0cmFuc2llbnQgZXJyb3IgaW4gVGVzdFBhdGNoU3RhdHVzIHRlc3RzICh0YWtlIDIp-->chore: fix transient error in TestPatchStatus tests (take 2)<!--description-->
- [PR](https://codeberg.org/forgejo/forgejo/pulls/9236) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9238)): <!--number 9238 --><!--line 0 --><!--description Y2hvcmU6IGZpeCB0cmFuc2llbnQgZXJyb3IgaW4gVGVzdFBhdGNoU3RhdHVzIHRlc3Rz-->chore: fix transient error in TestPatchStatus tests<!--description-->
- [PR](https://codeberg.org/forgejo/forgejo/pulls/9205) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9206)): <!--number 9206 --><!--line 0 --><!--description Y2hvcmU6IGJ1aWxkLXJlbGVhc2UgbXVzdCBjbG9zZSB0aGUgY2FzY2FkaW5nIHB1bGwgcmVxdWVzdA==-->chore: build-release must close the cascading pull request<!--description-->
- [PR](https://codeberg.org/forgejo/forgejo/pulls/9190): <!--number 9190 --><!--line 0 --><!--description VXBkYXRlIGh0dHBzOi8vZGF0YS5mb3JnZWpvLm9yZy9pbmZyYXN0cnVjdHVyZS9uZXh0LWRpZ2VzdCBhY3Rpb24gdG8gdjEuMi4yICh2MTEuMC9mb3JnZWpvKQ==-->Update https://data.forgejo.org/infrastructure/next-digest action to v1.2.2 (v11.0/forgejo)<!--description-->
<!--end release-notes-assistant-->