blog/content/post/release-of-1.14.5.md
Andrew Thornton c2039d28bd Add blog posts for v1.14.4 and v1.14.5 (#168)
Reviewed-on: https://gitea.com/gitea/blog/pulls/168
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: lafriks <lafriks@noreply.gitea.io>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-committed-by: Andrew Thornton <art27@cantab.net>
2021-07-16 17:16:42 +08:00

2.1 KiB

date author title tags draft
2021-07-16T09:02:55+01:00 zeripath Gitea 1.14.5 is released
release
false

We are proud to present the release of Gitea version 1.14.5.

We highly encourage users to update to this version for some important bug-fixes.

We have merged 8 pull requests to release this version.

We would like to give a special thanks to @6543 and @zeripath for submitting the security patches for this release.

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 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.14.5 - 2021-07-16

  • SECURITY
  • BUGFIXES
    • Retry rename on lock induced failures (#16435) (#16439)
    • Validate issue index before querying DB (#16406) (#16410)
    • Fix crash following ldap authentication update (#16447) (#16449)
  • ENHANCEMENTS
    • Redirect on bad CSRF instead of presenting bad page (#14937) (#16378)