diff options
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index b3eb484..ccbc3af 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -47,6 +47,16 @@ RELEASE 0.97 - XXX This will become the default behavior as we add more functionality to the QMTest side. + From Arve Knudsen: + + - Support cleaning and scanning SWIG-generated files. + + From Baptiste Lepilleur: + + - Try using zipimport if we can't import Tool or Platform modules + using the normal "imp" module. This allows SCons to be packaged + using py2exe's all-in-one-zip-file approach. + From Sanjoy Mahajan: - Change use of $SOURCES to $SOURCE in all TeX-related Tool modules. @@ -99,6 +109,10 @@ RELEASE 0.97 - XXX - Fix detection of Visual C++ Express Edition. + From Johan Zander: + + - Fix missing os.path.join() when constructing the $FRAMEWORKSDKDIR/bin. + RELEASE 0.96.92 - Mon, 10 Apr 2006 21:08:22 -0400 |