From b13ea3ea40c0932450929670856e2beb5e325576 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 12 May 2021 11:36:39 +1000 Subject: [PATCH] update dist/PathTools/Changes --- dist/PathTools/Changes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dist/PathTools/Changes b/dist/PathTools/Changes index 7f04db202c91..e386ef259544 100644 --- a/dist/PathTools/Changes +++ b/dist/PathTools/Changes @@ -1,5 +1,31 @@ Revision history for Perl distribution PathTools. +3.80 + +- use the PerlLIO_*() functions for lstat() and readlink() to support + Win32 symlink support added to perl. + +- skip a test that assumes getcwd() doesn't return symlinks on Win32, where + it can. + +3.79 + +- fix an off-by-one in bsd_realpath() + +3.78 + +- fallback to Internals::getcwd() for getcwd() if available (requires + $Config{d_getcwd}) + +3.77 + +- don't translate "..." to "..\.." on Win32 + +3.76 + +- test t/cwd_enoent.t - also accept ESTALE for a directory that no + longer exists (github #16699) + 3.75 - Fix t/abs2rel.t on 5.8.8 by changing mkpath call to be compatible with older File::Path