diff --git a/python-pyasn1.changes b/python-pyasn1.changes index f878e88..3f7d23e 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -2,20 +2,16 @@ 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 + - 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