summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2025-04-24 20:08:08 +0200
committerMikael Magnusson <mikachu@gmail.com>2025-04-24 20:08:36 +0200
commitad677029f8dac0b2782309912f93e64eb670acb1 (patch)
tree143d81ad97e2ca50a881ec51abe09c3961806d7a
parentdd21cda278a64d1949c284282d7305ea22564052 (diff)
downloadzsh-ad677029f8dac0b2782309912f93e64eb670acb1.tar.gz
zsh-ad677029f8dac0b2782309912f93e64eb670acb1.zip
unposted: fix seq numbers for old changelog entry
-rw-r--r--ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index eca61c227..c718bb110 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4782,27 +4782,27 @@ x2024-02-19 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
2020-03-25 Daniel Shahaf <d.s@daniel.shahaf.name>
- * 45583/0008: Etc/BUGS, Src/utils.c, Test/B13whence.ztst:
+ * 45595/0008: Etc/BUGS, Src/utils.c, Test/B13whence.ztst:
Extend tests to prove that what remains of xsymlinks() handles
symlink loops gracefully.
- * 45583/0007: Src/utils.c: Remove code that is now unreachable.
+ * 45595/0007: Src/utils.c: Remove code that is now unreachable.
- * 45583/0006: Src/utils.c: Don't use xsymlinks() in 'whence -s'.
+ * 45595/0006: Src/utils.c: Don't use xsymlinks() in 'whence -s'.
- * 45583/0005: Test/B13whence.ztst: Add a test for bin_whence's
+ * 45595/0005: Test/B13whence.ztst: Add a test for bin_whence's
symlinks resolution.
- * 45583/0004: Etc/BUGS, Src/utils.c, Test/D02glob.ztst: Fix
+ * 45595/0004: Etc/BUGS, Src/utils.c, Test/D02glob.ztst: Fix
segfault on resolving symlink loops
- * 45583/0003: Src/hist.c, Src/subst.c: chrealpath: Let caller
+ * 45595/0003: Src/hist.c, Src/subst.c: chrealpath: Let caller
decide how the return value should be allocated.
- * 45583/0002: Src/hist.c, Src/subst.c: chrealpath: Make symlink
+ * 45595/0002: Src/hist.c, Src/subst.c: chrealpath: Make symlink
resolution optional.
- * 45583/0001: Test/D02glob.ztst: Add tests for the segfault on
+ * 45595/0001: Test/D02glob.ztst: Add tests for the segfault on
resolving a symlink loop bug (workers/45282).
* 45590/0002 (in part): Test/B12limit.ztst: zsh/rlimits: Test