1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-10-05 19:30:58 +00:00

chore(release-notes): Forgejo v12.0.4 (#9368)

https://codeberg.org/forgejo/forgejo/milestone/26795
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9368
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:49 +02:00 committed by 0ko
parent 27b4648c63
commit bccf6cd9bb

View file

@ -0,0 +1,20 @@
<!--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/9364)): <!--number 9364 --><!--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/9233)): <!--number 9233 --><!--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/9252) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9263)): <!--number 9263 --><!--line 0 --><!--description Zml4OiBgW3F1b3RhLmRlZmF1bHRdLlRPVEFMYCBjb25maWcgc2V0dGluZyBzdXBwb3J0cyB1bml0IHN1ZmZpeGVz-->fix: `[quota.default].TOTAL` config setting supports unit suffixes<!--description-->
- [PR](https://codeberg.org/forgejo/forgejo/pulls/9234) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9255)): <!--number 9255 --><!--line 0 --><!--description Zml4OiBxdW90YXMgZG91YmxlIGNvdW50aW5nIHJlcG8gc2l6ZSB3aGVuIGNhbGN1bGF0aW5nIHNpemU6YWxs-->fix: quotas double counting repo size when calculating size:all<!--description-->
- [PR](https://codeberg.org/forgejo/forgejo/pulls/9202) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9223)): <!--number 9223 --><!--line 0 --><!--description Zml4OiBMRlMgR0MgaXMgbmV2ZXIgcnVubmluZyBiZWNhdXNlIG9mIGEgYnVnIGluIHRoZSBwYXJzaW5nIG9mIHRoZSBJTkkgZmlsZQ==-->fix: LFS GC is never running because of a bug in the parsing of the INI file<!--description-->
- [PR](https://codeberg.org/forgejo/forgejo/pulls/9201) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9214)): <!--number 9214 --><!--line 0 --><!--description Zml4KGFwaSk6IHNldCBkZWZhdWx0IHBhZ2luYXRpb24gYW5kIExpbmsgaGVhZGVyIGZvciBgcmVwb0xpc3RUYWdzYA==-->fix(api): set default pagination and Link header for `repoListTags`<!--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/9243)): <!--number 9243 --><!--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/9239)): <!--number 9239 --><!--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/9207)): <!--number 9207 --><!--line 0 --><!--description Y2hvcmU6IGJ1aWxkLXJlbGVhc2UgbXVzdCBjbG9zZSB0aGUgY2FzY2FkaW5nIHB1bGwgcmVxdWVzdA==-->chore: build-release must close the cascading pull request<!--description-->
- [PR](https://codeberg.org/forgejo/forgejo/pulls/9191): <!--number 9191 --><!--line 0 --><!--description VXBkYXRlIGh0dHBzOi8vZGF0YS5mb3JnZWpvLm9yZy9pbmZyYXN0cnVjdHVyZS9uZXh0LWRpZ2VzdCBhY3Rpb24gdG8gdjEuMi4yICh2MTIuMC9mb3JnZWpvKQ==-->Update https://data.forgejo.org/infrastructure/next-digest action to v1.2.2 (v12.0/forgejo)<!--description-->
<!--end release-notes-assistant-->