aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>2019-05-08 11:21:24 -0500
committertechknowlogick <techknowlogick@gitea.io>2019-05-08 12:21:24 -0400
commitd8b2ed6627d60d3573ba4864e72601230e1d0eaf (patch)
tree50483de6981ffbf52e60480d45fff23496caef18 /CHANGELOG.md
parent4508380cf7937aef0bf6f99fe3eefb6c530e38e3 (diff)
downloadgitea-d8b2ed6627d60d3573ba4864e72601230e1d0eaf.tar.gz
gitea-d8b2ed6627d60d3573ba4864e72601230e1d0eaf.zip
1.8.1 changelog (#6877) (#6878)
* New and improved Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add backport/original PR numbers Change wording for 500 error Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b84f107eb8..361ec20546 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.8.1](https://github.com/go-gitea/gitea/releases/tag/v1.8.1) - 2019-05-08
+* BUGFIXES
+ * Fix 404 when sending pull requests in some situations (#6871) (#6873)
+ * Enforce osusergo build tag for releases (#6862) (#6869)
+ * Don't post process commit summary in templates (#6842) (#6868)
+ * Fix 500 when reviewer is deleted (#6856) (#6860)
+ * Fix v78 migration for MSSQL (#6823) (#6854)
+ * Added tags pull step to drone config to show correct version hashes (#6836) (#6839)
+ * Fix double-generation of scratch token (#6833) (#6835)
+ * When mirroring we should set the remote to mirror (#6824) (#6834)
+ * Show scrollbar only when needed (#6802) (#6803)
+ * Service worker js is missing a comma (#6788) (#6795)
+ * Set user search base field optional in LDAP (simple auth) edit page (#6779) (#6789)
+ * Fix team edit API panic (#6780) (#6785)
+ * Minor CSS cleanup for the navbar (#6553) (#6781)
+ * Stricter domain name pattern in email regex (#6739) (#6768)
+ * Detect and restore encoding and BOM in content (#6727) (#6765)
+ * Fix org visibility bug when git cloning (#6743) (#6762)
+ * OAuth2 token can be used in basic auth (#6747) (#6761)
+ * Fix missing return (#6751) (#6756)
+ * Fix sorting repos on org home page with non-admin login (#6741) (#6746)
+ * Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736) (#6744)
+ * Fix team members API (#6714) (#6729)
+ * Load issue attributes when editing an issue with API (#6723) (#6725)
+ * Fix config ui error about cache ttl (#6861) (#6865)
+
## [1.8.0](https://github.com/go-gitea/gitea/releases/tag/v1.8.0) - 2019-04-20
* SECURITY
* Prevent remote code execution vulnerability with mirror repo URL settings (#6593) (#6594)