blog/content/post/release-of-1.13.4.md
Lunny Xiao de192e68f9 Release v1.13.4 (#151)
Reviewed-on: gitea/blog#151
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-03-10 00:05:35 +08:00

2.2 KiB

date author title tags draft
2021-03-10T00:02:08+08:00 lunny Gitea 1.13.4 is released
release
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 pull requests to release this version.

You can download one of our pre-built binaries from our downloads page - make sure to select the correct platform! For further details on how to install, follow our installation guide.

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 who are helping to sustain us financially.

Have you heard? We now have a swag shop! 👕 🍵

Changelog

1.13.4 - 2021-03-09

  • SECURITY
  • BUGFIXES
    • Fix race in LFS ContentStore.Put(...) (#14895) (#14913)
    • Fix a couple of issues with a feeds (#14897) (#14903)
    • When transfering repository and database transaction failed, rollback the renames (#14864) (#14902)
    • Fix race in local storage (#14888) (#14901)
    • Fix 500 on pull view page if user is not loged in (#14885) (#14886)
  • DOCS