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 |
@@ -27,3 +27,4 b' 434ad90ec8d621f4416074b84f6e9ce03964defb' | |||||
27 | 68baee10e698da2724c6e0f698c03a6abb993bf2 v4.10.3 |
|
27 | 68baee10e698da2724c6e0f698c03a6abb993bf2 v4.10.3 | |
28 | 00821d3afd1dce3f4767cc353f84a17f7d5218a1 v4.10.4 |
|
28 | 00821d3afd1dce3f4767cc353f84a17f7d5218a1 v4.10.4 | |
29 | 22f6744ad8cc274311825f63f953e4dee2ea5cb9 v4.10.5 |
|
29 | 22f6744ad8cc274311825f63f953e4dee2ea5cb9 v4.10.5 | |
|
30 | 96eb24bea2f5f9258775245e3f09f6fa0a4dda01 v4.10.6 |
General Comments 0
You need to be logged in to leave comments.
Login now