Show More
@@ -0,0 +1,47 b'' | |||||
|
1 | |RCE| 4.11.2 |RNS| | |||
|
2 | ------------------ | |||
|
3 | ||||
|
4 | Release Date | |||
|
5 | ^^^^^^^^^^^^ | |||
|
6 | ||||
|
7 | - 2018-02-08 | |||
|
8 | ||||
|
9 | ||||
|
10 | New Features | |||
|
11 | ^^^^^^^^^^^^ | |||
|
12 | ||||
|
13 | ||||
|
14 | ||||
|
15 | General | |||
|
16 | ^^^^^^^ | |||
|
17 | ||||
|
18 | - git: stabilize long running git processes to prevent potential worker freezes. | |||
|
19 | ||||
|
20 | ||||
|
21 | Security | |||
|
22 | ^^^^^^^^ | |||
|
23 | ||||
|
24 | - Repo Checks(low): prevent from html injection on repo-check page. It could | |||
|
25 | be prepared to fake the displayed text fooling users into unwanted actions. | |||
|
26 | ||||
|
27 | ||||
|
28 | Performance | |||
|
29 | ^^^^^^^^^^^ | |||
|
30 | ||||
|
31 | ||||
|
32 | ||||
|
33 | Fixes | |||
|
34 | ^^^^^ | |||
|
35 | ||||
|
36 | - Diffs: in case of text lexers don't do any HL because of pygments problems. | |||
|
37 | Fixed newline rendering for certain very unique diffs using Pygments. | |||
|
38 | - Webhook: fixed extra variable replacement in webhook url. | |||
|
39 | - Subprocessio: use safe b.read() and prevent potential valueErrors | |||
|
40 | - Subprocess: use subprocessio helper to run various subprocess commands. | |||
|
41 | - Git: use subprocessio for hooks execution to use non-blocking subprocess. | |||
|
42 | ||||
|
43 | ||||
|
44 | Upgrade notes | |||
|
45 | ^^^^^^^^^^^^^ | |||
|
46 | ||||
|
47 | - Scheduled bugfix release fixing certain requested problems with diffs and, Git. |
General Comments 0
You need to be logged in to leave comments.
Login now