diff options
author | Steven Knight <knight@baldmt.com> | 2003-09-09 03:11:34 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-09-09 03:11:34 (GMT) |
commit | e10b74a59f1830769ba4c7e65a846228812ae2fa (patch) | |
tree | 33ea0a5e57fa7a1330874443a09fbfc33039bc0a /src/CHANGES.txt | |
parent | 68b5dfbc87552d4cd1a9c067f6ba4523d9560bb9 (diff) | |
download | SCons-e10b74a59f1830769ba4c7e65a846228812ae2fa.zip SCons-e10b74a59f1830769ba4c7e65a846228812ae2fa.tar.gz SCons-e10b74a59f1830769ba4c7e65a846228812ae2fa.tar.bz2 |
Don't try to call anydbm.sync() if the underlying db implementation doesn't have one. (Ralf W. Grosse-Kunstleve)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 4d0f646..d8a6155 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -20,6 +20,10 @@ RELEASE X.XX - XXX - Add support for CCVERSION and CXXVERSION variables for a number of C and C++ compilers. + From Ralf W. Grosse-Kunstleve: + + - Accomodate anydbm modules that don't have a sync() method. + From Stephen Kennedy: - Add support for a configurable global .sconsign.dbm file which |