diff options
author | techknowlogick <matti@mdranta.net> | 2019-03-13 03:50:20 -0400 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-03-13 07:50:20 +0000 |
commit | 91775c1125703e1097fd547587155bfffdf49ac0 (patch) | |
tree | ea3f912daafd24d7b73d1ba80af1c8c5a35df8dd /CHANGELOG.md | |
parent | 202a8f6ed9829e3b865bc886b0230ca91e6e9f16 (diff) | |
download | gitea-91775c1125703e1097fd547587155bfffdf49ac0.tar.gz gitea-91775c1125703e1097fd547587155bfffdf49ac0.zip |
backport 1.7.4 changelog (#6317)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7bf9dfe2..dda6eb4aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.7.4](https://github.com/go-gitea/gitea/releases/tag/v1.7.4) - 2019-03-12 +* SECURITY + * Fix potential XSS vulnerability in repository description. (#6306) (#6308) +* BUGFIXES + * Fix wrong release commit id (#6224) (#6300) + * Fix panic on empty signed commits (#6292) (#6300) + * Fix organization dropdown not being scrollable when using mouse wheel (#5988) (#6246) + * Fix displaying dashboard even if required to change password (#6214) (#6215) + ## [1.7.3](https://github.com/go-gitea/gitea/releases/tag/v1.7.3) - 2019-02-27 * BUGFIXES * Fix server 500 when trying to migrate to an already existing repository (#6188) (#6197) |