summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-12-05 20:51:47 -0800
committerJeff Forcier <jeff@bitprophet.org>2016-12-05 20:51:47 -0800
commit40d6cad7774588f9c2b8a32e3dc9afb7e5a8f477 (patch)
tree8b58261ad5efc4c530f2dfaee84f90bdf3b61d74 /sites
parent32bfbe6012d26e8b0c1ad333207d809627e556a5 (diff)
Make changelog re #802, re #802 more meaningful for us downstream folks
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 790ee984..d9d3216d 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,8 +2,9 @@
Changelog
=========
-* :bug:`802 (1.16+)` Better align GlobalAlloc argument spec with the API
- docs, incidentally improving supported Python versions on Windows.
+* :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