diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 20:51:49 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 20:51:49 -0800 |
commit | 702dbd2d1b51bfc92edd66e09cf97f37a11d9584 (patch) | |
tree | 63bbebd998055f47e47167e0999463581b6d8c44 /sites | |
parent | 491d4a758264618bf236e8183d377fa4be7c6433 (diff) | |
parent | ac54d5cf2d9eaa29672eceadadda4118162368d6 (diff) |
Merge branch '1.18' into 2.0
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index c715b7bf..7b2a8ffd 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`802 (1.17+)` (via :issue:`804`) Update our vendored Windows API module + to address errors of the form ``AttributeError: 'module' object has no + attribute 'c_ssize_t'``. Credit to Jason R. Coombs. * :bug:`824` Fix the implementation of ``PKey.write_private_key_file`` (this method is only publicly defined on subclasses; the fix was in the private real implementation) so it passes the correct params to ``open()``. This bug |