From 1c92b7d225ffca5391db998b3d0ed49bbd143f8e Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Wed, 2 Jan 2019 16:32:14 +0100 Subject: Added release snippet --- docs/markdown/snippets/introspect_breaking_format.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/introspect_breaking_format.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/introspect_breaking_format.md b/docs/markdown/snippets/introspect_breaking_format.md new file mode 100644 index 0000000..c3ad7fe --- /dev/null +++ b/docs/markdown/snippets/introspect_breaking_format.md @@ -0,0 +1,8 @@ +## Changed the JSON format of the introspection + +All paths used in the meson introspection JSON format are now absolute. This +affects the `filename` key in the targets introspection and the output of +`--target-files` and `--buildsystem-files`. + +Furthermore, the `filename` and `install_filename` keys in the targets +introspection are now lists of strings with identical length. -- cgit v1.1 From 5c139032b80cda76a111744b745c04dacc17df42 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Mon, 7 Jan 2019 01:02:03 +0100 Subject: Deprecated --target-files API --- docs/markdown/snippets/introspect_breaking_format.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/introspect_breaking_format.md b/docs/markdown/snippets/introspect_breaking_format.md index c3ad7fe..c96c82c 100644 --- a/docs/markdown/snippets/introspect_breaking_format.md +++ b/docs/markdown/snippets/introspect_breaking_format.md @@ -2,7 +2,10 @@ All paths used in the meson introspection JSON format are now absolute. This affects the `filename` key in the targets introspection and the output of -`--target-files` and `--buildsystem-files`. +`--buildsystem-files`. Furthermore, the `filename` and `install_filename` keys in the targets introspection are now lists of strings with identical length. + +The `--traget-files` option is now deprecated, since the same information +can be acquired from the `--tragets` introspection API. -- cgit v1.1