Author: Armin Rigo <[email protected]>
Branch:
Changeset: r2241:f3fd064f445e
Date: 2015-07-31 10:57 +0200
http://bitbucket.org/cffi/cffi/changeset/f3fd064f445e/
Log: Use section titles that start with a letter: docutils used to turn
links to them to "id01", "id02", etc., and every new version, these
would shift, giving the wrong "already-visited" colouring in web
browsers
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -3,8 +3,8 @@
======================
-1.2.0
-=====
+v1.2.0
+======
* Out-of-line mode: ``int a[][...];`` can be used to declare a structure
field or global variable which is, simultaneously, of total length
@@ -56,15 +56,15 @@
.. __: using.html#alternative-allocators
-1.1.2
-=====
+v1.1.2
+======
* ``ffi.gc()``: fixed a race condition in multithreaded programs
introduced in 1.1.1
-1.1.1
-=====
+v1.1.1
+======
* Out-of-line mode: ``ffi.string()``, ``ffi.buffer()`` and
``ffi.getwinerror()`` didn't accept their arguments as keyword
@@ -81,8 +81,8 @@
.. __: cdef.html#dlopen-note
-1.1.0
-=====
+v1.1.0
+======
* Out-of-line API mode: we can now declare integer types with
``typedef int... foo_t;``. The exact size and signedness of ``foo_t``
@@ -114,14 +114,14 @@
in ``build/foo.c``, the .o file would be put in ``build/build/foo.o``.
-1.0.3
-=====
+v1.0.3
+======
* Same as 1.0.2, apart from doc and test fixes on some platforms.
-1.0.2
-=====
+v1.0.2
+======
* Variadic C functions (ending in a "..." argument) were not supported
in the out-of-line ABI mode. This was a bug---there was even a
@@ -130,8 +130,8 @@
.. __: overview.html#out-of-line-abi-level
-1.0.1
-=====
+v1.0.1
+======
* ``ffi.set_source()`` crashed if passed a ``sources=[..]`` argument.
Fixed by chrippa on pull request #60.
@@ -143,8 +143,8 @@
* Enums were buggy if you used too many "..." in their definition.
-1.0.0
-=====
+v1.0.0
+======
* The main news item is out-of-line module generation:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit