summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormlimber <mlimber@gmail.com>2016-07-06 19:20:00 (GMT)
committermlimber <mlimber@gmail.com>2016-07-06 19:20:00 (GMT)
commit68626be4e6761d2b0835f402da3bb8ae54d80e07 (patch)
tree900fe0770d86fbd2f63f26705004668f4c3c6982 /src
parent1fbc1b90d4ec3eac950865c4dd815f3cc71f70cf (diff)
downloadSCons-68626be4e6761d2b0835f402da3bb8ae54d80e07.zip
SCons-68626be4e6761d2b0835f402da3bb8ae54d80e07.tar.gz
SCons-68626be4e6761d2b0835f402da3bb8ae54d80e07.tar.bz2
Updated for Visual Studio Express
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index db52cf0..dc3904c 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -25,6 +25,10 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Added LoadableModule to the list of global functions (DefaultEnvironment
builders).
+ From Matthew Limber:
+ - Fixed msvs.py for Visual Studio Express editions that would report
+ "Error : ValueError: invalid literal for float(): 10.0Exp".
+
RELEASE 2.5.0 - Mon, 09 Apr 2016 11:27:42 -0700
From Dirk Baechle: