From fbf1923d66a540e7cd7a4d4911e7b8eae4d73c22 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Tue, 12 Mar 2019 14:14:41 -0500 Subject: [PATCH 1/5] Proposed changelog for 1.7.4 Signed-off-by: jolheiser --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7bf9dfe269..3c4cfd3fe470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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 reported issue in repo description (#6306) (#6308) +* BUGFIXES + * Update git vendor to fix wrong release commit id and add migrations (#6224) (#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) From 22f9cb53ea8d018f48e5eef72ca5b4a9a3affe7c Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Tue, 12 Mar 2019 14:17:58 -0500 Subject: [PATCH 2/5] Updated security fix description with @zeripath suggestion. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4cfd3fe470..0d8aef89cfd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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 reported issue in repo description (#6306) (#6308) + * Fix potential XSS vulnerability in repository description. (#6306) (#6308) * BUGFIXES * Update git vendor to fix wrong release commit id and add migrations (#6224) (#6300) * Fix organization dropdown not being scrollable when using mouse wheel (#5988) (#6246) From a160b3151aa374cb86384a653cccde4bab58b93b Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Tue, 12 Mar 2019 14:28:09 -0500 Subject: [PATCH 3/5] Added 6292 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8aef89cfd4..b131b2511a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * SECURITY * Fix potential XSS vulnerability in repository description. (#6306) (#6308) * BUGFIXES - * Update git vendor to fix wrong release commit id and add migrations (#6224) (#6300) + * Update git vendor to fix wrong release commit id and add migrations (#6224) (#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) From 0e207cb0554ba9365b92e4ca887249dc7ba661ba Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 12 Mar 2019 18:49:09 -0400 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b131b2511a85..b2b550a90129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * SECURITY * Fix potential XSS vulnerability in repository description. (#6306) (#6308) * BUGFIXES - * Update git vendor to fix wrong release commit id and add migrations (#6224) (#6292) (#6300) + * Update git vendor to fix wrong release commit id and add migrations (#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) From d535c8afd622a62fe5bc2b878bea8aa205fd7f2e Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 12 Mar 2019 18:49:46 -0400 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b550a90129..dda6eb4aad78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * SECURITY * Fix potential XSS vulnerability in repository description. (#6306) (#6308) * BUGFIXES - * Update git vendor to fix wrong release commit id and add migrations (#6224) (#6300) + * 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)