From de192e68f9935556a5f6fdebdd75bf551e57f800 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 10 Mar 2021 00:05:35 +0800 Subject: [PATCH] Release v1.13.4 (#151) Reviewed-on: https://gitea.com/gitea/blog/pulls/151 Reviewed-by: Andrew Thornton Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao Co-committed-by: Lunny Xiao --- content/post/release-of-1.13.4.md | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 content/post/release-of-1.13.4.md diff --git a/content/post/release-of-1.13.4.md b/content/post/release-of-1.13.4.md new file mode 100644 index 0000000..1e03223 --- /dev/null +++ b/content/post/release-of-1.13.4.md @@ -0,0 +1,38 @@ +--- +date: "2021-03-10T00:02:08+08:00" +author: "lunny" +title: "Gitea 1.13.4 is released" +tags: ["release"] +draft: false +--- + +We are proud to present the release of Gitea version 1.13.4. + +We highly encourage users to update to this version for some important bug-fixes. + +We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.13.4+is%3Amerged) pull requests to release this version. + +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). + +We would like to give a special thanks to Septatrix for reporting a security issue that was patched in this release. + +We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. + +**Have you heard? We now have a [swag shop](https://shop.gitea.io)! :shirt: :tea:** + + + +## Changelog + +## [1.13.4](https://github.com/go-gitea/gitea/releases/tag/v1.13.4) - 2021-03-09 + +* SECURITY + * Fix issue popups ([#14898](https://github.com/go-gitea/gitea/pull/14898)) ([#14899](https://github.com/go-gitea/gitea/pull/14899)) +* BUGFIXES + * Fix race in LFS ContentStore.Put(...) ([#14895](https://github.com/go-gitea/gitea/pull/14895)) ([#14913](https://github.com/go-gitea/gitea/pull/14913)) + * Fix a couple of issues with a feeds ([#14897](https://github.com/go-gitea/gitea/pull/14897)) ([#14903](https://github.com/go-gitea/gitea/pull/14903)) + * When transfering repository and database transaction failed, rollback the renames ([#14864](https://github.com/go-gitea/gitea/pull/14864)) ([#14902](https://github.com/go-gitea/gitea/pull/14902)) + * Fix race in local storage ([#14888](https://github.com/go-gitea/gitea/pull/14888)) ([#14901](https://github.com/go-gitea/gitea/pull/14901)) + * Fix 500 on pull view page if user is not loged in ([#14885](https://github.com/go-gitea/gitea/pull/14885)) ([#14886](https://github.com/go-gitea/gitea/pull/14886)) +* DOCS + * Fix how lfs data path is set ([#14855](https://github.com/go-gitea/gitea/pull/14855)) ([#14884](https://github.com/go-gitea/gitea/pull/14884))