summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-12-05 20:51:49 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-12-05 20:51:49 -0800
commitac54d5cf2d9eaa29672eceadadda4118162368d6 (patch)
tree79c7edd1af57a39e6d450ea1fdcfab28e9af73ce /sites/www/changelog.rst
parent26b915f6ba2c54ff4534f1801f2eac1d0a822a93 (diff)
parent40d6cad7774588f9c2b8a32e3dc9afb7e5a8f477 (diff)
Merge branch '1.17' into 1.18
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 7884b044..8d1ba3a2 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