diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2010-11-18 14:59:10 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2010-11-18 14:59:10 (GMT) |
commit | 2de14f9d4a0cf9f95dcb172c93f83015b7877546 (patch) | |
tree | a062063d12284c921b4603bb52eec8b6daa116b1 /src/CHANGES.txt | |
parent | 3f478c8dbe11dbb4eabb77cf6443a10ed039af0d (diff) | |
download | SCons-2de14f9d4a0cf9f95dcb172c93f83015b7877546.zip SCons-2de14f9d4a0cf9f95dcb172c93f83015b7877546.tar.gz SCons-2de14f9d4a0cf9f95dcb172c93f83015b7877546.tar.bz2 |
Fix for issue #1420, Windows UNC path handling. Applied patch from Benoit Belley after updating it to fit into trunk, and added a couple of extra tests from issues 1420, 1857 and 1948.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 3cfc76b..39e9f9d 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,6 +7,10 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE + From Benoit Belley: + + - Much improved support for Windows UNC paths (\\SERVERNAME). + From Gary Oberbrunner: - Fix Install() when the source and target are directories and the |