# HG changeset patch
# User Armin Rigo <arigo@tunes.org>
# Date 1368720974 -7200
#      Thu May 16 18:16:14 2013 +0200
# Branch extradoc
# Node ID 3a84d8ed4cc190a88ea66984a8de313e70bac0eb
# Parent  6884f0fee3d1f7824b2a7a9bb98d88c06b5c1f37
Update to point to 2.0.1.  The html is not regenerated yet.

diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -14,11 +14,11 @@
   (but not the release) are slightly
   miscompiled due to buildslave being old. Contributions are welcomed**.
 
-Here are the binaries of the current release — **PyPy 2.0** — (`what's
-new in PyPy 2.0?`_) for x86 Linux, Mac OS/X, Windows. ARM support in
-2.0 is alpha-level.
+Here are the binaries of the current release — **PyPy 2.0.1** —
+(`what's new in PyPy 2.0?`_ and `fixes of PyPy 2.0.1`_) for x86 Linux, Mac OS/X, Windows. The support for ARM in 2.0 and 2.0.1 is alpha-level.
 
 .. _what's new in PyPy 2.0?: http://doc.pypy.org/en/latest/release-2.0.0.html
+.. _fixes of PyPy 2.0.1: http://doc.pypy.org/en/latest/release-2.0.1.html
 
 
 .. class:: download_menu
@@ -42,11 +42,11 @@
 x86 CPUs that have the SSE2_ instruction set (most of
 them do, nowadays), or on x86-64 CPUs. They also contain `stackless`_
 extensions, like `greenlets`_.
-(This is the official release 2.0;
+(This is the official release 2.0.1;
 for the most up-to-date version see below.)
 
-2.0
----
+2.0.1
+-----
 
 Note that Linux binaries are dynamically linked, as is usual, and thus might
 not be usable due to the sad story of linux binary compatibility.  This means
@@ -58,8 +58,8 @@
 `Fedora`_, `Gentoo`_ and `Arch`_ are known to package PyPy, with various
 degrees of being up-to-date. If you feel
 like trying a more statically linked binary (which we do not recommend using
-in production due to potential future security issues), you can find
-`32bit Linux`_ and `64bit Linux`_.
+in production due to potential future security issues), you can find the
+older `32bit Linux`_ and `64bit Linux`_ at an earlier time of release 2.0.
 
 .. _`Ubuntu`: http://packages.ubuntu.com/raring/pypy
 .. _`PPA`: https://launchpad.net/~pypy/+archive/ppa
@@ -74,18 +74,18 @@
 * `Linux binary (32bit, tar.bz2 built on Ubuntu 10.04.4 LTS)`__ (see ``[1]`` below)
 * `Linux binary (64bit, tar.bz2 built on Ubuntu 12.04.2 LTS)`__ (see ``[1]`` below)
 * `Mac OS/X binary (64bit)`__
