Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r587:3ff3436a1b7a
Date: 2015-03-30 16:46 +0200
http://bitbucket.org/pypy/pypy.org/changeset/3ff3436a1b7a/

Log:    release pypy-stm 2.5.1

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -74,8 +74,9 @@
 performance improvements.</p>
 <p>We provide binaries for x86 and ARM Linux, Mac OS/X and Windows for:</p>
 <ul class="simple">
-<li>the Python2.7 compatible release &#8212; <strong>PyPy 2.5.1</strong> 
&#8212; (<a class="reference external" 
href="http://doc.pypy.org/en/latest/release-2.5.1.html";>what's new in PyPy 
2.5.1?</a> )</li>
+<li>the Python2.7 compatible release &#8212; <strong>PyPy 2.5.1</strong> 
&#8212; (<a class="reference external" 
href="http://doc.pypy.org/en/latest/release-2.5.1.html";>what's new in PyPy 
2.5.1?</a>)</li>
 <li>the Python3.2.5 compatible release &#8212; <strong>PyPy3 2.4.0</strong> 
&#8212; (<a class="reference external" 
href="http://doc.pypy.org/en/latest/release-pypy3-2.4.0.html";>what's new in 
PyPy3 2.4.0?</a>).</li>
+<li>the Python2.7 Software Transactional Memory special release &#8212; 
<strong>PyPy-STM 2.5.1</strong> (Linux x86-64 only)</li>
 </ul>
 <ul class="download-menu simple">
 <li>Download<ul>
@@ -153,6 +154,14 @@
 libraries: &#8230;</tt>.  Unless you want to hack a lot, try out the
 <a class="reference external" 
href="https://github.com/squeaky-pl/portable-pypy";>portable Linux 
binaries</a>.</p>
 </div>
+<div class="section" id="pypy-stm-2-5-1">
+<h1>PyPy-STM 2.5.1</h1>
+<p>This is a special version of PyPy!  See the <a class="reference external" 
href="http://doc.pypy.org/en/latest/stm.html";>Software Transactional
+Memory</a> (STM) documentation.</p>
+<ul class="simple">
+<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-stm-2.5.1-linux64.tar.bz2";>PyPy-STM
 Linux x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 14.04)</a></li>
+</ul>
+</div>
 <div class="section" id="other-versions">
 <span id="other-versions-without-a-jit"></span><h1>Other versions</h1>
 <p>The other versions of PyPy are:</p>
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -14,9 +14,11 @@
 
 We provide binaries for x86 and ARM Linux, Mac OS/X and Windows for:
 
-* the Python2.7 compatible release &#8212; **PyPy 2.5.1** &#8212; (`what's new 
in PyPy 2.5.1?`_ )
+* the Python2.7 compatible release &#8212; **PyPy 2.5.1** &#8212; (`what's new 
in PyPy 2.5.1?`_)
 * the Python3.2.5 compatible release &#8212; **PyPy3 2.4.0** &#8212; (`what's 
new in PyPy3 2.4.0?`_).
 
+* the Python2.7 Software Transactional Memory special release &#8212; 
**PyPy-STM 2.5.1** (Linux x86-64 only)
+
 .. _what's new in PyPy 2.5.1?: http://doc.pypy.org/en/latest/release-2.5.1.html
 .. _what's new in PyPy3 2.4.0?: 
http://doc.pypy.org/en/latest/release-pypy3-2.4.0.html
 
@@ -138,6 +140,18 @@
 `portable Linux binaries`_.
 
 
+PyPy-STM 2.5.1
+------------------------------
+
+This is a special version of PyPy!  See the `Software Transactional
+Memory`_ (STM) documentation.
+
+* `PyPy-STM Linux x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 
14.04)`__
+
+.. _`Software Transactional Memory`: http://doc.pypy.org/en/latest/stm.html
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-stm-2.5.1-linux64.tar.bz2
+
+
 .. _`Other versions (without a JIT)`:
 
 Other versions
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to