Make Default() accept a node
[scons.git] / src / CHANGES.txt
1 # Copyright (c) 2001 Steven Knight
2 # __FILE__ __REVISION__ __DATE__ __DEVELOPER__
3
4
5                  SCons - a software construction tool
6
7                             Change Log
8
9
10
11 RELEASE 0.02 - 
12
13   - Fixed the version comment in the scons.bat (the UNIX geek used
14     # instead of @rem).
15
16   - Added support for the Install method (courtesy Charles Crain).
17
18   - Added support for the BuildDir method (courtesy Charles Crain).
19
20   - Added the Export method (courtesy Charles Crain).
21
22   - Documented CXXFLAGS, CXXCOM, and CPPPATH (courtesy Anthony Roach).
23
24   - Fixed SCONS_LIB_DIR to work as documented (courtesy Anthony Roach).
25
26   - Made Default() accept Nodes as arguments (courtesy Anthony Roach).
27
28
29
30 RELEASE 0.01 - Thu Dec 13 19:25:23 CST 2001
31
32 A brief overview of important functionality available in release 0.01:
33
34   - C and C++ compilation on POSIX and Windows NT.
35
36   - Automatic scanning of C/C++ source files for #include dependencies.
37
38   - Support for building libraries; setting construction variables
39     allows creation of shared libraries.
40
41   - Library and C preprocessor search paths.
42
43   - File changes detected using MD5 signatures.
44
45   - User-definable Builder objects for building files.
46
47   - User-definable Scanner objects for scanning for dependencies.
48
49   - Parallel build (-j) support.
50
51   - Dependency cycles detected.
52
53   - Linux packages available in RPM and Debian format.
54
55   - Windows installer available.