summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/get-runtime-dependencies.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/get-runtime-dependencies.rst')
-rw-r--r--Help/release/dev/get-runtime-dependencies.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/get-runtime-dependencies.rst b/Help/release/dev/get-runtime-dependencies.rst
new file mode 100644
index 0000000..b9dc6e6
--- /dev/null
+++ b/Help/release/dev/get-runtime-dependencies.rst
@@ -0,0 +1,9 @@
+get-runtime-dependencies
+------------------------
+
+* The :command:`file` command learned a new sub-command,
+ ``GET_RUNTIME_DEPENDENCIES``, which allows you to recursively get the list of
+ libraries linked by an executable or library. This sub-command is intended as
+ a replacement for :module:`GetPrerequisites`.
+* The :module:`GetPrerequisites` module has been deprecated, as it has been
+ superceded by :command:`file(GET_RUNTIME_DEPENDENCIES)`.