##// END OF EJS Templates
docs: update further release notes
marcink -
r161:9f46395f default
parent child Browse files
Show More
@@ -1,58 +1,64 b''
1 |RCE| 4.0.0 |RNS|
1 |RCE| 4.0.0 |RNS|
2 -----------------
2 -----------------
3
3
4 Release Date
4 Release Date
5 ^^^^^^^^^^^^
5 ^^^^^^^^^^^^
6
6
7 - 2016-05-24
7 - 2016-05-24
8
8
9 General
9 General
10 ^^^^^^^
10 ^^^^^^^
11
11
12 - Introduced Pyramid as a Pylons framework replacement. (porting still ongoing).
12 - Introduced Pyramid as a Pylons framework replacement. (porting still ongoing).
13 Added few of components as plugins. Exposed RhodeCode plugins API for 3rd
13 Added few of components as plugins. Exposed RhodeCode plugins API for 3rd
14 parties to extend RhodeCode functionality with custom pyramid apps. Pyramid
14 parties to extend RhodeCode functionality with custom pyramid apps. Pyramid
15 is also our route to python3 support.
15 is also our route to python3 support.
16 - Various UX/UI improvements.
16 - Various UX/UI improvements.
17 - new summary page
17 - new summary page
18 - new file browser (more consistent)
18 - new file browser (more consistent)
19 - re-done admin section and added Panels
19 - re-done admin section and added Panels
20 - various other tweaks and improvements
20 - various other tweaks and improvements
21 - Alternative fast and scalable HTTP based communication backend for VCServer.
21 - Alternative fast and scalable HTTP based communication backend for VCServer.
22 It soon will replace Pyro4.
22 It soon will replace Pyro4.
23 - Rewrote few caching techniques used and simplified those
23 - Rewrote few caching techniques used and simplified those
24
24
25
25
26 New Features
26 New Features
27 ^^^^^^^^^^^^
27 ^^^^^^^^^^^^
28
28
29 - RhodeCode code-review live chat (EE only). A live communication
29 - RhodeCode code-review live chat (EE only). A live communication
30 tool built right into the code-review process to quickly
30 tool built right into the code-review process to quickly
31 collaborate on crucial parts of code.
31 collaborate on crucial parts of code.
32
32
33 - Elastic Search backend (EE only). Alternative backend to existing
33 - Elastic Search backend (EE only). Alternative backend to existing
34 Whoosh to handle, large amount of data for full text search.
34 Whoosh to handle, large amount of data for full text search.
35
35
36 - Social Auth (EE only): added new social authentication backends including:
36 - Social Auth (EE only): added new social authentication backends including:
37 Github, Twitter, Bitbucket and Google. It's possible now to use your
37 Github, Twitter, Bitbucket and Google. It's possible now to use your
38 Google account to log in to RhodeCode and take advantage of things like 2FA.
38 Google account to log in to RhodeCode and take advantage of things like 2FA.
39
39
40 - Search: full text search now properly orders commits by date, and shows line
41 numbers for file content search.
42
43
40 Security
44 Security
41 ^^^^^^^^
45 ^^^^^^^^
42
46
43 - Added new action loggers for actions like adding/revoking permissions.
47 - Added new action loggers for actions like adding/revoking permissions.
44
48
45
49
46 Performance
50 Performance
47 ^^^^^^^^^^^
51 ^^^^^^^^^^^
48
52
49 - Optimized admin pannels to faster load large ammount of data
53 - Optimized admin panels to faster load large amount of data
50 - Improved file tree loading speed
54 - Improved file tree loading speed
55 - New HTTP backend is ~10% faster, and doesn't require so many threads
56 for vcsserver
51
57
52
58
53 Fixes
59 Fixes
54 ^^^^^
60 ^^^^^
55
61
56 - Fixed backreferences to user group when deleting users
62 - Fixed backreferences to user group when deleting users
57 - Fixed LDAP group user-group matching
63 - Fixed LDAP group user-group matching
58 - Improved SVN support for various commands (MKOL, etc) No newline at end of file
64 - Improved SVN support for various commands (MKOL, etc)
General Comments 0
You need to be logged in to leave comments. Login now