1
0

Accepting request 440201 from home:mlin7442:branches:devel:languages:python

update to 16.2.0

OBS-URL: https://build.opensuse.org/request/show/440201
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=35
This commit is contained in:
2016-11-15 09:05:32 +00:00
committed by Git OBS Bridge
parent fdb9f83f9d
commit ed021b9278
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 14 08:46:18 UTC 2016 - mlin@suse.com
- Update to 16.2.0
* Deprecations
** Dropped support for OpenSSL 0.9.8.
* Changes
** Fix memory leak in OpenSSL.crypto.dump_privatekey() with FILETYPE_TEXT. #496
** Enable use of CRL (and more) in verify context. #483
** OpenSSL.crypto.PKey can now be constructed from cryptography objects and also
exported as such. #439
** Support newer versions of cryptography which use opaque structs for OpenSSL
1.1.0 compatibility.
** Fixed compatibility errors with OpenSSL 1.1.0.
** Fixed an issue that caused failures with subinterpreters and embedded Pythons.
#552
-------------------------------------------------------------------
Mon May 16 15:29:16 UTC 2016 - jmatejek@suse.com