Skip to content

Commit 4815655

Browse files
loudonlunestephenfin
authored andcommitted
release-notes: Add release note
Signed-off-by: Adam Hassick <[email protected]> Acked-by: Aaron Conole <[email protected]> [stephenfin: Rename Project field from parse_dependencies to show_dependencies] Signed-off-by: Stephen Finucane <[email protected]>
1 parent 70c4326 commit 4815655

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
features:
3+
- |
4+
Series may now depend on each other. Patchwork clients may use this
5+
information to download and apply the dependencies when applying a series.
6+
This dependency relationship is shallow; the dependencies of a dependency
7+
should not be applied. Multiple dependencies are allowed. The order they
8+
are applied in is the order they appear in the content from top to bottom.
9+
- |
10+
Patchwork will now look for "Depends-on" entries when parsing mails.
11+
This may be done by referring to a patch or cover letter message ID in the
12+
commit message of a patch or the cover letter content:
13+
``Depends-on: <[email protected]>``
14+
Alternatively, the web URL of the patch or series may be given:
15+
``Depends-on: http://patchwork.example.com/project/test/list?series=1111``
16+
api:
17+
- |
18+
The API version has been updated to v1.4.
19+
- |
20+
Add the "dependencies" and "dependents" fields to the series detail view.
21+
- |
22+
Add the ``show_dependencies`` field to projects. When this field is set to
23+
``True``, patch dependencies will be shown for any patches and cover
24+
letters received for that project.

0 commit comments

Comments
 (0)