Skip to content

Commit 03f68aa

Browse files
committed
Split out contents of CHANGES.txt into individual release CHANGES-#.##.txt files in #/Changelog
1 parent 5e0b108 commit 03f68aa

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed
+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
RELEASE 1.2.0.d20090113 - Tue, 13 Jan 2009 02:50:30 -0800
2+
3+
From Stanislav Baranov, Ted Johnson and Steven Knight:
4+
5+
- Add support for batch compilation of Visual Studio C/C++ source
6+
files, controlled by a new $MSVC_BATCH construction variable.
7+
8+
From Steven Knight:
9+
10+
- Print the message, "scons: Build interrupted." on error output,
11+
not standard output.
12+
13+
- Add a --warn=future-deprecated option for advance warnings about
14+
deprecated features that still have warnings hidden by default.
15+
16+
- Fix use of $SOURCE and $SOURCES attributes when there are no
17+
sources specified in the Builder call.
18+
19+
- Add support for new $CHANGED_SOURCES, $CHANGED_TARGETS,
20+
$UNCHANGED_SOURCES and $UNCHANGED_TARGETS variables.
21+
22+
- Add general support for batch builds through new batch_key= and
23+
targets= keywords to Action object creation.
24+
25+
From Arve Knudsen:
26+
27+
- Make linker tools differentiate properly between SharedLibrary
28+
and LoadableModule.
29+
30+
- Document TestCommon.shobj_prefix variable.
31+
32+
- Support $SWIGOUTDIR values with spaces.
33+
34+
From Rob Managan:
35+
36+
- Don't automatically try to build .pdf graphics files for
37+
.eps files in \includegraphics{} calls in TeX/LaTeX files
38+
when building with the PDF builder (and thus using pdflatex).
39+
40+
From Gary Oberbrunner:
41+
42+
- Allow AppendENVPath() and PrependENVPath() to interpret '#'
43+
for paths relative to the top-level SConstruct directory.
44+
45+
- Use the Borland ilink -e option to specify the output file name.
46+
47+
- Document that the msvc Tool module uses $PCH, $PCHSTOP and $PDB.
48+
49+
- Allow WINDOWS_INSERT_DEF=0 to disable --output-def when linking
50+
under MinGW.
51+
52+
From Zia Sobhani:
53+
54+
- Fix typos in the User's Guide.
55+
56+
From Greg Spencer:
57+
58+
- Support implicit dependency scanning of files encoded in utf-8
59+
and utf-16.
60+
61+
From Roberto de Vecchi:
62+
63+
- Remove $CCFLAGS from the the default definitions of $CXXFLAGS for
64+
Visual C/C++ and MIPSpro C++ on SGI so, they match other tools
65+
and avoid flag duplication on C++ command lines.
66+
67+
From Ben Webb:
68+
69+
- Handle quoted module names in SWIG source files.
70+
71+
- Emit *_wrap.h when SWIG generates header file for directors
72+
73+
From Matthew Wesley:
74+
75+
- Copy file attributes so we identify, and can link a shared library
76+
from, shared object files in a Repository.

0 commit comments

Comments
 (0)