summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@users.noreply.github.com>2018-08-10 13:16:53 -0400
committerGitHub <noreply@github.com>2018-08-10 13:16:53 -0400
commitcfe6941905de745aed1f9297d9717249f53e6e67 (patch)
treef62edc31abc97513e4466cd5b7ba2a50001eacc6
parenteb8c611b1d50fcc6c33907430b3caa5e596eb186 (diff)
downloadgitea-1.5.0.tar.gz
gitea-1.5.0.zip
1.5.0 changelogv1.5.0
-rw-r--r--CHANGELOG.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9df831153a..af4f9afc0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,11 @@ 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
+## [1.5.0](https://github.com/go-gitea/gitea/releases/tag/v1.5.0) - 2018-08-10
* SECURITY
* Check that repositories can only be migrated to own user or organizations (#4366) (#4370)
+ * Limit uploaded avatar image-size to 4096px x 3072px by default (#4353)
+ * Do not allow to reuse TOTP passcode (#3878)
* BUGFIXES
* Fix column droping for MSSQL that need new transaction for that (#4440) (#4484)
* Redirect to correct page after using scratch token (#4458) (#4472)
@@ -15,11 +17,12 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
* Add default merge options when adding new repository (#4369) (#4373)
* 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
-* SECURITY
- * Limit uploaded avatar image-size to 4096px x 3072px by default (#4353)
- * Do not allow to reuse TOTP passcode (#3878)
+ * Fix out-of-transaction query in removeOrgUser (#4521) (#4524)
+ * Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519)
+ * Fix panic issue on update avatar email (#4580) (#4590)
+ * Fix bugs when too many IN variables (#4594) (#4597)
+ * Push whitelist now doesn't apply to branch deletion (#4601) (#4640)
+ * Site admin could create repos even MAX_CREATION_LIMIT=0 (#4645) (#4650)
* FEATURE
* Add cli commands to regen hooks & keys (#3979)
* Add support for FIDO U2F (#3971)