##// 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 1 |RCE| 4.0.0 |RNS|
2 2 -----------------
3 3
4 4 Release Date
5 5 ^^^^^^^^^^^^
6 6
7 7 - 2016-05-24
8 8
9 9 General
10 10 ^^^^^^^
11 11
12 12 - Introduced Pyramid as a Pylons framework replacement. (porting still ongoing).
13 13 Added few of components as plugins. Exposed RhodeCode plugins API for 3rd
14 14 parties to extend RhodeCode functionality with custom pyramid apps. Pyramid
15 15 is also our route to python3 support.
16 16 - Various UX/UI improvements.
17 17 - new summary page
18 18 - new file browser (more consistent)
19 19 - re-done admin section and added Panels
20 20 - various other tweaks and improvements
21 21 - Alternative fast and scalable HTTP based communication backend for VCServer.
22 22 It soon will replace Pyro4.
23 23 - Rewrote few caching techniques used and simplified those
24 24
25 25
26 26 New Features
27 27 ^^^^^^^^^^^^
28 28
29 29 - RhodeCode code-review live chat (EE only). A live communication
30 30 tool built right into the code-review process to quickly
31 31 collaborate on crucial parts of code.
32 32
33 33 - Elastic Search backend (EE only). Alternative backend to existing
34 34 Whoosh to handle, large amount of data for full text search.
35 35
36 36 - Social Auth (EE only): added new social authentication backends including:
37 37 Github, Twitter, Bitbucket and Google. It's possible now to use your
38 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 44 Security
41 45 ^^^^^^^^
42 46
43 47 - Added new action loggers for actions like adding/revoking permissions.
44 48
45 49
46 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 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 59 Fixes
54 60 ^^^^^
55 61
56 62 - Fixed backreferences to user group when deleting users
57 63 - Fixed LDAP group user-group matching
58 64 - Improved SVN support for various commands (MKOL, etc) No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now