Fix the comment at the top of the scons.bat file.
[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
17
18 RELEASE 0.01 - Thu Dec 13 19:25:23 CST 2001
19
20 A brief overview of important functionality available in release 0.01:
21
22   - C and C++ compilation on POSIX and Windows NT.
23
24   - Automatic scanning of C/C++ source files for #include dependencies.
25
26   - Support for building libraries; setting construction variables
27     allows creation of shared libraries.
28
29   - Library and C preprocessor search paths.
30
31   - File changes detected using MD5 signatures.
32
33   - User-definable Builder objects for building files.
34
35   - User-definable Scanner objects for scanning for dependencies.
36
37   - Parallel build (-j) support.
38
39   - Dependency cycles detected.
40
41   - Linux packages available in RPM and Debian format.
42
43   - Windows installer available.