14
0
forked from pool/python-pyasn1

Accepting request 527232 from home:stroeder:branches:devel:languages:python

updated to upstream release 0.3.5

OBS-URL: https://build.opensuse.org/request/show/527232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=62
This commit is contained in:
2017-09-19 08:49:43 +00:00
committed by Git OBS Bridge
parent 3597e5963d
commit 6721402479
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Sep 19 07:32:21 UTC 2017 - michael@stroeder.com
- updated to upstream release 0.3.5
Revision 0.3.5, released 16-09-2017
-----------------------------------
- Codecs signatures unified and pass the options kwargs through the
call chain
- Explicit tag encoding optimized to avoid unnecessary copying
- End-of-octets sentinel encoding optimized
- Refactored ASN.1 codecs properties to silently enforce proper
length and chunk size encoding modes
- Fixed DER encoder to always produce primitive encoding
- Fixed crash at SequenceOf native decoder
- Fixed Real.prettyPrint() to fail gracefully on overflow
- Fixed a couple of crashes when debug mode is enabled
-------------------------------------------------------------------
Thu Sep 7 09:24:51 UTC 2017 - michael@stroeder.com