aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeripath2021-07-16 07:32:00 +0100
committerGitHub2021-07-16 07:32:00 +0100
commit62fa153f9f36fed810e99f6f53f93dd756288096 (patch)
tree6afe2bb00ba48d4c537b61bd56ddb5fd4bf322b8
parentbe46f240d9d0d2b283538ca76af2a154cdd770d9 (diff)
Changelog for v1.14.5 (#16450)v1.14.5
Once #16449 is merged I think we should release 1.14.5. There are a couple of security fixes and the broken #16268 is annoying enough that we should just release things. Signed-off-by: Andrew Thornton <art27@cantab.net>
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a235676db..c4bad3c52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ This changelog goes through all the changes that have been made in each release
without substantial changes to our git log; to see the highlights of what has
been added to each release, please refer to the [blog](https://blog.gitea.io).
+## [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