File python-asn1.changes of Package python-asn1
-------------------------------------------------------------------
Tue Jun 22 13:44:07 UTC 2010 - hvogel@novell.com
- rename to follow our naming scheme with skipping py prefix for
modname
- prepare specfile for factory submission
-------------------------------------------------------------------
Fri Apr 30 02:41:06 UTC 2010 - alexandre@exatati.com.br
- Update to 0.0.11a
- Decoder can now treat values of unknown types as opaque OctetString.
- Fix to Set/SetOf type decoder to handle uninitialized scalar SetOf
components correctly.
- Spec file cleaned with spec-cleaner.
-------------------------------------------------------------------
Mon Feb 08 12:00:00 2010 - termim@gmail.com
- Update to 0.0.10a
- API versioning mechanics retired (pyasn1.v1 -> pyasn1) what makes
it possible to zip-import pyasn1 sources (used by egg and py2exe).
- Update to 0.0.9a
- Allow any non-zero values in Boolean type BER decoder, as it's in
accordnance with the standard.
-------------------------------------------------------------------
Mon Feb 16 12:00:00 2009 - jfunk@funktronics.ca - 0.0.8-1
- Update to 0.0.8a
- Integer.__index__() now supported (for Python 2.5+).
- Fix to empty value encoding in BitString encoder, test case added.
- Fix to SequenceOf decoder that prevents it skipping possible Choice
typed inner component.
- Choice.getName() method added for getting currently set component
name.
- OctetsString.prettyPrint() does a single str() against its value
eliminating an extra quotes.
- 0.0.7a
- Large tags (>31) now supported by codecs.
- Fix to encoder to properly handle explicitly tagged untagged items.
- All possible value lengths (up to 256^126) now supported by encoders.
- Fix to Tag class constructor to prevent negative IDs.
-------------------------------------------------------------------
Mon Apr 23 12:00:00 2007 - jfunk@funktronics.ca - 0.0.6-1
- Update to 0.0.6
- Make use of setuptools
- Constraints derivation verification (isSuperTypeOf()/isSubTypeOf()) fixed
- Fix to constraints comparation logic -- can't cmp() hash values as it
may cause false positives due to hash conflicts
-------------------------------------------------------------------
Thu Jun 22 12:00:00 2006 - jfunk@funktronics.ca - 0.0.5-1
- Update
-------------------------------------------------------------------
Wed Oct 12 12:00:00 2005 - jfunk@funktronics.ca - 0.0.3-ft.2
- Buildfor SL10
-------------------------------------------------------------------
Wed Sep 28 12:00:00 2005 - jfunk@funktronics.ca - 0.0.3-ft.1
- Initial release