From: stevenknight Date: Fri, 11 Jan 2002 07:35:10 +0000 (+0000) Subject: Prepare for release. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c72a704bbbb2787ffe9591dbe46333a151db4c3c;p=scons.git Prepare for release. git-svn-id: http://scons.tigris.org/svn/scons/trunk@202 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/debian/changelog b/debian/changelog index 0bfb73fe..6e3607cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ scons (0.03-1) unstable; urgency=low * Third Release. - -- Steven Knight Sun, 23 Dec 2001 19:53:05 -0600 + -- Steven Knight Fri, 11 Jan 2002 01:09:30 -0600 scons (0.02-1) unstable; urgency=low diff --git a/rpm/scons.spec b/rpm/scons.spec index 696a95d4..345fedca 100644 --- a/rpm/scons.spec +++ b/rpm/scons.spec @@ -50,6 +50,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /usr/bin/scons +/usr/lib/scons/SCons/Action.py +/usr/lib/scons/SCons/Action.pyc /usr/lib/scons/SCons/Builder.py /usr/lib/scons/SCons/Builder.pyc /usr/lib/scons/SCons/Defaults.py diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 17cc20a1..fc78e1db 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,7 +8,7 @@ -RELEASE 0.03 - +RELEASE 0.03 - Fri, 11 Jan 2002 01:09:30 -0600 From Charles Crain: diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 168bcecf..d5c94946 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,9 +20,9 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.02 - Sun, 23 Dec 2001 19:05:19 -0600 +RELEASE 0.03 - Fri, 11 Jan 2002 01:09:30 -0600 - This is the second alpha release of SCons. Please consult the + This is the third alpha release of SCons. Please consult the CHANGES.txt file for a list of specific changes since last release. Owing to an extensive test suite, the SCons team believes that this @@ -39,8 +39,7 @@ RELEASE 0.02 - Sun, 23 Dec 2001 19:05:19 -0600 http://sourceforge.net/tracker/?func=add&group_id=30337&atid=398971 We have a reliable bug-fixing methodology already in place and - expect to respond to problems relatively quickly. (We have fixed - 9 out of 10 reported bugs in the eight days since release 0.01.) + expect to respond to problems relatively quickly. - It is possible that interfaces will change in future releases. We will strive to hold this to a minimum, but you may need to modify @@ -57,9 +56,10 @@ RELEASE 0.02 - Sun, 23 Dec 2001 19:05:19 -0600 portions of the interface as we figured out what worked and what didn't during implementation.L - - There may be performance issues. If you find the performance - unacceptable, we would like to hear from you and learn more - about your configuration so we can optimize the right things. + - There may be performance issues. This release has many performance + improvements. If you still find the performance unacceptable, we + would very muchlike to hear from you and learn more about your + configuration so we can optimize the right things. - Error messages don't always exist where they'd be helpful. Please let us know about any errors you ran into that would