diff options
author | zeripath | 2020-02-16 20:45:38 +0000 |
---|---|---|
committer | GitHub | 2020-02-16 22:45:38 +0200 |
commit | 3c8842d58cace8bbaf36715a1171d24d3b97c497 (patch) | |
tree | 17741c6491681d78f4aa48060e3948372f429172 | |
parent | e786f098d50494cb3c8ecb716572f1a155616a00 (diff) |
v1.10.4 Changelog (#10294)v1.10.4
* v1.10.4 Changelog
* Add backport identifier for #10261
* Update CHANGELOG.md entry for #9884
* Workaround docker-library/postgres#658
* Update .drone.yml
-rw-r--r-- | .drone.yml | 1 | ||||
-rw-r--r-- | CHANGELOG.md | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 1cddc80d4..af090dfc6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,6 +30,7 @@ services: image: postgres:9.5 environment: POSTGRES_DB: test + POSTGRES_PASSWORD: postgres - name: mssql pull: default diff --git a/CHANGELOG.md b/CHANGELOG.md index 5961210bd..1d253cf94 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.10.4](https://github.com/go-gitea/gitea/releases/tag/v1.10.4) - 2020-02-16 + +* FEATURE + * Prevent empty LDAP search from deactivating all users (#9879) (#9890) +* BUGFIXES + * Fix reply on code review (#10261) (#10227) + * Fix branch page pull request title and link error (#10092) (#10098) + * Fix milestone API state parameter unhandled (#10049) (#10053) + * Fix wiki raw view on sub path (#10002) (#10041) + * Fix RocketChat Webhook (#9908) (#9921) (#9925) + * Fix bug about wrong dependencies permissions check and other wrong permissions check (#9884) (Partial backport #9842) + * Ensure that 2fa is checked on reset-password (#9857) (#9877) + ## [1.10.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17 * SECURITY * Hide credentials when submitting migration (#9102) (#9704) |