##// END OF EJS Templates
docs: added release notes for 4.12.4
marcink -
r2861:1e6ac0b1 stable
parent child Browse files
Show More
@@ -0,0 +1,47 b''
1 |RCE| 4.12.4 |RNS|
2 ------------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2018-07-13
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13
14
15 General
16 ^^^^^^^
17
18
19
20 Security
21 ^^^^^^^^
22
23
24
25 Performance
26 ^^^^^^^^^^^
27
28
29
30 Fixes
31 ^^^^^
32
33 - Repository: fixed problems with mercurial/git url validators.
34 - User Groups: fixed audit log data on user group permissions view.
35 This caused an 500 error when editing user groups.
36 - Authentication: fixed problem with displaying social auth providers in the login page.
37 - Google Authentication: updated google user info api to latest version. The previous
38 endpoint was deprecated and it caused problems with Google authentication.
39 - API: fixed problem with setting recursive permissions changes to repo group.
40 - API: fixed problem with creation of pull request with custom reviewers rules.
41 - API: fixed problem with proper diff calculation with using pull-request API.
42
43
44 Upgrade notes
45 ^^^^^^^^^^^^^
46
47 - Scheduled release addressing reported problems, and improving stability.
@@ -9,6 +9,7 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.12.4.rst
12 release-notes-4.12.3.rst
13 release-notes-4.12.3.rst
13 release-notes-4.12.2.rst
14 release-notes-4.12.2.rst
14 release-notes-4.12.1.rst
15 release-notes-4.12.1.rst
General Comments 0
You need to be logged in to leave comments. Login now