From e30dd05838e16dc166c8ce5ac62170f3a6a6ea23 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 27 Mar 2019 10:41:13 -0500 Subject: [PATCH 1/2] Changes except latest backport Signed-off-by: jolheiser --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec08619dbb132..69c354aa56a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.8.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc2) - 2019-03-27 +* BUGFIXES + * Disable benchmarking during tag events on DroneIO (#6365) (#6366) + * Make sure units of a team are returned (#6379) (#6381) + * Don't Unescape redirect_to cookie value (#6399) (#6401) + * Fix dump table name error and add some test for dump database (#6394) (#6402) + * Fix migration v82 to ignore unsynced tags between database and git data; Add missing is_archived column on repository table (#6387) (#6403) + * Display correct error for invalid mirror interval (#6414) (#6429) + * Clean up ref name rules (#6437) (#6439) + * Fix Hook & HookList in Swagger (#6432) (#6440) + * Change order that PostProcess Processors are run (#6445) (#) + ## [1.8.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc1) - 2019-03-18 * BREAKING * Add "ghost" and "notifications" to list of reserved user names. (#6208) From 4f85ad901f34a7db47488e9bc18d6c359e610b02 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 27 Mar 2019 10:53:04 -0500 Subject: [PATCH 2/2] Add latest backport Signed-off-by: jolheiser --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c354aa56a88..3d990300e3c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Display correct error for invalid mirror interval (#6414) (#6429) * Clean up ref name rules (#6437) (#6439) * Fix Hook & HookList in Swagger (#6432) (#6440) - * Change order that PostProcess Processors are run (#6445) (#) + * Change order that PostProcess Processors are run (#6445) (#6447) ## [1.8.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.8.0-rc1) - 2019-03-18 * BREAKING