aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author65432022-05-02 05:41:09 +0200
committerGitHub2022-05-02 05:41:09 +0200
commitf4729e241827574ba7ccedc48729487a527ddbae (patch)
treeaae7e518465168b2a410b5ea46024584738341c6
parentf7330fd0273848eada2d509892565189295ac96b (diff)
Add Changelog v1.16.7 (#19575)v1.16.7
Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: Gusted <williamzijl7@hotmail.com>
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e959e6bdd..42ca6d7ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,29 @@ 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.16.7](https://github.com/go-gitea/gitea/releases/tag/v1.16.7) - 2022-05-02
+
+* SECURITY
+ * Escape git fetch remote (#19487) (#19490)
+* BUGFIXES
+ * Don't overwrite err with nil (#19572) (#19574)
+ * On Migrations, only write commit-graph if wiki clone was successful (#19563) (#19568)
+ * Respect DefaultUserIsRestricted system default when creating new user (#19310) (#19560)
+ * Don't error when branch's commit doesn't exist (#19547) (#19548)
+ * Support `hostname:port` to pass host matcher's check (#19543) (#19544)
+ * Prevent intermittent race in attribute reader close (#19537) (#19539)
+ * Fix 64-bit atomic operations on 32-bit machines (#19531) (#19532)
+ * Prevent dangling archiver goroutine (#19516) (#19526)
+ * Fix migrate release from github (#19510) (#19523)
+ * When view _Siderbar or _Footer, just display once (#19501) (#19522)
+ * Fix blame page select range error and some typos (#19503)
+ * Fix name of doctor fix "authorized-keys" in hints (#19464) (#19484)
+ * User specific repoID or xorm builder conditions for issue search (#19475) (#19476)
+ * Prevent dangling cat-file calls (goroutine alternative) (#19454) (#19466)
+ * RepoAssignment ensure to close before overwrite (#19449) (#19460)
+ * Set correct PR status on 3way on conflict checking (#19457) (#19458)
+ * Mark TemplateLoading error as "UnprocessableEntity" (#19445) (#19446)
+
## [1.16.6](https://github.com/go-gitea/gitea/releases/tag/v1.16.6) - 2022-04-20
* ENHANCEMENTS