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