[pypy-svn] r80091 - pypy/extradoc/pypy.org/source

arigo at codespeak.net arigo at codespeak.net
Tue Dec 21 15:27:56 CET 2010


Author: arigo
Date: Tue Dec 21 15:27:53 2010
New Revision: 80091

Modified:
   pypy/extradoc/pypy.org/source/compat.txt
   pypy/extradoc/pypy.org/source/download.txt
   pypy/extradoc/pypy.org/source/features.txt
   pypy/extradoc/pypy.org/source/index.txt
Log:
Release 1.4.1.

Modified: pypy/extradoc/pypy.org/source/compat.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/compat.txt	(original)
+++ pypy/extradoc/pypy.org/source/compat.txt	Tue Dec 21 15:27:53 2010
@@ -8,7 +8,7 @@
 already accepted in the main python in newer versions). It supports most
 of the commonly used Python `standard library modules`_; details below.
 
-PyPy has **alpha-level** support for the `CPython C API`_, however, as of 1.4
+PyPy has **alpha-level** support for the `CPython C API`_, however, as of 1.4.1
 release this feature is not yet complete. Most libraries will require
 a bit of effort to work, but there are known success stories. Check out
 PyPy blog for updates.

Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Tue Dec 21 15:27:53 2010
@@ -6,9 +6,9 @@
 Download
 ============================================================
 
-Here are the various binaries of **PyPy 1.4** that we provide for x86 Linux,
-Mac OS/X or Windows. This release improves over 1.3 in terms of speed,
-memory usage and stability.
+Here are the various binaries of **PyPy 1.4.1** that we provide for x86 Linux,
+Mac OS/X or Windows. This is mostly a bugfix release, although the performance
+over the previous release 1.4 has improved in some cases.
 
 .. class:: download_menu
 
@@ -33,14 +33,12 @@
 * `Linux binary (32bit)`__
 * `Linux binary (64bit)`__
 * `Mac OS/X binary (32bit)`__
-* `Mac OS/X binary (64bit)`__
-* `Windows binary (32bit)`__ (you may need to install the `VS 2010 runtime libraries`_)
+* Mac OS/X binary (64bit) (NOT THERE YET)
+* Windows binary (32bit) (NOT THERE YET) (you may need to install the `VS 2010 runtime libraries`_)
 
-.. __: http://pypy.org/download/pypy-1.4-linux.tar.bz2
-.. __: http://pypy.org/download/pypy-1.4-linux64.tar.bz2
-.. __: http://pypy.org/download/pypy-1.4-osx.tar.bz2
-.. __: http://pypy.org/download/pypy-1.4-osx64.tar.bz2
-.. __: http://pypy.org/download/pypy-1.4-win32.zip
+.. __: http://pypy.org/download/pypy-1.4.1-linux.tar.bz2
+.. __: http://pypy.org/download/pypy-1.4.1-linux64.tar.bz2
+.. __: http://pypy.org/download/pypy-1.4.1-osx.tar.bz2
 .. _`VS 2010 runtime libraries`: http://www.microsoft.com/downloads/en/details.aspx?familyid=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84
 
 If your CPU is really old, it may not have SSE2.  In this case, you need
@@ -65,7 +63,7 @@
   complicated, this reduces a bit the level of confidence we can put in
   the result.)
 
-These versions are not officially part of the release 1.4, which focuses
+These versions are not officially part of the release 1.4.1, which focuses
 on the JIT.  You can find prebuilt binaries for them on our
 `nightly build`_ or in the `release`_ binaries, or translate_ them
 yourself.
@@ -81,7 +79,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-1.4/bin/pypy``.  Do
+``/usr/local/bin/pypy`` to ``/path/to/pypy-1.4.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.
 
@@ -94,11 +92,10 @@
 1. Get the source code.  The following packages contain the source at
    the same revision as the above binaries (these are svn exports):
 
-   * `pypy-1.4-src.tar.bz2`__ (sources, Unix line endings)
-   * `pypy-1.4-src.zip`__ (sources, Windows line endings)
+   * `pypy-1.4.1-src.tar.bz2`__ (sources, Unix line endings)
+   * pypy-1.4.1-src.zip (NOT THERE YET) (sources, Windows line endings)
 
-   .. __: http://pypy.org/download/pypy-1.4-src.tar.bz2
-   .. __: http://pypy.org/download/pypy-1.4-src.zip
+   .. __: http://pypy.org/download/pypy-1.4.1-src.tar.bz2
 
    Or you can checkout the current trunk using Mercurial_ (the trunk
    usually works and is of course more up-to-date)::
@@ -160,25 +157,14 @@
 Checksums
 ---------
 
-Here are the checksums for each of the downloads::
-
-  MD5(pypy-1.4-linux-nojit.tar.bz2)= da4a1be5e2881effcd4cd7e6c999e47c
-  MD5(pypy-1.4-linux-stackless.tar.bz2)= 2cadb3d5d7267f47fb8e0cb97ca1a396
-  MD5(pypy-1.4-linux.tar.bz2)= f1e192e1619aa09bd192a0e19197da3d
-  MD5(pypy-1.4-linux64-nojit.tar.bz2)= c9b96aad34225ba6fc8868678cbfc84f
-  MD5(pypy-1.4-linux64.tar.bz2)= 95531a85a8baca915ec8885b097d6797
-  MD5(pypy-1.4-osx.tar.bz2)= b715229d2a2b4c7129f7867fd84e7caf
-  MD5(pypy-1.4-osx64.tar.bz2)= 23ed155d7a8a214c61efc9000d559383
-  MD5(pypy-1.4-src.tar.bz2)= 6c7e5a3fab4b3f6357aab84927420b49
-  MD5(pypy-1.4-win32.zip)= 2e2cf438b69058c70e174b1af4e91295
-
-  SHA1(pypy-1.4-linux-nojit.tar.bz2)= 9c7ba0e70c23e0761ef48aa99450851619cd2cd3
-  SHA1(pypy-1.4-linux-stackless.tar.bz2)= 752c6a3dfb9de7e37037dee0b18968e12b7b226a
-  SHA1(pypy-1.4-linux.tar.bz2)= 5924cc642944dc12c023ed494bf0d9757eec8ea6
-  SHA1(pypy-1.4-linux64-nojit.tar.bz2)= 9526fa7aeb686cd67f1749de57818f86dca3729b
-  SHA1(pypy-1.4-linux64.tar.bz2)= 2092e10c04aa0cedce315019d75d6cba2b5b86c4
-  SHA1(pypy-1.4-osx.tar.bz2)= aa27ec482d1007262ad07a58cddbde93799bc532
-  SHA1(pypy-1.4-osx64.tar.bz2)= a29eb96cb2109c6f35b78a18e8bdb334b67ff5fe
-  SHA1(pypy-1.4-src.tar.bz2)= 22cb3d9d4ecf6a8d1094708df7cfe5633f848d22
-  SHA1(pypy-1.4-win32.zip)= 64beb3f25619f324b48a9ff9b04811e5754fcd24
+Here are the checksums for each of the downloads (md5 and sha1)::
 
+  3dccf24c23e30b4a04cf122f704b4064  pypy-1.4.1-linux.tar.bz2
+  1fb62a813978c2581e9e09debad6b116  pypy-1.4.1-linux64.tar.bz2
+  8584c4e8c042f5b661fcfffa0d9b8a25  pypy-1.4.1-osx.tar.bz2
+  ebbbb156b1eb842e9e65d909ed5f9f6d  pypy-1.4.1-src.tar.bz2
+
+  6e2366377ad2f0c583074d3ba6f60d064549bef2  pypy-1.4.1-linux.tar.bz2
+  1cfd53343e19264905a00d2ffcf83e03e39dcbb3  pypy-1.4.1-linux64.tar.bz2
+  961470e7510c47b8f56e6cc6da180605ba058cb6  pypy-1.4.1-osx.tar.bz2
+  922a8815377fe2e0c015338fa8b28ae16bf8c840  pypy-1.4.1-src.tar.bz2

Modified: pypy/extradoc/pypy.org/source/features.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/features.txt	(original)
+++ pypy/extradoc/pypy.org/source/features.txt	Tue Dec 21 15:27:53 2010
@@ -6,7 +6,7 @@
 PyPy features
 ===========================================================
 
-**PyPy 1.4** implements **Python 2.5.** and runs on Intel
+**PyPy 1.4.1** implements **Python 2.5.** and runs on Intel
 `x86 (IA-32)`_ and `x86_64`_ platforms, with ARM being underway.
 It supports all of the core language, passing the Python test suite
 (with minor modifications that were already accepted in the main python

Modified: pypy/extradoc/pypy.org/source/index.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/index.txt	(original)
+++ pypy/extradoc/pypy.org/source/index.txt	Tue Dec 21 15:27:53 2010
@@ -22,7 +22,7 @@
 
 .. class:: download
 
-`Download and try out the PyPy release 1.4!`__
+`Download and try out the PyPy release 1.4.1!`__
 
 .. __: download.html
 



More information about the Pypy-commit mailing list