##// END OF EJS Templates
docs: added 4.17.3 release notes
marcink -
r3819:b899849e stable
parent child Browse files
Show More
@@ -0,0 +1,58 b''
1 |RCE| 4.17.3 |RNS|
2 ------------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2019-07-25
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13
14
15 General
16 ^^^^^^^
17
18 - RSS: use permalinks without slashes for feeds. Fixes #5557. RSS feed will now use
19 links that won't change when a repository is renamed, and in addition they now have
20 better compatibility with Outlook.
21 - Pull Requests: make merge state calculation default to disabled.
22 This causes a lot of performance problems and should default to faster way
23 - Pull Requests: add indication of state change in list of pull-requests and actually
24 show them in the list. Before PRs that were in states like "merging" were hidden from
25 the PR list. Now we show them with grey-out display indicating PR is changing states.
26 - API: extended upload api to be able to upload files with ACL checks enabled
27
28
29 Security
30 ^^^^^^^^
31
32
33
34 Performance
35 ^^^^^^^^^^^
36
37 - Pull Requests: don't calculate merge state several times for repo on each pr display object state.
38 - Logging: http logging should limit the data to some sane amount.
39 In some cases we could log 100MBs into logs that weren't useful at all.
40
41
42 Fixes
43 ^^^^^
44
45 - config: fixed special character in gunicorn config that caused problems during installation.
46 - path-filter: enable checking for files access for quick search menu in files view.
47 - rcextensions: improved messaging on rcextensions load fail
48 - Repository permissions: enable shortcut to set private mode in permission page.
49 - UI: fixed style for ancestor commit. Fixes #5558
50 - Events: ensure stable execution of integrations (in order: global, per-group, per-repo)
51 - Settings: custom header/footer code message correction
52 - Artifacts: don't crash when metadata isn't complete. This can be a case for edited upload attachements
53
54
55 Upgrade notes
56 ^^^^^^^^^^^^^
57
58 - Scheduled release addressing problems in 4.17.X releases.
@@ -9,6 +9,7 b' Release Notes'
9 9 .. toctree::
10 10 :maxdepth: 1
11 11
12 release-notes-4.17.3.rst
12 13 release-notes-4.17.2.rst
13 14 release-notes-4.17.1.rst
14 15 release-notes-4.17.0.rst
General Comments 0
You need to be logged in to leave comments. Login now