##// END OF EJS Templates
docs: added initial 4.1 release notes
marcink -
r114:fd1cc2bc default
parent child Browse files
Show More
@@ -0,0 +1,47 b''
1 |RCE| 4.1.0 |RNS|
2 -----------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2016-06-XX
8
9 General
10 ^^^^^^^
11
12 - Migrated more views to Pyramid. Those now include login, social plugins, search
13 - Started Implementing Pyramid Events system in exchange to rcextensions callbacks
14 - JS routes assets are now generated in development mode automatically
15 - ini: Add fallback authentication plugin setting. In case only one
16 authentication backend is enabled users can now enable fallback auth if
17 they cannot log-in due to external servers being down
18
19 New Features
20 ^^^^^^^^^^^^
21
22 - search: add syntax highlighting, line numbers and line context to file
23 content search results
24 - Go To switcher now searches commit hashes as well
25 - Token based authentication is now in CE edition as well
26 - User groups: added autocomplete widget to be able to select members of
27 other group as part of current group.
28
29 Security
30 ^^^^^^^^
31
32 - Added new action loggers for actions like adding/revoking permissions.
33 - permissions: show origin of permissions in permissions summary. Allows users
34 to see where and how permissions are inherited
35
36 Performance
37 ^^^^^^^^^^^
38
39
40
41 Fixes
42 ^^^^^
43
44 - api: gracefully handle errors on repos that are damaged or missing
45 from filesystem.
46 - logging: log the original error when a merge failure occurs
47 - #3965 Cannot change the owner of a user's group by using the API No newline at end of file
@@ -9,6 +9,7 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.1.0.rst
12 release-notes-4.0.1.rst
13 release-notes-4.0.1.rst
13 release-notes-4.0.0.rst
14 release-notes-4.0.0.rst
14
15
General Comments 0
You need to be logged in to leave comments. Login now