From 0ed99b4e9924e97cd954861f69e4e2e3b912c9b6 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Sun, 21 Apr 2024 20:49:00 +0000 Subject: [PATCH] Fix blog release contents (#365) 1. sync 1.21.11 release changelog 2. shorten the 1.21.10 image text ![image](/attachments/7f41fbcf-b958-4171-b070-bdb23ee468fd) Reviewed-on: https://gitea.com/gitea/blog/pulls/365 Reviewed-by: Lunny Xiao Reviewed-by: techknowlogick Co-authored-by: wxiaoguang Co-committed-by: wxiaoguang --- content/post/release-of-1.21.11.md | 3 +-- content/post/release-of-1.21.8-and-1.21.9-and-1.21.10.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/post/release-of-1.21.11.md b/content/post/release-of-1.21.11.md index 192df30..ed039eb 100644 --- a/content/post/release-of-1.21.11.md +++ b/content/post/release-of-1.21.11.md @@ -32,6 +32,7 @@ We would also like to thank all of our supporters on [Open Collective](https://o * SECURITY * Use go1.21.9 to include Golang security fix * Fix possible renderer security problem ([#30136](https://github.com/go-gitea/gitea/pull/30136)) ([#30315](https://github.com/go-gitea/gitea/pull/30315)) + * Performance optimization for git push and check permissions for push options ([#30104](https://github.com/go-gitea/gitea/pull/30104)) ([#30354](https://github.com/go-gitea/gitea/pull/30354)) * BUGFIXES * Fix close file in the Upload func ([#30262](https://github.com/go-gitea/gitea/pull/30262)) ([#30269](https://github.com/go-gitea/gitea/pull/30269)) * Fix inline math blocks can't be preceeded/followed by alphanumerical characters ([#30175](https://github.com/go-gitea/gitea/pull/30175)) ([#30250](https://github.com/go-gitea/gitea/pull/30250)) @@ -41,12 +42,10 @@ We would also like to thank all of our supporters on [Open Collective](https://o * Load attachments for code comments ([#30124](https://github.com/go-gitea/gitea/pull/30124)) ([#30126](https://github.com/go-gitea/gitea/pull/30126)) * Fix gitea doctor will remove repo-avatar files when executing command storage-archives ([#30094](https://github.com/go-gitea/gitea/pull/30094)) ([#30120](https://github.com/go-gitea/gitea/pull/30120)) * Fix possible data race on tests ([#30093](https://github.com/go-gitea/gitea/pull/30093)) ([#30108](https://github.com/go-gitea/gitea/pull/30108)) - * Performance optimization for git push ([#30104](https://github.com/go-gitea/gitea/pull/30104)) * Fix duplicate migrated milestones ([#30102](https://github.com/go-gitea/gitea/pull/30102)) ([#30105](https://github.com/go-gitea/gitea/pull/30105)) * Fix panic for fixBrokenRepoUnits16961 ([#30068](https://github.com/go-gitea/gitea/pull/30068)) ([#30100](https://github.com/go-gitea/gitea/pull/30100)) * Fix incorrect SVGs ([#30087](https://github.com/go-gitea/gitea/pull/30087)) * Fix create commit status ([#30225](https://github.com/go-gitea/gitea/pull/30225)) ([#30340](https://github.com/go-gitea/gitea/pull/30340)) - * Performance optimization for git push ([#30104](https://github.com/go-gitea/gitea/pull/30104)) ([#30354](https://github.com/go-gitea/gitea/pull/30354)) * Fix misuse of unsupported global variables ([#30402](https://github.com/go-gitea/gitea/pull/30402)) * Fix to delete the cookie when AppSubURL is non-empty ([#30375](https://github.com/go-gitea/gitea/pull/30375)) ([#30468](https://github.com/go-gitea/gitea/pull/30468)) * Avoid user does not exist error when detecting schedule actions when the commit author is an external user ([#30357](https://github.com/go-gitea/gitea/pull/30357)) ([#30408](https://github.com/go-gitea/gitea/pull/30408)) diff --git a/content/post/release-of-1.21.8-and-1.21.9-and-1.21.10.md b/content/post/release-of-1.21.8-and-1.21.9-and-1.21.10.md index 8bc0f58..a3a1dfc 100644 --- a/content/post/release-of-1.21.8-and-1.21.9-and-1.21.10.md +++ b/content/post/release-of-1.21.8-and-1.21.9-and-1.21.10.md @@ -5,7 +5,7 @@ authors: title: "1.21.8/9/10 are released" tags: ["release"] draft: false -coverImageRelease: "1.21.8/9/10" +coverImageRelease: "1.21.10" --- Gitea 1.21.10 is now released. 1.21.10 includs [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.21.10+is%3Amerged) merged PRs. You are highly recommanded to upgrade to this version ASAP. This is also include the bug fixes in 1.21.8 and 1.21.9 which weren't announcemented. 1.21.8 includes [50](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.21.8+is%3Amerged) merged PRs and 1.21.9 includes [33](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.21.9+is%3Amerged) merged PRs