blog/content/post/release-of-1.13.4.md

2.3 KiB

date authors title tags draft coverImageRelease
2021-03-10T00:02:08+08:00 lunny Gitea 1.13.4 is released
release
gitea
false 1.13.4

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