summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2011-09-10 02:33:27 +0000
committerWilliam Deegan <bill@baddogconsulting.com>2011-09-10 02:33:27 +0000
commit0e4087b98a6300fddffaa0421d440fdf6be90dcc (patch)
treeaa5c88cd4d6e3047c9e8ea30ad1d84f45c076e08
parent677f53da42ec10922f9585420e6bb223f573c1f8 (diff)
downloadscons-0e4087b98a6300fddffaa0421d440fdf6be90dcc.tar.gz
additional doc updates
(transplanted from 97218a64c013dd43054f87e2b9809bc72eb3d027)
-rw-r--r--src/Announce.txt7
-rw-r--r--src/RELEASE.txt51
2 files changed, 1 insertions, 57 deletions
diff --git a/src/Announce.txt b/src/Announce.txt
index cdd1ad82..7ca1668f 100644
--- a/src/Announce.txt
+++ b/src/Announce.txt
@@ -35,15 +35,8 @@ RELEASE 2.1.0.final.0 - Mon, 09 Sep 2011 16:49:58 -0700
[1] See http://scons.tigris.org/issues/show_bug.cgi?id=2647 for details.
- Please note the following important changes scheduled for the next
- release:
-
- -- FEATURE THAT WILL CHANGE
-
Please note the following important changes since release 2.0.0:
- -- NEW FEATURE
-
-- Support for Latex bibunits package has been added along with
support for tex files generated by other builders.
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 4428cb23..d98e096f 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -3,30 +3,6 @@
http://www.scons.org/download.php
- XXX The primary purpose of this release ... XXX
-
- A SCons "checkpoint release" is intended to provide early access to
- new features so they can be tested in the field before being released
- for adoption by other software distributions.
-
- Note that a checkpoint release is developed using the same test-driven
- development methodology as all SCons releases. Existing SCons
- functionality should all work as it does in previous releases (except
- for any changes identified in the release notes) and early adopters
- should be able to use a checkpoint release safely for production work
- with existing SConscript files. If not, it represents not only a bug
- in SCons but also a hole in the regression test suite, and we want to
- hear about it.
-
- New features may be more lightly tested than in past releases,
- especially as concerns their interaction with all of the other
- functionality in SCons. We are especially interested in hearing bug
- reports about new functionality.
-
- We do not recommend that downstream distributions (Debian, Fedora,
- etc.) package a checkpoint release, mainly to avoid confusing the
- "public" release numbering with the long checkpoint release names.
-
Here is a summary of the changes since 2.0:
NEW FUNCTIONALITY
@@ -39,12 +15,6 @@
This should enable much easier use of third-party (non-core)
Tools.
- - List new features (presumably why a checkpoint is being released)
-
- DEPRECATED FUNCTIONALITY
-
- - List anything that's been deprecated since the last release
-
CHANGED/ENHANCED EXISTING FUNCTIONALITY
- scons --version now prints the path to the SCons package in use
@@ -81,9 +51,6 @@
- LaTeX scanner is improved for broken lines or embedded spaces.
- Windows UNC paths (\\SERVER\SHARE\dir) now work much better.
- - List fixes of outright bugs
-
-
IMPROVEMENTS
- ParseFlags now supports -std=c++0x and related CXXFLAGS
@@ -103,23 +70,9 @@
for building; can help when you don't know why a target isn't
being built.
- - List improvements that wouldn't be visible to the user in the
- documentation: performance improvements (describe the circumstances
- under which they would be observed), or major code cleanups
-
- PACKAGING
-
- - List changes in the way SCons is packaged and/or released
-
DOCUMENTATION
- - List any significant changes to the documentation (not individual
- typo fixes, even if they're mentioned in src/CHANGES.txt to give
- the contributor credit)
-
- DEVELOPMENT
-
- - List visible changes in the way SCons is developed
+ - Added new getting started section
Thanks to
Dirk Baechle,
@@ -145,5 +98,3 @@
Joe Zuntz
for their contributions to this release.
-__COPYRIGHT__
-__FILE__ __REVISION__ __DATE__ __DEVELOPER__