Make SCONS_LIB_DIR actually work
[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
27
28 RELEASE 0.01 - Thu Dec 13 19:25:23 CST 2001
29
30 A brief overview of important functionality available in release 0.01:
31
32   - C and C++ compilation on POSIX and Windows NT.
33
34   - Automatic scanning of C/C++ source files for #include dependencies.
35
36   - Support for building libraries; setting construction variables
37     allows creation of shared libraries.
38
39   - Library and C preprocessor search paths.
40
41   - File changes detected using MD5 signatures.
42
43   - User-definable Builder objects for building files.
44
45   - User-definable Scanner objects for scanning for dependencies.
46
47   - Parallel build (-j) support.
48
49   - Dependency cycles detected.
50
51   - Linux packages available in RPM and Debian format.
52
53   - Windows installer available.