summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@users.noreply.github.com>2018-09-03 01:17:10 -0400
committerGitHub <noreply@github.com>2018-09-03 01:17:10 -0400
commita4ee5627ed17e504c4c516b715dd05052f8fa828 (patch)
tree78cc640c9ef4fcf90c8f89f71d8423be5dfc1c15
parent01fd05a5cb10a253cc8ebc1bfee1a71a22131e3d (diff)
downloadgitea-a4ee5627ed17e504c4c516b715dd05052f8fa828.tar.gz
gitea-a4ee5627ed17e504c4c516b715dd05052f8fa828.zip
Backport 1.5.1 changelog (#4854)
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af4f9afc0f..5b0723c88a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,20 @@ 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.5.1](https://github.com/go-gitea/gitea/releases/tag/v1.5.1) - 2018-09-03
+* SECURITY
+ * Don't disclose emails of all users when sending out emails (#4784)
+ * Improve URL validation for external wiki and external issues (#4710) (#4740)
+ * Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706) (#4707)
+* BUGFIXES
+ * Fix missing release title in webhook (#4783) (#4800)
+ * Make sure to reset commit count in the cache on mirror syncing (#4770)
+ * Fixed bug where team with admin privelege type doesn't get any unit (#4759)
+ * Fix failure on creating pull request with assignees (#4583) (#4727)
+ * Hide org/create menu item in Dashboard if user has no rights (#4678) (#4686)
+* TRANSLATION
+ * Fix incorrect caption of webhook setting (#4701) (#4718)
+
## [1.5.0](https://github.com/go-gitea/gitea/releases/tag/v1.5.0) - 2018-08-10
* SECURITY
* Check that repositories can only be migrated to own user or organizations (#4366) (#4370)