From 65d1d5b6543c5552347677691903b98dce35663c Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 30 Oct 2019 08:44:51 -0500 Subject: [PATCH 1/3] 1.10.0-rc2 Signed-off-by: jolheiser --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a88eb10357d0..e132bd9974866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,32 @@ 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.10.0-RC2](https://github.com/go-gitea/gitea/releases/tag/v1.10.0-rc2) - 2019-10-30 +* BREAKING + * Fix deadline on update issue or PR via API (#8698) + * Hide some user information via API if user have no enough permission (#8655) (#8657) +* BUGFIXES + * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618) + * Fix milestone close timestamp (#8728) (#8730) + * Fix 500 when getting user as unauthenticated user (#8653) (#8663) + * Make call createMilestoneComment on newIssue func (#8678) (#8681) + * Use AppSubUrl for more redirections (#8647) (#8651) + * Add SubURL to redirect path (#8632) (#8634) + * Fix template error on account page (#8562) (#8622) + * Allow externalID to be UUID (#8551) (#8624) + * Fix emoji panel be removed bug in issue page, when the sub issue summit the duplicate emoji (#8609) (#8623) + * Update heatmap fixtures to restore tests (#8615) (#8616) + * Ensure that diff stats can scroll independently of the diff (#8581) (#8621) + * Webhook: set Content-Type for application/x-www-form-urlencoded (#8600) + * Fix #8582 by handling empty repos (#8587) (#8594) + * Fix bug on pull requests when transfer head repository (#8564) (#8569) + * Add missed close in ServeBlobLFS (#8527) (#8542) + * Ensure that GitRepo is set on Empty repositories (#8539) (#8541) + * Fix migrate mirror 500 bug (#8526) (#8530) + * Fix password complexity regex for special characters (#8524) + * Prevent .code-view from overriding font on icon fonts (#8614) (#8627) + * Allow more than 255 characters for tokens in external_login_user table (#8554) + ## [1.10.0-RC1](https://github.com/go-gitea/gitea/releases/tag/v1.10.0-rc1) - 2019-10-14 * BREAKING * Remove legacy handling of drone token (#8191) From b1156032ad8acf56b8f079659daf341c8d708084 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 30 Oct 2019 08:51:23 -0500 Subject: [PATCH 2/3] Wording Signed-off-by: jolheiser --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e132bd9974866..ec282b92c6ab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,17 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). ## [1.10.0-RC2](https://github.com/go-gitea/gitea/releases/tag/v1.10.0-rc2) - 2019-10-30 * BREAKING * Fix deadline on update issue or PR via API (#8698) - * Hide some user information via API if user have no enough permission (#8655) (#8657) + * Hide some user information via API if user doesn't have enough permission (#8655) (#8657) * BUGFIXES * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618) * Fix milestone close timestamp (#8728) (#8730) * Fix 500 when getting user as unauthenticated user (#8653) (#8663) - * Make call createMilestoneComment on newIssue func (#8678) (#8681) + * Call createMilestoneComment on newIssue func (#8678) (#8681) * Use AppSubUrl for more redirections (#8647) (#8651) * Add SubURL to redirect path (#8632) (#8634) * Fix template error on account page (#8562) (#8622) * Allow externalID to be UUID (#8551) (#8624) - * Fix emoji panel be removed bug in issue page, when the sub issue summit the duplicate emoji (#8609) (#8623) + * Prevent removal of non-empty emoji panel following selection of duplicate (#8609) (#8623) * Update heatmap fixtures to restore tests (#8615) (#8616) * Ensure that diff stats can scroll independently of the diff (#8581) (#8621) * Webhook: set Content-Type for application/x-www-form-urlencoded (#8600) From fd00c9eb7a31a2d8df71bdb8ec52e87436a8c96c Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Wed, 30 Oct 2019 10:42:01 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md Co-Authored-By: jaqra <48099350+jaqra@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec282b92c6ab7..6ff277eaf80d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) (#8618) * Fix milestone close timestamp (#8728) (#8730) * Fix 500 when getting user as unauthenticated user (#8653) (#8663) - * Call createMilestoneComment on newIssue func (#8678) (#8681) + * Fix 'New Issue Missing Milestone Comment' (#8678) (#8681) * Use AppSubUrl for more redirections (#8647) (#8651) * Add SubURL to redirect path (#8632) (#8634) * Fix template error on account page (#8562) (#8622)