Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r3088:228dd33b79e0 Date: 2018-01-13 20:31 +0100 http://bitbucket.org/cffi/cffi/changeset/228dd33b79e0/
Log: hg merge release-1.11.4 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -15,3 +15,4 @@ ada126bd7d1e96cc76303c1fca64a556912549d8 v1.11.1 5f9690f5832b0292056df45f72314d69c191f75a v1.11.2 1aafccb9255dbb36f8e785b65624e39628cee63a v1.11.3 +e08abd4703fef26f036e82255f4070277a9e03bd v1.11.4 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -55,11 +55,11 @@ * Checksums of the "source" package version 1.11.4: - - MD5: ... + - MD5: 8ef0f852498908b20bc508799901fe93 - - SHA: ... + - SHA: d0c4f7d4b6af4c438a17b2f2334f2aa5ff7cc4db - - SHA256: ... + - SHA256: df9083a992b17a28cd4251a3f5c879e0198bb26c9e808c4647e0a18739f1d11d * Or grab the most current version from the `Bitbucket page`_: ``hg clone https://bitbucket.org/cffi/cffi`` diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -7,7 +7,10 @@ * Windows: reverted linking with ``python3.dll``, because virtualenv does not make this DLL available to virtual environments - for now. See `Issue #355`_. + for now. See `Issue #355`_. On Windows only, the C extension + modules created by cffi follow for now the standard naming scheme + ``foo.cp36-win32.pyd``, to make it clear that they are regular + CPython modules depending on ``python36.dll``. .. _`Issue #355`: https://bitbucket.org/cffi/cffi/issues/355/ _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit