File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ services:
30
30
image : postgres:9.5
31
31
environment :
32
32
POSTGRES_DB : test
33
+ POSTGRES_PASSWORD : postgres
33
34
34
35
- name : mssql
35
36
pull : default
Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ This changelog goes through all the changes that have been made in each release
4
4
without substantial changes to our git log; to see the highlights of what has
5
5
been added to each release, please refer to the [ blog] ( https://blog.gitea.io ) .
6
6
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
+
7
20
## [ 1.10.3] ( https://github.com/go-gitea/gitea/releases/tag/v1.10.3 ) - 2020-01-17
8
21
* SECURITY
9
22
* Hide credentials when submitting migration (#9102 ) (#9704 )
You can’t perform that action at this time.
0 commit comments