##// END OF EJS Templates
docs: added release docs for 4.11.1 version
marcink -
r2521:14502b1e stable
parent child Browse files
Show More
@@ -0,0 +1,54 b''
1 |RCE| 4.11.1 |RNS|
2 ------------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2018-02-02
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13
14
15 General
16 ^^^^^^^
17
18
19
20 Security
21 ^^^^^^^^
22
23
24
25 Performance
26 ^^^^^^^^^^^
27
28
29
30 Fixes
31 ^^^^^
32
33
34 - Audit logs: handle query syntax errors in whoosh query parser. Prevents 500
35 errors on wrongly entered search terms in audit logs.
36
37 - Mercurial: fix new 4.4.X code change that does strict requirement checks. Fixes
38 problems with Mercurial Largefiles repositories.
39
40 - VCSServer: in case of errors in the VCSServer worker restart it gracefully.
41 In rare cases certain errors caused locking of workers, and
42 unresponsive connections. Now we restart a worker freeing up memory and
43 connection.
44
45 - Git: handle flaky and slow connection issues with git. Due to the changes in
46 Pyramid, flaky connections started affecting git clones.
47
48
49 Upgrade notes
50 ^^^^^^^^^^^^^
51
52 - Fixed regression on git with high latency connections.
53 No upgrade problems should be expected, however please check GIT repos
54 behaviour on upgrade.
@@ -9,6 +9,7 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.11.1.rst
12 release-notes-4.11.0.rst
13 release-notes-4.11.0.rst
13 release-notes-4.10.6.rst
14 release-notes-4.10.6.rst
14 release-notes-4.10.5.rst
15 release-notes-4.10.5.rst
General Comments 0
You need to be logged in to leave comments. Login now