Show More
@@ -0,0 +1,46 b'' | |||||
|
1 | |RCE| 4.5.2 |RNS| | |||
|
2 | ----------------- | |||
|
3 | ||||
|
4 | Release Date | |||
|
5 | ^^^^^^^^^^^^ | |||
|
6 | ||||
|
7 | - 2016-12-19 | |||
|
8 | ||||
|
9 | ||||
|
10 | New Features | |||
|
11 | ^^^^^^^^^^^^ | |||
|
12 | ||||
|
13 | ||||
|
14 | ||||
|
15 | General | |||
|
16 | ^^^^^^^ | |||
|
17 | ||||
|
18 | - Github authentication: no longer require repository permissions when | |||
|
19 | connecting RhodeCode account with Github login. | |||
|
20 | - Api: added new function get_repo_refs. This was accidentally exposed in our | |||
|
21 | documentation as valid function, but wasn't implemented. This function is now | |||
|
22 | backported from next major release due the documentation issues. | |||
|
23 | ||||
|
24 | ||||
|
25 | Security | |||
|
26 | ^^^^^^^^ | |||
|
27 | ||||
|
28 | ||||
|
29 | ||||
|
30 | Performance | |||
|
31 | ^^^^^^^^^^^ | |||
|
32 | ||||
|
33 | ||||
|
34 | ||||
|
35 | Fixes | |||
|
36 | ^^^^^ | |||
|
37 | ||||
|
38 | - Api: Fixed a regression in API validation on create_* functions. | |||
|
39 | Before this fix it always converted given data to lowercase. | |||
|
40 | - System info: fixed reporting of free inodes as taken. | |||
|
41 | ||||
|
42 | ||||
|
43 | Upgrade notes | |||
|
44 | ^^^^^^^^^^^^^ | |||
|
45 | ||||
|
46 |
@@ -5,6 +5,7 b' done = false' | |||||
5 | done = true |
|
5 | done = true | |
6 |
|
6 | |||
7 | [task:rc_tools_pinned] |
|
7 | [task:rc_tools_pinned] | |
|
8 | done = true | |||
8 |
|
9 | |||
9 | [task:fixes_on_stable] |
|
10 | [task:fixes_on_stable] | |
10 |
|
11 | |||
@@ -13,6 +14,7 b' done = true' | |||||
13 | [task:changelog_updated] |
|
14 | [task:changelog_updated] | |
14 |
|
15 | |||
15 | [task:generate_api_docs] |
|
16 | [task:generate_api_docs] | |
|
17 | done = true | |||
16 |
|
18 | |||
17 | [release] |
|
19 | [release] | |
18 | state = in_progress |
|
20 | state = in_progress |
General Comments 0
You need to be logged in to leave comments.
Login now