From 9a0d4405821498683d79ea665e02e135d29582d7 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Tue, 26 Apr 2016 22:02:26 +0200 Subject: [PATCH] Document changes for release 1.7.4 --- docs/history.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index b48e8e4d..8ada17fe 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -14,12 +14,21 @@ by setting up a git repositery on github, hosted along with gccxml. Version 1.7.4 (not yet released) -------------------------------- -1. Since this release, pyggcxml's version numbers do not contain the ``v`` - prefix anymore. This was breaking distribution on PyPI (pypi.python.org). +1. CV-qualified arrays were not being handled correctly by type traits + manipulations functions. For instance, 'int const[N]' would not be + detected as 'const'. Similar problems existed for volatile qualified + arrays too. See #35 for more details. A newer version of CastXML is + recommended (xml output version >= 1.138) 2. Close subprocess stdout stream once value has been read. Fixes some warnings under python3. +3. Since this release, pyggcxml's version numbers do not contain the ``v`` + prefix anymore. This was breaking distribution on PyPI (pypi.python.org). + +Thanks to the following people for their contribution to this release: +Ashish Sadanandan + Version 1.7.3 -------------