##// END OF EJS Templates
docs: fixed docs for 4.15 release
marcink -
r3299:6926852f stable
parent child Browse files
Show More
@@ -1,81 +1,82 b''
1 |RCE| 4.15.0 |RNS|
1 |RCE| 4.15.0 |RNS|
2 ------------------
2 ------------------
3
3
4 Release Date
4 Release Date
5 ^^^^^^^^^^^^
5 ^^^^^^^^^^^^
6
6
7 - 2018-12-10
7 - 2018-12-10
8
8
9
9
10 New Features
10 New Features
11 ^^^^^^^^^^^^
11 ^^^^^^^^^^^^
12
12
13 - Authentication: Added SAML 2.0 Authentication, with support of OneLogin and DUO Security.
13 - Authentication: Added SAML 2.0 Authentication, with support of OneLogin and DUO Security.
14 - Core: add debug mode that switches logging to debug.
14 - Core: add debug mode that switches logging to debug.
15 It's no longer required to reconfigure all logging. A `debug=true` set in .ini file
15 It's no longer required to reconfigure all logging. A `debug=true` set in .ini file
16 does it automatically.
16 does it automatically.
17
17
18
18
19 General
19 General
20 ^^^^^^^
20 ^^^^^^^
21
21
22 - Authentication: rename oauth to external identity as it would now be serving both
22 - Authentication: rename oauth to external identity as it would now be serving both
23 oAuth and SAML.
23 oAuth and SAML.
24 - Authentication: allow setting extern type with registration.
24 - Authentication: allow setting extern type with registration.
25 This will allow external identity plugins to define proper externs instead of always
25 This will allow external identity plugins to define proper externs instead of always
26 using "rhodecode" one.
26 using "rhodecode" one.
27 - Authentication: show if plugin is activated and enabled in the list.
27 - Authentication: show if plugin is activated and enabled in the list.
28 - Authentication: add better logging for ldap related attributes to help track
28 - Authentication: add better logging for ldap related attributes to help track
29 LDAP connection problems more easily.
29 LDAP connection problems more easily.
30 - Visual: add change logo header template
30 - Visual: add change logo header template
31 - UI: updated error pages style to be consistent with other pages.
31 - UI: updated error pages style to be consistent with other pages.
32 - Utils: updated request generation so ishell can run some automation scripts.
32 - Utils: updated request generation so ishell can run some automation scripts.
33 - Docs: updated documentation for SVN 1.10 Wandisco repositories.
33 - Docs: updated documentation for SVN 1.10 Wandisco repositories.
34 - System info: expose base_url set in .ini file.
34 - System info: expose base_url set in .ini file.
35 - Style: update pygments template styling.
35 - Style: update pygments template styling.
36 - Style: updated li style and markdown style.
36 - Style: updated li style and markdown style.
37 - Dependencies: added python-saml library.
37 - Dependencies: added python-saml library.
38 - Dependencies: bumped hgsubversion to 1.9.3 release.
38 - Dependencies: bumped hgsubversion to 1.9.3 release.
39 - Dependencies: bumped gevent to 1.3.7 release.
39 - Dependencies: bumped gevent to 1.3.7 release.
40 - Dependencies: bumped lxml to 4.2.5 release.
40 - Dependencies: bumped lxml to 4.2.5 release.
41 - Dependencies: bumped gevent to 1.3.7 release.
41 - Dependencies: bumped gevent to 1.3.7 release.
42 - Dependencies: bumped alembic to 1.0.5 release.
42 - Dependencies: bumped alembic to 1.0.5 release.
43 - Dependencies: bumped peppercorn to 0.6 release.
43 - Dependencies: bumped peppercorn to 0.6 release.
44 - Dependencies: bumped pyotp to 2.2.7 release.
44 - Dependencies: bumped pyotp to 2.2.7 release.
45 - Dependencies: bumped deform to 2.0.7 release
45 - Dependencies: bumped deform to 2.0.7 release
46 - Dependencies: bumped py-gfm to 0.1.4 release.
46 - Dependencies: bumped py-gfm to 0.1.4 release.
47 - Dependencies: bumped colander to 1.5.1 release
47 - Dependencies: bumped colander to 1.5.1 release
48 - Dependencies: bumped appenlight-client to 0.6.26 release.
48 - Dependencies: bumped appenlight-client to 0.6.26 release.
49 - Dependencies: bumped bleach to 3.0.2 release.
49 - Dependencies: bumped bleach to 3.0.2 release.
50 - Dependencies: bumped pygments to 2.3.0
50 - Dependencies: bumped pygments to 2.3.0
51
51
52
52
53 Security
53 Security
54 ^^^^^^^^
54 ^^^^^^^^
55
55
56 - Mercurial: support evolve sub-commands when checking for permissions.
56 - Mercurial: support evolve sub-commands when checking for permissions.
57 Those defaulted to write, while only read is required for evolve.
57 Those defaulted to write, while only read is required for evolve.
58 - auth/security: enforce that external users cannot reset their password.
58 - auth/security: enforce that external users cannot reset their password.
59 External users don't use RhodeCode passwords, so resetting them shouldn't be allowed.
59 External users don't use RhodeCode passwords, so resetting them shouldn't be allowed.
60
60
61
61
62 Performance
62 Performance
63 ^^^^^^^^^^^
63 ^^^^^^^^^^^
64
64
65 - Markdown: use lazy loaded markdown initialization to speed up app startup.
65 - Markdown: use lazy loaded markdown initialization to speed up app startup.
66 - Gevent: changed DNS resolver to ares for better stability on long running processes.
66 - Gevent: changed DNS resolver to ares for better stability on long running processes.
67
67
68
68
69 Fixes
69 Fixes
70 ^^^^^
70 ^^^^^
71
71
72 - Default Reviewers: use target repo owner as default reviewer in case of CE edition.
72 - Default Reviewers: use target repo owner as default reviewer in case of CE edition.
73 - LDAP: ensure the proper cert files and dirs are set.
73 - LDAP: ensure the proper cert files and dirs are set.
74 It's also now possible to specify custom paths for those.
74 It's also now possible to specify custom paths for those.
75 - Markdown: fixed auto checkbox generation from markdown code
75 - Markdown: fixed auto checkbox generation from markdown code
76
76
77
77
78 Upgrade notes
78 Upgrade notes
79 ^^^^^^^^^^^^^
79 ^^^^^^^^^^^^^
80
80
81 - LDAP cert dirs No newline at end of file
81 - In this release we introduced new options for cert directory and file for LDAP plugins.
82 In case of problems with LDAPS please verify the settings in the LDAP plugin configuration.
General Comments 0
You need to be logged in to leave comments. Login now