14
0
forked from pool/python-pyasn1

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

Update to upstream release 0.1.6 successfully tested with python-ldap/web2ldap.

OBS-URL: https://build.opensuse.org/request/show/149141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=18
This commit is contained in:
Todd R
2013-01-20 11:48:44 +00:00
committed by Git OBS Bridge
parent 412bba8ceb
commit 4034fa289d
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Jan 18 09:19:52 UTC 2013 - michael@stroeder.com
- updated to upstrean release 0.1.6
Revision 0.1.6
--------------
- The compact (valueless) way of encoding zero INTEGERs introduced in
0.1.5 seems to fail miserably as the world is filled with broken
BER decoders. So we had to back off the *encoder* for a while.
There's still the IntegerEncoder.supportCompactZero flag which
enables compact encoding form whenever it evaluates to True.
- Report package version on debugging code initialization.
Revision 0.1.5
--------------
- Documentation updated and split into chapters to better match
web-site contents.
- Make prettyPrint() working for non-initialized pyasn1 data objects. It
used to throw an exception.
- Fix to encoder to produce empty-payload INTEGER values for zeros
- Fix to decoder to support empty-payload INTEGER and REAL values
- Fix to unit test suites imports to be able to run each from
their current directory
-------------------------------------------------------------------
Fri Jul 27 18:03:18 UTC 2012 - michael@stroeder.com