2013-05-10 11:13:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 8 13:49:15 UTC 2013 - michael@stroeder.com
|
|
|
|
|
|
|
|
- updated to upstrean release 0.1.7
|
|
|
|
|
|
|
|
Revision 0.1.7
|
|
|
|
--------------
|
|
|
|
|
|
|
|
- License updated to vanilla BSD 2-Clause to ease package use
|
|
|
|
(http://opensource.org/licenses/BSD-2-Clause).
|
|
|
|
- Test suite made discoverable by unittest/unittest2 discovery feature.
|
|
|
|
- Fix to decoder working on indefinite length substrate -- end-of-octets
|
|
|
|
marker is now detected by both tag and value. Otherwise zero values may
|
|
|
|
interfere with end-of-octets marker.
|
|
|
|
- Fix to decoder to fail in cases where tagFormat indicates inappropriate
|
|
|
|
format for the type (e.g. BOOLEAN is always PRIMITIVE, SET is always
|
|
|
|
CONSTRUCTED and OCTET STRING is either of the two)
|
|
|
|
- Fix to REAL type encoder to force primitive encoding form encoding.
|
|
|
|
- Fix to CHOICE decoder to handle explicitly tagged, indefinite length
|
|
|
|
mode encoding
|
|
|
|
- Fix to REAL type decoder to handle negative REAL values correctly. Test
|
|
|
|
case added.
|
|
|
|
|
2013-04-24 09:37:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 24 04:25:05 UTC 2013 - highwaystar.ru@gmail.com
|
|
|
|
|
|
|
|
- initial python3 package
|
|
|
|
|