[pypy-commit] pypy.org extradoc: bump the release number

fijal noreply at buildbot.pypy.org
Mon Nov 21 11:24:00 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r291:0a1d901e60ef
Date: 2011-11-21 12:16 +0200
http://bitbucket.org/pypy/pypy.org/changeset/0a1d901e60ef/

Log:	bump the release number

diff --git a/archive.html b/archive.html
--- a/archive.html
+++ b/archive.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
@@ -49,7 +49,7 @@
 language, passing Python test suite (with minor modifications that were
 already accepted in the main python in newer versions). It supports most
 of the commonly used Python <a class="reference external" href="http://docs.python.org/library/">standard library modules</a>; details below.</p>
-<p>PyPy has <strong>alpha/beta-level</strong> support for the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of 1.6
+<p>PyPy has <strong>alpha/beta-level</strong> support for the <a class="reference external" href="http://docs.python.org/c-api/">CPython C API</a>, however, as of 1.7
 release this feature is not yet complete. Many libraries will require
 a bit of effort to work, but there are known success stories. Check out
 PyPy blog for updates.</p>
diff --git a/contact.html b/contact.html
--- a/contact.html
+++ b/contact.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
@@ -48,7 +48,7 @@
 <p class="download-menu">There are <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly binary builds</a> available. Those builds are not always
 as stable as the release, but they contain numerous bugfixes and
 performance improvements.</p>
-<p>Here are the various binaries of <strong>PyPy 1.6</strong> that we provide for x86 Linux,
+<p>Here are the various binaries of <strong>PyPy 1.7</strong> that we provide for x86 Linux,
 Mac OS/X or Windows.</p>
 <ul class="download-menu simple">
 <li>Download<ul>
@@ -66,13 +66,13 @@
 <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.
-(This is the official release 1.6;
+(This is the official release 1.7;
 for the most up-to-date version see below.)</p>
 <ul class="simple">
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux.tar.bz2">Linux binary (32bit)</a></li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux64.tar.bz2">Linux binary (64bit)</a></li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2">Mac OS/X binary (64bit)</a></li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-win32-c.zip">Windows binary (32bit) release c</a> (BETA!)</li>
+<li><a href="#id8"><span class="problematic" id="id9">`Linux binary (32bit)`__</span></a></li>
+<li><a href="#id8"><span class="problematic" id="id10">`Linux binary (64bit)`__</span></a></li>
+<li><a href="#id8"><span class="problematic" id="id11">`Mac OS/X binary (64bit)`__</span></a></li>
+<li>Windows binary (32bit) release c - not ready yet</li>
 </ul><p>If your CPU is really old, it may not have SSE2.  In this case, you need
 to <a class="reference internal" href="#translate">translate</a> yourself with the option <tt class="docutils literal"><span class="pre">--jit-backend=x86-without-sse2</span></tt>.</p>
 </div>
@@ -92,7 +92,7 @@
 complicated, this reduces a bit the level of confidence we can put in
 the result.)</li>
 </ul>
-<p>These versions are not officially part of the release 1.6, which focuses
+<p>These versions are not officially part of the release 1.7, which focuses
 on the JIT.  You can find prebuilt binaries for them on our
 <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly build</a>, or <a class="reference internal" href="#translate">translate</a> them yourself.</p>
 </div>
@@ -102,7 +102,7 @@
 uncompressed, they run in-place.  For now you can uncompress them
 either somewhere in your home directory or, say, in <tt class="docutils literal">/opt</tt>, and
 if you want, put a symlink from somewhere like
-<tt class="docutils literal">/usr/local/bin/pypy</tt> to <tt class="docutils literal"><span class="pre">/path/to/pypy-1.6/bin/pypy</span></tt>.  Do
+<tt class="docutils literal">/usr/local/bin/pypy</tt> to <tt class="docutils literal"><span class="pre">/path/to/pypy-1.7/bin/pypy</span></tt>.  Do
 not move or copy the executable <tt class="docutils literal">pypy</tt> outside the tree &ndash; put
 a symlink to it, otherwise it will not find its libraries.</p>
 </div>
