##// END OF EJS Templates
docs: added 4.2 release notes.
marcink -
r294:d00c1986 default
parent child Browse files
Show More
@@ -0,0 +1,67 b''
1 |RCE| 4.2.0 |RNS|
2 -----------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2016-06-30
8
9
10 General
11 ^^^^^^^
12
13 - Autocomplete: add GET flag support to show/hide active users on autocomplete,
14 also display this information in autocomplete data. ref #3374
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.
17 This fixes #3374.
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.
20 - Pull requests: reorder navigation on repo pull requests, fixes #2995
21
22 New Features
23 ^^^^^^^^^^^^
24
25 - 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 - emails: expose profile link on registation email that super-admins receive.
28 Implements #3999.
29 - Social auth: move the buttons to the top of nav so they are easier to reach.
30
31
32 Security
33 ^^^^^^^^
34
35 - Encryption: allow to pass in alternative key for encryption values. Now
36 users can use `rhodecode.encrypted_values.secret` that is alternative key,
37 de-coupled from `beaker.session` key.
38 - Encryption: Implement a slightly improved AesCipher encryption.
39 This addresses issues from #4036.
40 - 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 `rhodecode.encrypted_values.strict = false` .ini setting
43
44
45 Performance
46 ^^^^^^^^^^^
47
48 - Sql: use smarter JOINs when fetching repository information
49 - 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 brings almost 4x performance increase for large repos with a lot of issue
52 tracker patterns.
53
54
55 Fixes
56 ^^^^^
57
58 - Fixed events on user pre/post create actions
59 - 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 - Users: fix generate new user password helper.
62 - 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 asked only when the dir is actually not writable.
65 - Elasticsearch: fixed issues when searching single repo using elastic search
66 - Social auth: fix issues with non-active users using social authentication
67 causing a 500 error.
@@ -9,6 +9,7 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.2.0.rst
12 release-notes-4.1.2.rst
13 release-notes-4.1.2.rst
13 release-notes-4.1.1.rst
14 release-notes-4.1.1.rst
14 release-notes-4.1.0.rst
15 release-notes-4.1.0.rst
General Comments 0
You need to be logged in to leave comments. Login now