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