summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-10-09 21:27:22 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-10-09 21:27:22 (GMT)
commit6040aaa9a28b42b717a1c25e8c79e900b58f2308 (patch)
tree4224df674eda0d04f65692e06143fe98b4759ae6
parent95fdec4073be430933e3d2639235431985eea7e4 (diff)
downloadcpython-6040aaa9a28b42b717a1c25e8c79e900b58f2308.zip
cpython-6040aaa9a28b42b717a1c25e8c79e900b58f2308.tar.gz
cpython-6040aaa9a28b42b717a1c25e8c79e900b58f2308.tar.bz2
add note explaining what a release candidate is
-rw-r--r--Misc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c68529..e7534fa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,16 @@ http://starship.python.net/crew/amk/python/writing/new-python/.
What's new in 2.0 release candidate 1 (since beta 2)?
=====================================================
+What is release candidate 1?
+
+We believe that release candidate 1 will fix all known bugs that we
+intend to fix for the 2.0 final release. This release should be a bit
+more stable than the previous betas. We would like to see even more
+widespread testing before the final release, so we are producing this
+release candidate. The final release will be exactly the same unless
+any show-stopping (or brown bag) bugs are found by testers of the
+release candidate.
+
All the changes since the last beta release are bug fixes or changes
to build support for specific platforms.