##// END OF EJS Templates
docs: updated release notes
marcink -
r302:37a52f4e default
parent child Browse files
Show More
@@ -1,67 +1,70 b''
1 |RCE| 4.2.0 |RNS|
1 |RCE| 4.2.0 |RNS|
2 -----------------
2 -----------------
3
3
4 Release Date
4 Release Date
5 ^^^^^^^^^^^^
5 ^^^^^^^^^^^^
6
6
7 - 2016-06-30
7 - 2016-06-30
8
8
9
9
10 General
10 General
11 ^^^^^^^
11 ^^^^^^^
12
12
13 - Autocomplete: add GET flag support to show/hide active users on autocomplete,
13 - Autocomplete: add GET flag support to show/hide active users on autocomplete,
14 also display this information in autocomplete data. ref #3374
14 also display this information in autocomplete data. ref #3374
15 - Gravatar: add flag to show current gravatar + user as disabled user (non-active)
15 - Gravatar: add flag to show current gravatar + user as disabled user (non-active)
16 - Repos, repo groups, user groups: allow to use disabled users in owner field.
16 - Repos, repo groups, user groups: allow to use disabled users in owner field.
17 This fixes #3374.
17 This fixes #3374.
18 - Repos, repo groups, user groups: visually show what user is an owner of a
18 - Repos, repo groups, user groups: visually show what user is an owner of a
19 resource, and if potentially he is disabled in the system.
19 resource, and if potentially he is disabled in the system.
20 - Pull requests: reorder navigation on repo pull requests, fixes #2995
20 - Pull requests: reorder navigation on repo pull requests, fixes #2995
21 - Dependencies: bump dulwich to 0.13.0
21
22
22 New Features
23 New Features
23 ^^^^^^^^^^^^
24 ^^^^^^^^^^^^
24
25
25 - My account: made pull requests aggregate view for users look like not
26 - My account: made pull requests aggregate view for users look like not
26 created in 1995. Now uses a consistent look with repo one.
27 created in 1995. Now uses a consistent look with repo one.
27 - emails: expose profile link on registation email that super-admins receive.
28 - emails: expose profile link on registation email that super-admins receive.
28 Implements #3999.
29 Implements #3999.
29 - Social auth: move the buttons to the top of nav so they are easier to reach.
30 - Social auth: move the buttons to the top of nav so they are easier to reach.
30
31
31
32
32 Security
33 Security
33 ^^^^^^^^
34 ^^^^^^^^
34
35
35 - Encryption: allow to pass in alternative key for encryption values. Now
36 - Encryption: allow to pass in alternative key for encryption values. Now
36 users can use `rhodecode.encrypted_values.secret` that is alternative key,
37 users can use `rhodecode.encrypted_values.secret` that is alternative key,
37 de-coupled from `beaker.session` key.
38 de-coupled from `beaker.session` key.
38 - Encryption: Implement a slightly improved AesCipher encryption.
39 - Encryption: Implement a slightly improved AesCipher encryption.
39 This addresses issues from #4036.
40 This addresses issues from #4036.
40 - Encryption: encrypted values now by default uses HMAC signatures to detect
41 - Encryption: encrypted values now by default uses HMAC signatures to detect
41 if data or secret key is incorrect. The strict checks can be disabled using
42 if data or secret key is incorrect. The strict checks can be disabled using
42 `rhodecode.encrypted_values.strict = false` .ini setting
43 `rhodecode.encrypted_values.strict = false` .ini setting
43
44
44
45
45 Performance
46 Performance
46 ^^^^^^^^^^^
47 ^^^^^^^^^^^
47
48
48 - Sql: use smarter JOINs when fetching repository information
49 - Sql: use smarter JOINs when fetching repository information
49 - Helpers: optimize slight calls for link_to_user to save some intense queries.
50 - Helpers: optimize slight calls for link_to_user to save some intense queries.
50 - App settings: use computed caches for repository settings, this in some cases
51 - App settings: use computed caches for repository settings, this in some cases
51 brings almost 4x performance increase for large repos with a lot of issue
52 brings almost 4x performance increase for large repos with a lot of issue
52 tracker patterns.
53 tracker patterns.
53
54
54
55
55 Fixes
56 Fixes
56 ^^^^^
57 ^^^^^
57
58
58 - Fixed events on user pre/post create actions
59 - Fixed events on user pre/post create actions
59 - Authentication: fixed problem with saving forms with errors on auth plugins
60 - Authentication: fixed problem with saving forms with errors on auth plugins
60 - Svn: Avoid chunked transfer for Subversion that caused checkout issues in some cases.
61 - Svn: Avoid chunked transfer for Subversion that caused checkout issues in some cases.
61 - Users: fix generate new user password helper.
62 - Users: fix generate new user password helper.
62 - Celery: fixed problem with workers running action in sync mode in some cases.
63 - Celery: fixed problem with workers running action in sync mode in some cases.
63 - Setup-db: fix redundant question on writable dir. The question needs to be
64 - Setup-db: fix redundant question on writable dir. The question needs to be
64 asked only when the dir is actually not writable.
65 asked only when the dir is actually not writable.
65 - Elasticsearch: fixed issues when searching single repo using elastic search
66 - Elasticsearch: fixed issues when searching single repo using elastic search
66 - Social auth: fix issues with non-active users using social authentication
67 - Social auth: fix issues with non-active users using social authentication
67 causing a 500 error.
68 causing a 500 error.
69 - Fixed problem with largefiles extensions on per-repo settings using local
70 .hgrc files present inside the repo directory.
General Comments 0
You need to be logged in to leave comments. Login now