Prepare release notes, change log, etc.
[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.01 - Thu Dec 13 19:25:23 CST 2001
12
13 A brief overview of important functionality available in release 0.01:
14
15   - C and C++ compilation on POSIX and Windows NT.
16
17   - Automatic scanning of C/C++ source files for #include dependencies.
18
19   - Support for building libraries; setting construction variables
20     allows creation of shared libraries.
21
22   - Library and C preprocessor search paths.
23
24   - File changes detected using MD5 signatures.
25
26   - User-definable Builder objects for building files.
27
28   - User-definable Scanner objects for scanning for dependencies.
29
30   - Parallel build (-j) support.
31
32   - Dependency cycles detected.
33
34   - Linux packages available in RPM and Debian format.
35
36   - Windows installer available.