From 848887962d2c7fd12848e9e65c0015638bc4e6ad Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Sat, 15 Feb 2020 20:31:53 +0000 Subject: [PATCH 1/3] Create Changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba83e9384f1ff..259f59b8435f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.11.1](https://github.com/go-gitea/gitea/releases/tag/v1.11.1) - 2020-02-15 + +* BUGFIXES + * Repo name added to automatically generated commit message when merging (#9997) (#10285) + * Fix Workerpool deadlock (#10283) (#10284) + * Divide GetIssueStats query in smaller chunks (#10176) (#10282) + * Fix reply on code review (#10257) + * Stop hanging issue indexer initialisation from preventing shutdown (#10243) (#10249) + * Fix filter label emoji width (#10241) (#10244) + * Backport - Fix issue sidebar menus having an infinite height (#10240) + * Fix commit between two commits calculation if there is only last commit (#10225) (#10226) + * Only check for conflicts/merging if the PR has not been merged in the interim (#10132) (#10206) + ## [1.11.0](https://github.com/go-gitea/gitea/releases/tag/v1.11.0) - 2020-02-10 * BREAKING * Fix followers and following tabs in profile (#10202) (#10203) From a4b8e8d35155221360a2db69eae9e8e8d2f9310f Mon Sep 17 00:00:00 2001 From: zeripath Date: Sun, 16 Feb 2020 00:37:42 +0000 Subject: [PATCH 2/3] Update CHANGELOG.md Co-Authored-By: techknowlogick --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 259f59b8435f1..e4aeb81d62df1 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). * Fix reply on code review (#10257) * Stop hanging issue indexer initialisation from preventing shutdown (#10243) (#10249) * Fix filter label emoji width (#10241) (#10244) - * Backport - Fix issue sidebar menus having an infinite height (#10240) + * Fix issue sidebar menus having an infinite height (#10239) (#10240) * Fix commit between two commits calculation if there is only last commit (#10225) (#10226) * Only check for conflicts/merging if the PR has not been merged in the interim (#10132) (#10206) From 856ca307ee0f6325046bc118d2c133772ee956c1 Mon Sep 17 00:00:00 2001 From: zeripath Date: Sun, 16 Feb 2020 10:39:10 +0000 Subject: [PATCH 3/3] Include --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4aeb81d62df1..7890f26c9c040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix issue sidebar menus having an infinite height (#10239) (#10240) * Fix commit between two commits calculation if there is only last commit (#10225) (#10226) * Only check for conflicts/merging if the PR has not been merged in the interim (#10132) (#10206) + * Blacklist manifest.json & milestones user (#10292) (#10293) ## [1.11.0](https://github.com/go-gitea/gitea/releases/tag/v1.11.0) - 2020-02-10 * BREAKING