##// END OF EJS Templates
release: merge back stable branch into default
marcink -
r4014:6f0f9b1d merge default
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.
@@ -0,0 +1,47 b''
1 |RCE| 4.17.4 |RNS|
2 ------------------
3
4 Release Date
5 ^^^^^^^^^^^^
6
7 - 2019-10-28
8
9
10 New Features
11 ^^^^^^^^^^^^
12
13
14
15 General
16 ^^^^^^^
17
18 - Permissions: properly flush user cache permissions in more cases of permission changes.
19 Some API methods and user-group additions didn't invalidate permission caches resulting in
20 users not seeing the permission changes immediately.
21 - Pull requests: properly handle exceptions in state change logic, and improve logging on this.
22
23
24 Security
25 ^^^^^^^^
26 - Security: fixed XSS in file editing.
27
28
29 Performance
30 ^^^^^^^^^^^
31
32
33
34 Fixes
35 ^^^^^
36
37 - Diffs: handle paths with quotes in diffs.
38 - Diffs: fixed outdated files in pull-requests re-using the filediff raw_id for anchor generation.
39 This could make rendering diff crash in cases of only having outdated files in a diff.
40 - Diffs: handle very odd case of binary, corrupted diffs which crashed the diff parser.
41 - Svn: handle non-ascii message editing.
42
43
44 Upgrade notes
45 ^^^^^^^^^^^^^
46
47 - Scheduled release addressing problems in 4.17.X releases.
@@ -55,3 +55,6 b' 5d8057df561c4b6b81b6401aed7d2f911e6e77f7'
55 13acfc008896ef4c62546bab5074e8f6f89b4fa7 v4.17.0
55 13acfc008896ef4c62546bab5074e8f6f89b4fa7 v4.17.0
56 45b9b610976f483877142fe75321808ce9ebac59 v4.17.1
56 45b9b610976f483877142fe75321808ce9ebac59 v4.17.1
57 ad5bd0c4bd322fdbd04bb825a3d027e08f7a3901 v4.17.2
57 ad5bd0c4bd322fdbd04bb825a3d027e08f7a3901 v4.17.2
58 037f5794b55a6236d68f6485a485372dde6566e0 v4.17.3
59 83bc3100cfd6094c1d04f475ddb299b7dc3d0b33 v4.17.4
60 e3de8c95baf8cc9109ca56aee8193a2cb6a54c8a v4.17.4
@@ -9,6 +9,8 b' Release Notes'
9 .. toctree::
9 .. toctree::
10 :maxdepth: 1
10 :maxdepth: 1
11
11
12 release-notes-4.17.4.rst
13 release-notes-4.17.3.rst
12 release-notes-4.17.2.rst
14 release-notes-4.17.2.rst
13 release-notes-4.17.1.rst
15 release-notes-4.17.1.rst
14 release-notes-4.17.0.rst
16 release-notes-4.17.0.rst
General Comments 0
You need to be logged in to leave comments. Login now