[pypy-commit] cffi default: Update whatsnew

arigo noreply at buildbot.pypy.org
Mon Jun 1 09:21:56 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2151:dc94c2f9fad5
Date: 2015-06-01 09:22 +0200
http://bitbucket.org/cffi/cffi/changeset/dc94c2f9fad5/

Log:	Update whatsnew

diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -278,6 +278,8 @@
 needed.  (Alternatively, the out-of-line FFIs have a method
 ``ffi.dlclose(lib)``.)
 
+.. _dlopen-note:
+
 Note: the old version of ``ffi.dlopen()`` from the in-line ABI mode
 tries to use ``ctypes.util.find_library()`` if it cannot directly find
 the library.  The newer out-of-line ``ffi.dlopen()`` no longer does it
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,19 @@
 ======================
 
 
+1.1.1
+=====
+
+* Out-of-line mode: ``ffi.string()``, ``ffi.buffer()`` and
+  ``ffi.getwinerror()`` didn't accept their arguments as keyword
+  arguments, unlike their in-line mode equivalent.  (It worked in PyPy.)
+
+* Out-of-line ABI mode: documented a restriction__ of ``ffi.dlopen()``
+  when compared to the in-line mode.
+
+.. __: cdef.html#dlopen-note
+
+
 1.1.0
 =====
 


More information about the pypy-commit mailing list