-* `Windows binary (32bit)`__ (you might need the `VS 2008 runtime library
+* Windows binary (32bit) COMING AROUND THE NEXT HOUR (you might need the `VS 2008 runtime library
   installer vcredist_x86.exe`_.)
 * `Source (tar.bz2)`__
 * `Source (zip)`__
 
-.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-linux.tar.bz2
-.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-linux64.tar.bz2
-.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-osx64.tar.bz2
-.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-win32.zip
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-linux.tar.bz2
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-linux64.tar.bz2
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-osx64.tar.bz2
+.. disable __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-win32.zip
 .. _`VS 2008 runtime library installer vcredist_x86.exe`: http://www.microsoft.com/en-us/download/details.aspx?id=5582
-.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2
-.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.tar.bz2
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.zip
 
 If your CPU is really old, it may not have SSE2.  In this case, you need
 to translate_ yourself with the option ``--jit-backend=x86-without-sse2``.
@@ -147,7 +147,7 @@
 uncompressed, they run in-place.  For now you can uncompress them
 either somewhere in your home directory or, say, in ``/opt``, and
 if you want, put a symlink from somewhere like
-``/usr/local/bin/pypy`` to ``/path/to/pypy-2.0/bin/pypy``.  Do
+``/usr/local/bin/pypy`` to ``/path/to/pypy-2.0.1/bin/pypy``.  Do
 not move or copy the executable ``pypy`` outside the tree --- put
 a symlink to it, otherwise it will not find its libraries.
 
@@ -160,11 +160,11 @@
 1. Get the source code.  The following packages contain the source at
    the same revision as the above binaries:
 
-   * `pypy-2.0-src.tar.bz2`__ (sources, Unix line endings)
-   * `pypy-2.0-src.zip`__ (sources, Unix line endings too, sorry)
+   * `pypy-2.0.1-src.tar.bz2`__ (sources, Unix line endings)
+   * `pypy-2.0.1-src.zip`__ (sources, Unix line endings too, sorry)
 
-   .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.tar.bz2
-   .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0-src.zip
+   .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.tar.bz2
+   .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-2.0.1-src.zip
 
    Or you can checkout the current trunk using Mercurial_ (the trunk
    usually works and is of course more up-to-date)::
@@ -239,26 +239,26 @@
 
 Here are the checksums for each of the downloads (md5 and sha1)::
 
-   756d738d8f35924357150fe1b6d33f86  pypy-2.0-linux64.tar.bz2
-   267c46ed8c591da19b6091aa90fa9acf  pypy-2.0-linux.tar.bz2
-   39837722da4a03ca03eda187aafa13bb  pypy-2.0-osx64.tar.bz2
+   5c11d727579443d0834caadb4dfe53e3  pypy-2.0.1-linux64.tar.bz2
+   8d11952e0356ea751321e7d2a1d4f17a  pypy-2.0.1-linux.tar.bz2
+   e666450bcfbd936b016a2dd7312f9853  pypy-2.0.1-osx64.tar.bz2
    f0d051c2b612b64dff496a6c0f3654fb  pypy-2.0-win32.zip
    b9c36b99296c85a590c3e480b05d5a13  pypy-2.0-alpha-arm-armel.tar.bz2
    2565ce68b4032eb306d998e722495694  pypy-2.0-alpha-arm-armhf.tar.bz2
    b39d98de75f4948bfd2d606a8263ac1f  pypy-upstream_2.0~alpha+arm_armhf.deb
    2c9f0054f3b93a6473f10be35277825a  pypy-1.8-sandbox-linux64.tar.bz2
    009c970b5fa75754ae4c32a5d108a8d4  pypy-1.8-sandbox-linux.tar.bz2
-   4dc82e2240dd2b5be313119672988538  pypy-2.0-src.tar.bz2
-   f965b50bc34c97891af77e6b743038f2  pypy-2.0-src.zip
+   34072be1eeb63f9d37cf387e58aae81d  pypy-2.0.1-src.tar.bz2
+   ea8764e387e74c62e898536a862c66c7  pypy-2.0.1-src.zip
 
-   88aacc21c6c552b3ff3a157a7575a9dca7e4a7c3  pypy-2.0-linux64.tar.bz2
-   b2e64ca5e38a59c3402185cca08ca5a4d507ff7e  pypy-2.0-linux.tar.bz2
-   65ecb2ba570f05691978c64469cfe3e76bfd8e01  pypy-2.0-osx64.tar.bz2
+   cbcd60a78d90caca98fdc2562fc7fcbe76c6e699  pypy-2.0.1-linux64.tar.bz2
+   a909742d41fb540d9c12ce010bdc7f9e19353fcc  pypy-2.0.1-linux.tar.bz2
+   811fd377ab2eda9233a0c34340f981f9aba1ba9a  pypy-2.0.1-osx64.tar.bz2
    cc3b37b5d59b88cf340c72aaae13dd2bb0337bcc  pypy-2.0-win32.zip
    dc09a293b85ab4f0032f6943815aaf5bbbceb645  pypy-2.0-alpha-arm-armel.tar.bz2
    0971c4b668bfd2fcd52aa35087aa995e03bd5842  pypy-2.0-alpha-arm-armhf.tar.bz2
    91910eb654ffbe0509bec2a7aeb460984acf8d82  pypy-upstream_2.0~alpha+arm_armhf.deb
    895aaf7bba5787dd30adda5cc0e0e7fc297c0ca7  pypy-1.8-sandbox-linux64.tar.bz2
    be94460bed8b2682880495435c309b6611ae2c31  pypy-1.8-sandbox-linux.tar.bz2
-   d694824eeaa6169bce8d112149c9a5c7897534ed  pypy-2.0-src.tar.bz2
-   dc44cc9141a729ccc39b98432062bbe29c938432  pypy-2.0-src.zip
+   8bc02e922e758048f294a5c6848f97125b0b557f  pypy-2.0.1-src.tar.bz2
+   61b7326c1379af0914b81936bc057dfec0292458  pypy-2.0.1-src.zip
diff --git a/source/index.txt b/source/index.txt
--- a/source/index.txt
+++ b/source/index.txt
@@ -26,7 +26,7 @@
 
 .. class:: download
 
-`Download and try out the PyPy release 2.0!`__
+`Download and try out the PyPy release 2.0.1!`__
 
 .. __: download.html