aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorzeripath2021-08-06 01:05:20 +0100
committerGitHub2021-08-05 20:05:20 -0400
commit9430bb7f40660ccad8ae114b7c968939abe1c8ee (patch)
treebf78293406093ec0a0e436afb3ace5f9879330b3 /CHANGELOG.md
parent6e6f23b315ed21fbc8ef51a025959cfdc91e60a7 (diff)
Frontport changelog for v1.14.6 (#16632)
* Frontport changelog for v1.14.6 Changelog frontported to below v1.15.0-rc1. Signed-off-by: Andrew Thornton <art27@cantab.net> * Update config.yaml Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d20ad9d4d..7168cb19d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -229,6 +229,16 @@ 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.6](https://github.com/go-gitea/gitea/releases/tag/v1.14.6) - 2021-08-04
+
+* SECURITY
+ * Bump github.com/markbates/goth from v1.67.1 to v1.68.0 (#16538) (#16540)
+ * Switch to maintained JWT lib (#16532) (#16535)
+ * Upgrade to latest version of golang-jwt (as forked for 1.14) (#16590) (#16607)
+* BUGFIXES
+ * Add basic edit ldap auth test & actually fix #16252 (#16465) (#16495)
+ * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16481)
+
## [1.14.5](https://github.com/go-gitea/gitea/releases/tag/v1.14.5) - 2021-07-16
* SECURITY