]> source.dussan.org Git - gitea.git/commitdiff
Frontport v1.14.5 (#16453)
authorzeripath <art27@cantab.net>
Fri, 16 Jul 2021 15:17:16 +0000 (16:17 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Jul 2021 15:17:16 +0000 (11:17 -0400)
Frontport the changelog from v1.14.5

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
CHANGELOG.md

index 63a49e7f07dcd575a12f7a48c35e9aece2be59a9..0fdfb72b0ec68d9a0d306f51d2712daf97a96f65 100644 (file)
@@ -216,6 +216,18 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
   * Remove utf8 option from installation page (#16126)
   * Use Wants= over Requires= in systemd file (#15897)
 
+## [1.14.5](https://github.com/go-gitea/gitea/releases/tag/v1.14.5) - 2021-07-16
+
+* SECURITY
+  * Hide mirror passwords on repo settings page (#16022) (#16355)
+  * Update bluemonday to v1.0.15 (#16379) (#16380)
+* 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)
+
 ## [1.14.4](https://github.com/go-gitea/gitea/releases/tag/v1.14.4) - 2021-07-06
 
 * BUGFIXES