diff options
author | John Olheiser | 2019-03-12 20:02:58 -0500 |
---|---|---|
committer | Lunny Xiao | 2019-03-13 09:02:58 +0800 |
commit | 9f33aa61bd94563cb497ab111249b5a3345e05d7 (patch) | |
tree | 49b83cca85f8f71834f6f1c00a24c399bb25132d | |
parent | d0bbfd835f1641018f79afc99664230f271cd7bb (diff) |
Proposed changelog for 1.7.4 (#6316)v1.7.4
* Proposed changelog for 1.7.4
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Updated security fix description with @zeripath suggestion.
* Added 6292
* Update CHANGELOG.md
* Update CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7bf9dfe..dda6eb4aa 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) |