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 <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-committed-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
wxiaoguang 2024-04-21 20:49:00 +00:00 committed by techknowlogick
parent ec5ca1afda
commit 0ed99b4e99
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -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