14
0
forked from pool/python-pyasn1

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

- update to 0.4.5

OBS-URL: https://build.opensuse.org/request/show/669101
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=77
This commit is contained in:
Tomáš Chvátal
2019-01-28 20:36:53 +00:00
committed by Git OBS Bridge
parent 970a495290
commit 0891d17031
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 28 14:25:21 UTC 2019 - Michael Ströder <michael@stroeder.com>
- update to 0.4.5
* Debug logging refactored for more efficiency when disabled and for more
functionality when in use. Specifically, the global LOG object can easily
be used from any function/method, not just from codec main loop as it used
to be.
* More debug logging added to BER family of codecs to ease encoding problems
troubleshooting.
* Copyright notice extended to the year 2019
* Fixed defaulted constructed SEQUENCE component initialization.
-------------------------------------------------------------------
Fri Dec 7 11:40:47 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>