diff options
author | Steven Knight <knight@baldmt.com> | 2004-03-12 03:58:13 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-03-12 03:58:13 (GMT) |
commit | 9f7adb8f9170f87526c3c42f49e9f12ff800b4fa (patch) | |
tree | e122908bdfa2b04b40635d40960507bbc9d79194 /README | |
parent | 29c1ad410538e1ceeacb9df94fe27e9160c60e88 (diff) | |
download | SCons-9f7adb8f9170f87526c3c42f49e9f12ff800b4fa.zip SCons-9f7adb8f9170f87526c3c42f49e9f12ff800b4fa.tar.gz SCons-9f7adb8f9170f87526c3c42f49e9f12ff800b4fa.tar.bz2 |
Initialize the new branch for release.
Diffstat (limited to 'README')
-rw-r--r-- | README | 80 |
1 files changed, 54 insertions, 26 deletions
@@ -66,12 +66,12 @@ In this case, your options are: -- (Optional.) Install from a pre-packaged SCons package that does not require distutils: - Red Hat Linux scons-0.94-1.noarch.rpm + Red Hat Linux scons-0.95-1.noarch.rpm - Debian GNU/Linux scons_0.94-1_all.deb + Debian GNU/Linux scons_0.95-1_all.deb (or use apt-get) - Windows scons-0.94.win32.exe + Windows scons-0.95.win32.exe -- (Recommended.) Download the latest distutils package from the following URL: @@ -218,18 +218,18 @@ more typing: Depending on the utilities installed on your system, any or all of the following packages will be built: - build/dist/scons-0.94-1.noarch.rpm - build/dist/scons-0.94-1.src.rpm - build/dist/scons-0.94.linux-i686.tar.gz - build/dist/scons-0.94.tar.gz - build/dist/scons-0.94.win32.exe - build/dist/scons-0.94.zip - build/dist/scons-doc-0.94.tar.gz - build/dist/scons-local-0.94.tar.gz - build/dist/scons-local-0.94.zip - build/dist/scons-src-0.94.tar.gz - build/dist/scons-src-0.94.zip - build/dist/scons_0.94-1_all.deb + build/dist/scons-0.95-1.noarch.rpm + build/dist/scons-0.95-1.src.rpm + build/dist/scons-0.95.linux-i686.tar.gz + build/dist/scons-0.95.tar.gz + build/dist/scons-0.95.win32.exe + build/dist/scons-0.95.zip + build/dist/scons-doc-0.95.tar.gz + build/dist/scons-local-0.95.tar.gz + build/dist/scons-local-0.95.zip + build/dist/scons-src-0.95.tar.gz + build/dist/scons-src-0.95.zip + build/dist/scons_0.95-1_all.deb The SConstruct file is supposed to be smart enough to avoid trying to build packages for which you don't have the proper utilities installed. @@ -424,31 +424,59 @@ available at: REPORTING BUGS ============== -You can report bugs either by following the "Tracker - Bugs" link -on the SCons project page: +Please report bugs by following the "Tracker - Bugs" link on the SCons +project page and filling out the form: http://sourceforge.net/projects/scons/ -or by sending mail to the SCons developers mailing list: +You can also send mail to the SCons developers mailing list: scons-devel@lists.sourceforge.net +But please make sure that you also submit a bug report to the project +page bug tracker, because bug reports in email can sometimes get lost +in the general flood of messages. + MAILING LISTS ============= -A mailing list for developers of SCons is available. You may send -questions or comments to the list at: +PLEASE NOTE: We are in the process of planning to move our mailing list +administration on 14 March 2004. Details are available at our mailing +lists page: - scons-devel@lists.sourceforge.net + http://www.scons.org/lists.html + +An active mailing list for developers of SCons is available. You may +send questions or comments to the list at: + + dev@scons.tigris.org (after 14 March 2004) + + scons-devel@lists.sourceforge.net (prior to 14 March 2004) + +After 14 March 2004, please check our mailing lists web page in case +the actual date of the move has changed. + +You may request a subscription to the (new) developer's mailing list by +sending email to: + + dev-subscribe@scons.tigris.org + +To subscribe to the old (sourceforge.net) mailing list prior to the move, +please consult the directions at our mailing lists page (address above). + +Subscription to the developer's mailing list is by approval. In practice, +no one is refused list membership right now, but we reserve the right +to limit membership in the future and/or weed out lurkers. -You may request a subscription to the scons-devel mailing list at: +There is also a low-volume mailing list available for announcements +about SCons. Subscribe by sending email to: - http://lists.sourceforge.net/lists/listinfo/scons-devel + announce-subscribe@scons.tigris.org -Subscription to the list is by approval. In practice, no one is being -refused list membership right now, but we reserve the right to limit -membership in the future and/or weed out lurkers. +There are other mailing lists available for SCons users, for notification +of SCons code changes, and for notification of updated bug reports and +project documents. Please see our mailing lists page for details. DONATIONS |