##// END OF EJS Templates
docs: added 4.10.6 release notes
marcink -
r2267:082277f4 stable
parent child Browse files
Show More
@@ -0,0 +1,52 b''
1 |RCE| 4.10.6 |RNS|
2 ------------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2017-12-20
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13
14
15 General
16 ^^^^^^^
17
18 - dependencies: bump webob to 1.7.4 that fixes 1.7.3 regression for streaming.
19 - svn: extend detection of SVN PROPFIND/PROPATCH methods. This increases the
20 compatibility with svn methods such as svn mkdir or svn delete with
21 tortoise SVN.
22
23
24 Security
25 ^^^^^^^^
26
27
28
29 Performance
30 ^^^^^^^^^^^
31
32 - hooks: decrease pool interval to 10ms. For SVN operations and lots of requests
33 this can lead to almost 4x speed improvement.
34
35
36 Fixes
37 ^^^^^
38
39 - celery: fix potential 404 problems with celery and sync creation
40 of repositories.
41 - fixed git streaming support for instance that are not behind a buffering
42 proxies. Webob library removed default chunked encoding support, and now
43 requires an explicit flag to make it work again.
44
45
46 Upgrade notes
47 ^^^^^^^^^^^^^
48
49 - Fixed regression with streaming, and increased svn support.
50 No upgrade problems should be expected, however please check GIT repos
51 behaviour on upgrade.
52
@@ -9,6 +9,7 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.10.6.rst
12 release-notes-4.10.5.rst
13 release-notes-4.10.5.rst
13 release-notes-4.10.4.rst
14 release-notes-4.10.4.rst
14 release-notes-4.10.3.rst
15 release-notes-4.10.3.rst
General Comments 0
You need to be logged in to leave comments. Login now