@@ -112,8 +112,8 @@
 <li><p class="first">Get the source code.  The following packages contain the source at
 the same revision as the above binaries:</p>
 <ul class="simple">
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/get/release-1.6.tar.bz2">pypy-1.6-src.tar.bz2</a> (sources, Unix line endings)</li>
-<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/get/release-1.6.zip">pypy-1.6-src.zip</a> (sources, Unix line endings too, sorry)</li>
+<li><a href="#id8"><span class="problematic" id="id12">`pypy-1.7-src.tar.bz2`__</span></a> (sources, Unix line endings)</li>
+<li><a href="#id8"><span class="problematic" id="id13">`pypy-1.7-src.zip`__</span></a> (sources, Unix line endings too, sorry)</li>
 </ul>
 <p>Or you can checkout the current trunk using <a class="reference external" href="http://mercurial.selenic.com/">Mercurial</a> (the trunk
 usually works and is of course more up-to-date):</p>
@@ -121,7 +121,7 @@
 hg clone https://bitbucket.org/pypy/pypy
 </pre>
 </li>
-<li><p class="first">Make sure you <strong>installed the dependencies.</strong>  See the list <a class="reference external" href="http://pypy.readthedocs.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p>
+<li><p class="first">Make sure you <strong>installed the dependencies.</strong>  See the list <a href="#id8"><span class="problematic" id="id14">here__</span></a>.</p>
 </li>
 <li><p class="first">Enter the <tt class="docutils literal">goal</tt> directory:</p>
 <pre class="literal-block">
@@ -190,6 +190,13 @@
 d703aa34fe1a45682ce4a09470ee9b1fa873d9be  pypy-1.6-osx64.tar.bz2
 </pre>
 </div>
+<div class="system-messages section">
+<h1>Docutils System Messages</h1>
+<div class="system-message" id="id8">
+<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">[dynamic-text]</tt>); <em>backlinks: <a href="#id9">1</a>, <a href="#id10">2</a>, <a href="#id11">3</a>, <a href="#id12">4</a>, <a href="#id13">5</a>, <a href="#id14">6</a></em></p>
+Anonymous hyperlink mismatch: 6 references but 7 targets.
+See &ldquo;backrefs&rdquo; attribute for IDs.</div>
+</div>
 </div>
 <div id="sidebar">
 </div>
diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
@@ -45,7 +45,7 @@
 <div>
 <div id="main">
 <h1 class="title">Features</h1>
-<p><strong>PyPy 1.6</strong> implements <strong>Python 2.7.1</strong> and runs on Intel
+<p><strong>PyPy 1.7</strong> implements <strong>Python 2.7.1</strong> and runs on Intel
 <a class="reference external" href="http://en.wikipedia.org/wiki/IA-32">x86 (IA-32)</a> and <a class="reference external" href="http://en.wikipedia.org/wiki/X86_64">x86_64</a> 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
diff --git a/howtohelp.html b/howtohelp.html
--- a/howtohelp.html
+++ b/howtohelp.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
diff --git a/index.html b/index.html
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
@@ -63,7 +63,7 @@
 <li>As well as other <a class="reference external" href="features.html">features</a>.</li>
 </ul>
 </blockquote>
-<p class="download"><a class="reference external" href="download.html">Download and try out the PyPy release 1.6!</a></p>
+<p class="download"><a class="reference external" href="download.html">Download and try out the PyPy release 1.7!</a></p>
 <p>Want to know more? A good place to start is our detailed <a class="reference external" href="http://speed.pypy.org/">speed</a> and
 <a class="reference external" href="compat.html">compatibility</a> reports!</p>
 </div>
