summaryrefslogtreecommitdiff
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2010-11-18 14:59:10 +0000
committerGary Oberbrunner <garyo@oberbrunner.com>2010-11-18 14:59:10 +0000
commite50dfcbbb217fbfbaea5efdb96013c29018075e5 (patch)
treea062063d12284c921b4603bb52eec8b6daa116b1 /src/RELEASE.txt
parent794b3913a0b145504950843e3c9ddacb6f2408b2 (diff)
downloadscons-e50dfcbbb217fbfbaea5efdb96013c29018075e5.tar.gz
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/RELEASE.txt')
-rw-r--r--src/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index e6bd5491..506217c0 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -58,11 +58,14 @@
disk is corrected.
- A problem with FS Entries which are dirs and have builders
is corrected.
+ - A problem with Install() of a dir when the dest dir exists
+ is corrected.
- Windows subprocess output should now be more reliable.
- The users guide and man page have various fixes.
- Appending to default $*FLAGS in a copied environment
now works properly.
- LaTeX scanner is improved for broken lines or embedded spaces.
+ - Windows UNC paths (\\SERVER\SHARE\dir) now work much better.
- List fixes of outright bugs