summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt2
-rw-r--r--src/engine/MANIFEST.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index a3040a9..3a6c06b 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -16,6 +16,8 @@ RELEASE 0.97 - XXX
it's an error if the specified entry doesn't exist. The default
behavior is now to silently do nothing if it doesn't exist.
+ - Package up the new Platform/darwin.py, mistakenly left out of 0.96.
+
RELEASE 0.96 - Wed, 18 Aug 2004 13:36:40 +0000
diff --git a/src/engine/MANIFEST.in b/src/engine/MANIFEST.in
index 373279e..c9effcf 100644
--- a/src/engine/MANIFEST.in
+++ b/src/engine/MANIFEST.in
@@ -27,6 +27,7 @@ SCons/Options/PathOption.py
SCons/Platform/__init__.py
SCons/Platform/aix.py
SCons/Platform/cygwin.py
+SCons/Platform/darwin.py
SCons/Platform/hpux.py
SCons/Platform/irix.py
SCons/Platform/os2.py