summaryrefslogtreecommitdiff
path: root/ext/Cwd
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-10-06 20:02:48 +0000
committerSteve Peters <steve@fisharerojo.org>2006-10-06 20:02:48 +0000
commit110c90cc4fbd0539c76efe20ae7302af29840848 (patch)
tree94baec8b392ef568cb4c691e383aedcf1b296451 /ext/Cwd
parent4cc0ca1820795147dd27e5805c8227de0ebaace3 (diff)
downloadperl-110c90cc4fbd0539c76efe20ae7302af29840848.tar.gz
Upgrade to PathTools-3.21
p4raw-id: //depot/perl@28948
Diffstat (limited to 'ext/Cwd')
-rw-r--r--ext/Cwd/Changes17
1 files changed, 17 insertions, 0 deletions
diff --git a/ext/Cwd/Changes b/ext/Cwd/Changes
index 2199b5981b..34c6fc568e 100644
--- a/ext/Cwd/Changes
+++ b/ext/Cwd/Changes
@@ -1,5 +1,22 @@
Revision history for Perl distribution PathTools.
+3.21 Wed Oct 4 21:13:21 CDT 2006
+
+ - Added a bunch of X<> tags to the File::Spec docs to help
+ podindex. [Gabor Szabo]
+
+ - On Win32, abs2rel('C:\one\two\t\foo', 't\bar') should return
+ '..\foo' when the cwd is 'C:\one\two', but it wasn't noticing that
+ the two relevant volumes were the same so it would return the full
+ path 'C:\one\two\t\foo'. This is fixed. [Spotted by Alexandr
+ Ciornii]
+
+ - On Win32, rel2abs() now always adds a volume (drive letter) if the
+ given path doesn't have a volume (drive letter or UNC volume).
+ Previously it could return a value that didn't have a volume if the
+ input was a semi-absolute path like /foo/bar instead of a
+ fully-absolute path like C:/foo/bar .
+
3.19 Tue Jul 11 22:40:26 CDT 2006
- When abs2rel() is called with two relative paths