Skip to content

Commit 3c8842d

Browse files
authored
v1.10.4 Changelog (#10294)
* v1.10.4 Changelog * Add backport identifier for #10261 * Update CHANGELOG.md entry for #9884 * Workaround docker-library/postgres#658 * Update .drone.yml
1 parent e786f09 commit 3c8842d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ services:
3030
image: postgres:9.5
3131
environment:
3232
POSTGRES_DB: test
33+
POSTGRES_PASSWORD: postgres
3334

3435
- name: mssql
3536
pull: default

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ This changelog goes through all the changes that have been made in each release
44
without substantial changes to our git log; to see the highlights of what has
55
been added to each release, please refer to the [blog](https://blog.gitea.io).
66

7+
## [1.10.4](https://github.com/go-gitea/gitea/releases/tag/v1.10.4) - 2020-02-16
8+
9+
* FEATURE
10+
* Prevent empty LDAP search from deactivating all users (#9879) (#9890)
11+
* BUGFIXES
12+
* Fix reply on code review (#10261) (#10227)
13+
* Fix branch page pull request title and link error (#10092) (#10098)
14+
* Fix milestone API state parameter unhandled (#10049) (#10053)
15+
* Fix wiki raw view on sub path (#10002) (#10041)
16+
* Fix RocketChat Webhook (#9908) (#9921) (#9925)
17+
* Fix bug about wrong dependencies permissions check and other wrong permissions check (#9884) (Partial backport #9842)
18+
* Ensure that 2fa is checked on reset-password (#9857) (#9877)
19+
720
## [1.10.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17
821
* SECURITY
922
* Hide credentials when submitting migration (#9102) (#9704)

0 commit comments

Comments
 (0)