diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 20:47:30 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 20:47:30 -0800 |
commit | 491d4a758264618bf236e8183d377fa4be7c6433 (patch) | |
tree | 42deca4b068772c2e047a51a924bb34c2e0c12ab /sites/www/changelog.rst | |
parent | 8bfc5c864fd4539ebd23b19d4335620d53c3e472 (diff) | |
parent | 26b915f6ba2c54ff4534f1801f2eac1d0a822a93 (diff) |
Merge branch '1.18' into 2.0
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 3f827599..c715b7bf 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :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 + apparently went unnoticed and unfixed for 12 entire years. Congrats to John + Villalovos for noticing & submitting the patch! * :support:`801 (1.17+)` Skip a Unix-only test when on Windows; thanks to Gabi Davar. * :support:`792 (1.17+)` Minor updates to the README and demos; thanks to Alan |