diff --git a/js/detect.js b/js/detect.js
--- a/js/detect.js
+++ b/js/detect.js
@@ -4,17 +4,17 @@
     var base = 'https://bitbucket.org/pypy/pypy/downloads/';
     if (navigator.platform.indexOf('Linux') != -1) {
         if (navigator.platform.indexOf('64') != -1) {
-            download_url = base + 'pypy-1.6-linux64.tar.bz2';
+            download_url = base + 'pypy-1.7-linux64.tar.bz2';
             download_text = 'Download linux x86-64 bin';
         } else {
-            download_url = base + 'pypy-1.6-linux.tar.bz2';
+            download_url = base + 'pypy-1.7-linux.tar.bz2';
             download_text = 'Download linux x86 bin (32 bit)';
         }
     } else if (navigator.platform.indexOf('Win') != -1) {
-        download_url = base + 'pypy-1.6-win32.zip';
+        download_url = base + 'pypy-1.7-win32.zip';
         download_text = 'Download Windows x86 bin (BETA)';
     } else if (navigator.platform.indexOf('Mac') != 1) {
-        download_url = base + 'pypy-1.6-osx64.tar.bz2';
+        download_url = base + 'pypy-1.7-osx64.tar.bz2';
         download_text = 'Download Mac OS X 10.6 bin (64 bit)';
     } else {
         download_url = "download.html";
diff --git a/numpydonate.html b/numpydonate.html
--- a/numpydonate.html
+++ b/numpydonate.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
diff --git a/people.html b/people.html
--- a/people.html
+++ b/people.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
diff --git a/py3donate.html b/py3donate.html
--- a/py3donate.html
+++ b/py3donate.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
diff --git a/source/compat.txt b/source/compat.txt
--- a/source/compat.txt
+++ b/source/compat.txt
@@ -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/beta-level** support for the `CPython C API`_, however, as of 1.6
+PyPy has **alpha/beta-level** support for the `CPython C API`_, however, as of 1.7
 release this feature is not yet complete. Many libraries will require
 a bit of effort to work, but there are known success stories. Check out
 PyPy blog for updates.
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -12,7 +12,7 @@
   as stable as the release, but they contain numerous bugfixes and 
   performance improvements.
 
-Here are the various binaries of **PyPy 1.6** that we provide for x86 Linux,
+Here are the various binaries of **PyPy 1.7** that we provide for x86 Linux,
 Mac OS/X or Windows.
 
 .. class:: download_menu
@@ -35,18 +35,18 @@
 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.6;
+(This is the official release 1.7;
 for the most up-to-date version see below.)
 
 * `Linux binary (32bit)`__
 * `Linux binary (64bit)`__
 * `Mac OS/X binary (64bit)`__
-* `Windows binary (32bit) release c`__ (BETA!)
+* Windows binary (32bit) release c - not ready yet
 
-.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux.tar.bz2
-.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-linux64.tar.bz2
-.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-osx64.tar.bz2
-.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.6-win32-c.zip
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-linux.tar.bz2
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-linux64.tar.bz2
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-osx64.tar.bz2
+.. __: https://bitbucket.org/pypy/pypy/downloads/pypy-1.7-win32-c.zip
 .. 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
@@ -74,7 +74,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.6, which focuses
+These versions are not officially part of the release 1.7, which focuses
 on the JIT.  You can find prebuilt binaries for them on our
 `nightly build`_, or translate_ them yourself.
 
@@ -88,7 +88,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.6/bin/pypy``.  Do
+``/usr/local/bin/pypy`` to ``/path/to/pypy-1.7/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.
 
@@ -101,11 +101,11 @@
 1. Get the source code.  The following packages contain the source at
    the same revision as the above binaries:
 
-   * `pypy-1.6-src.tar.bz2`__ (sources, Unix line endings)
-   * `pypy-1.6-src.zip`__ (sources, Unix line endings too, sorry)
+   * `pypy-1.7-src.tar.bz2`__ (sources, Unix line endings)
+   * `pypy-1.7-src.zip`__ (sources, Unix line endings too, sorry)
 
-   .. __: https://bitbucket.org/pypy/pypy/get/release-1.6.tar.bz2
-   .. __: https://bitbucket.org/pypy/pypy/get/release-1.6.zip
+   .. __: https://bitbucket.org/pypy/pypy/get/release-1.7.tar.bz2
+   .. __: https://bitbucket.org/pypy/pypy/get/release-1.7.zip
 
    Or you can checkout the current trunk using Mercurial_ (the trunk
    usually works and is of course more up-to-date)::
diff --git a/source/features.txt b/source/features.txt
--- a/source/features.txt
+++ b/source/features.txt
@@ -6,7 +6,7 @@
 PyPy features
 ===========================================================
 
-**PyPy 1.6** implements **Python 2.7.1** and runs on Intel
+**PyPy 1.7** implements **Python 2.7.1** 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
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 1.6!`__
+`Download and try out the PyPy release 1.7!`__
 
 .. __: download.html
 
diff --git a/sponsor.html b/sponsor.html
--- a/sponsor.html
+++ b/sponsor.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">
diff --git a/success.html b/success.html
--- a/success.html
+++ b/success.html
@@ -16,7 +16,7 @@
 	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
   <script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
   <script type="text/javascript" src="js/detect.js"></script>
-  <script type="text/javascript" src="js/script2.js"></script>
+  <script type="text/javascript" src="js/script2.js?bust=1"></script>
 </head>
 <body>
 <script type="text/javascript">


More information about the pypy-commit mailing list