From 027f153be25a4780260a95ad8e38aadb2e4e4315 Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Wed, 27 Oct 2021 17:42:04 +0100 Subject: [PATCH 1/5] Changelog 1.15.6 Unforunately #17435 is a somewhat critical bug and therefore we should really release 1.15.6 as soon as possible. ## [1.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-27 * BUGFIXES * Prevent panic in serv.go with Deploy Keys (#17434) (#17435) * Fix CSV render error (#17406) (#17431) * Read expected buffer size (#17409) (#17430) Signed-off-by: Andrew Thornton --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afb5636f72e17..66a943f8a2323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-27 + +* BUGFIXES + * Prevent panic in serv.go with Deploy Keys (#17434) (#17435) + * Fix CSV render error (#17406) (#17431) + * Read expected buffer size (#17409) (#17430) + ## [1.15.5](https://github.com/go-gitea/gitea/releases/tag/v1.15.5) - 2021-10-21 * SECURITY From 2d21afc26b2cbd743d19854d2038c81e4882f6e0 Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Thu, 28 Oct 2021 01:37:44 +0100 Subject: [PATCH 2/5] Add 17456 and its backport Signed-off-by: Andrew Thornton --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a943f8a2323..fcefbf0c76ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Prevent panic in serv.go with Deploy Keys (#17434) (#17435) * Fix CSV render error (#17406) (#17431) * Read expected buffer size (#17409) (#17430) +* TESTING + * Add integration tests for private.NoServCommand and private.ServCommand (#17456) (#17463) ## [1.15.5](https://github.com/go-gitea/gitea/releases/tag/v1.15.5) - 2021-10-21 From 24438f2a410231dbf7a0db51bb9d95e8034aa97f Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Thu, 28 Oct 2021 01:44:21 +0100 Subject: [PATCH 3/5] Add 17464 Signed-off-by: Andrew Thornton --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcefbf0c76ca2..ad4118113efbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Prevent panic in serv.go with Deploy Keys (#17434) (#17435) * Fix CSV render error (#17406) (#17431) * Read expected buffer size (#17409) (#17430) + * Ensure that restricted users can access repos for which they are members (#17460) (#17464) * TESTING * Add integration tests for private.NoServCommand and private.ServCommand (#17456) (#17463) From aa844495af2c8ac921faf010ae2cac0bb08bafe4 Mon Sep 17 00:00:00 2001 From: zeripath Date: Thu, 28 Oct 2021 08:05:55 +0100 Subject: [PATCH 4/5] Add final pr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4118113efbc..9dfbc11dccfaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Fix CSV render error (#17406) (#17431) * Read expected buffer size (#17409) (#17430) * Ensure that restricted users can access repos for which they are members (#17460) (#17464) + * Make commit-statuses popup show correctly (#17447) (#17466) * TESTING * Add integration tests for private.NoServCommand and private.ServCommand (#17456) (#17463) From 708e7196720afc050437ce146db62075e51c7866 Mon Sep 17 00:00:00 2001 From: zeripath Date: Thu, 28 Oct 2021 08:08:41 +0100 Subject: [PATCH 5/5] Update date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dfbc11dccfaa..23fefb02036c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-27 +## [1.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-28 * BUGFIXES * Prevent panic in serv.go with Deploy Keys (#17434) (#17435)