Skip to content

Commit 0aab328

Browse files
committed
Add a short release note
1 parent e986e58 commit 0aab328

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/releases.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ fmf library consumers can define custom :ref:`context` dimension
1212
handling by extending :py:class:`fmf.context.ContextDimension` and
1313
:py:class:`fmf.context.Context`.
1414

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+
1521

1622
fmf-1.7.0
1723
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)