[pypy-commit] cffi release-1.1: Whatsnew

arigo noreply at buildbot.pypy.org
Tue Jun 9 12:08:28 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: release-1.1
Changeset: r2176:68fd76822813
Date: 2015-06-09 11:33 +0200
http://bitbucket.org/cffi/cffi/changeset/68fd76822813/

Log:	Whatsnew

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -3,6 +3,13 @@
 ======================
 
 
+1.1.2
+=====
+
+* ``ffi.gc()``: fixed a race condition in multithreaded programs
+  introduced in 1.1.1
+
+
 1.1.1
 =====
 


More information about the pypy-commit mailing list