From c7ac123ceffa6f421415e6e5eb93a59b79c515e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauris=20Buk=C5=A1is-Haberkorns?= Date: Sat, 21 Jul 2018 00:33:14 +0300 Subject: [PATCH 1/2] Add 1.5.0-rc2 changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ea5ec2cf44d..6e2a169a5b381 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.5.0-RC2](https://github.com/go-gitea/gitea/releases/tag/v1.5.0-rc2) - 2018-07-21 +* SECURITY + * Check that repositories can only be migrated to own user or organizations (#4366) (#4370) +* BUGFIXES + * Fix column droping for MSSQL that need new transaction for that (#4440) (#4484) + * Redirect to correct page after using scratch token (#4458) (#4472) + * Replace src with raw to fix image paths (#4377) (#4386) + * Fixes repo membership check in API (#4341) (#4379) + * Add default merge options when adding new repository (#4369) (#4373) + * Fix repository last updated time update when delete a user who watchedthe repo (#4363) (#4371) + * Fix html entity escaping in branch deletion message (#4471) (#4485) + ## [1.5.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.5.0-rc1) - 2018-07-04 * SECURITY * Limit uploaded avatar image-size to 4096px x 3072px by default (#4353) From 94bd19dd40e31874a400a4229157bd13a4ca02fd Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Sat, 21 Jul 2018 10:03:13 +0300 Subject: [PATCH 2/2] Fix space --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2a169a5b381..9df831153aa82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Replace src with raw to fix image paths (#4377) (#4386) * Fixes repo membership check in API (#4341) (#4379) * Add default merge options when adding new repository (#4369) (#4373) - * Fix repository last updated time update when delete a user who watchedthe repo (#4363) (#4371) + * Fix repository last updated time update when delete a user who watched the repo (#4363) (#4371) * Fix html entity escaping in branch deletion message (#4471) (#4485) ## [1.5.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.5.0-rc1) - 2018-07-04