[pypy-commit] pypy default: start 2.4-beta1 release cycle

mattip noreply at buildbot.pypy.org
Mon Sep 8 00:04:21 CEST 2014


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r73365:52e09c6c7a8b
Date: 2014-09-08 00:55 +0300
http://bitbucket.org/pypy/pypy/changeset/52e09c6c7a8b/

Log:	start 2.4-beta1 release cycle

diff --git a/pypy/doc/release-2.4.0.rst b/pypy/doc/release-2.4.0.rst
--- a/pypy/doc/release-2.4.0.rst
+++ b/pypy/doc/release-2.4.0.rst
@@ -1,13 +1,14 @@
 =================================================
-PyPy 2.4 - ????????
+PyPy 2.4 - Snow White
 =================================================
 
 We're pleased to announce PyPy 2.4, which contains significant performance
 enhancements and bug fixes. 
 
-You can download the PyPy 2.4 release here:
+You can already download the PyPy 2.4-beta1 pre-release here:
 
-    http://pypy.org/download.html
+    ~~http://pypy.org/download.html~~
+    https://bitbucket.org/pypy/pypy/downloads
 
 We would like to thank our donors for the continued support of the PyPy
 project, and for those who donate to our three sub-projects.
@@ -97,6 +98,9 @@
 
 * Upgrade stdlib from 2.7.5 to 2.7.8
 
+* Win32 now links statically to zlib, expat, bzip, and openssl-1.0.1i.
+  No more missing DLLs
+  
 * Many issues were resolved_ since the 2.3.1 release on June 8
 
 .. _`whats-new`: http://doc.pypy.org/en/latest/whatsnew-2.3.1.html
diff --git a/pypy/doc/whatsnew-2.4.0.rst b/pypy/doc/whatsnew-2.4.0.rst
--- a/pypy/doc/whatsnew-2.4.0.rst
+++ b/pypy/doc/whatsnew-2.4.0.rst
@@ -60,3 +60,7 @@
 
 .. branch: stdlib-2.7.8
 Upgrades from 2.7.6 to 2.7.8
+
+.. branch: cpybug-seq-radd-rmul
+Fix issue #1861 - cpython compatability madness
+
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -4,5 +4,5 @@
 =======================
 
 .. this is a revision shortly after release-2.4.x
-.. startrev: 204b550079b0
+.. startrev: 7026746cbb1b
 


More information about the pypy-commit mailing list