14
0
forked from pool/python-pyasn1

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

Update to upstrean release 0.1.4

OBS-URL: https://build.opensuse.org/request/show/129125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=16
This commit is contained in:
Sascha Peilicke
2012-07-28 10:06:30 +00:00
committed by Git OBS Bridge
parent 27552fe271
commit 412bba8ceb
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jul 27 18:03:18 UTC 2012 - michael@stroeder.com
- updated to upstrean release 0.1.4
- includes fix needed by python-ldap's module ldap.syncrepl
Most important changes include:
* A built-in de/serialization debugging facility added
* Package versioning added (pyasn1.__version__)
* Leading sub-OIDs overflow condition handled
* REAL type exponent encoding implemented properly at BER codec
* Boolean BER decoder fixed to allow arbitrary payload
* Leading 0x80 octet now handled properly by DER/CER/DER
ObjectIdentifier decoder
-------------------------------------------------------------------
Wed Apr 25 20:11:18 UTC 2012 - michael@stroeder.com