There was an error while loading. Please reload this page.
1 parent e986e58 commit 0aab328Copy full SHA for 0aab328
1 file changed
docs/releases.rst
@@ -12,6 +12,12 @@ fmf library consumers can define custom :ref:`context` dimension
12
handling by extending :py:class:`fmf.context.ContextDimension` and
13
:py:class:`fmf.context.Context`.
14
15
+The symlink loop detection has been improved to correctly handle
16
+multiple symlinks pointing to the same target directory. Previously,
17
+only the first symlink was followed while subsequent ones were
18
+incorrectly skipped as loops. The detection now tracks ancestor
19
+directories per branch instead of globally across the whole tree.
20
+
21
22
fmf-1.7.0
23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments