[pypy-svn] r80316 - in pypy/extradoc/pypy.org: . source

arigo at codespeak.net arigo at codespeak.net
Wed Feb 9 17:06:33 CET 2011


Author: arigo
Date: Wed Feb  9 17:06:31 2011
New Revision: 80316

Modified:
   pypy/extradoc/pypy.org/download.html
   pypy/extradoc/pypy.org/source/download.txt
Log:
Mention that the "Other versions" section contains the most up-to-date versions.


Modified: pypy/extradoc/pypy.org/download.html
==============================================================================
--- pypy/extradoc/pypy.org/download.html	(original)
+++ pypy/extradoc/pypy.org/download.html	Wed Feb  9 17:06:31 2011
@@ -53,7 +53,7 @@
 <ul class="download-menu simple">
 <li>Download<ul>
 <li><a class="reference internal" href="#default-with-a-jit-compiler">Default (with a JIT Compiler)</a></li>
-<li><a class="reference internal" href="#other-versions-without-a-jit">Other versions (without a JIT)</a></li>
+<li><a class="reference internal" href="#other-versions">Other versions</a></li>
 </ul>
 </li>
 <li><a class="reference internal" href="#installing">Installing</a> (optional)</li>
@@ -64,7 +64,9 @@
 <span id="default-with-a-jit-compiler"></span><h1>&ldquo;JIT Compiler&rdquo; version</h1>
 <p>These binaries include a Just-in-Time compiler.  They only work on
 x86 CPUs that have the <a class="reference external" href="http://en.wikipedia.org/wiki/SSE2">SSE2</a> instruction set (most of
-them do, nowadays), or on x86-64 CPUs.</p>
+them do, nowadays), or on x86-64 CPUs.
+(This is the official release 1.4.1;
+for the most up-to-date version see below.)</p>
 <ul class="simple">
 <li><a class="reference external" href="http://pypy.org/download/pypy-1.4.1-linux.tar.bz2">Linux binary (32bit)</a></li>
 <li><a class="reference external" href="http://pypy.org/download/pypy-1.4.1-linux64.tar.bz2">Linux binary (64bit)</a></li>

Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Wed Feb  9 17:06:31 2011
@@ -15,8 +15,8 @@
  * Download                         
                                                  
    * `Default (with a JIT Compiler)`_
-   * `Other versions (without a JIT)`_
-                                                 
+   * `Other versions`_
+
  * `Installing`_ (optional)                      
  * `Building from source`_                       
  * `Checksums`_
@@ -29,6 +29,8 @@
 These binaries include a Just-in-Time compiler.  They only work on
 x86 CPUs that have the SSE2_ instruction set (most of
 them do, nowadays), or on x86-64 CPUs.
+(This is the official release 1.4.1;
+for the most up-to-date version see below.)
 
 * `Linux binary (32bit)`__
 * `Linux binary (64bit)`__



More information about the Pypy-commit mailing list