X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fnews.rst;h=94dca18d222605d853470ad8e95bd3b09bca8d6e;hb=a25f8f51af2b3a4277ce4fec1920b2cba3254aae;hp=84e638c63a770c89ed87f5914660cd5182f36c79;hpb=97fe8b8eae995499566e3ae26e2e941e633997bc;p=pyderasn.git diff --git a/doc/news.rst b/doc/news.rst index 84e638c..94dca18 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -1,11 +1,57 @@ News ==== -.. _release4.8: +.. _release5.5: -4.8 +5.5 +--- +* PEP-396 compatible module's ``__version__`` + +.. _release5.4: + +5.4 +--- +* Do not shadow underlying ``DecodeError`` during decoding of optional + sequence's field + +.. _release5.3: + +5.3 +--- +* Forbid any later GNU GPL version autousage (project's licence now is + GNU LGPLv3 only) +* Fix ``defines_by_path`` context option usage example + +.. _release5.2: + +5.2 +--- +* Fix fallbacked ``colored()`` function workability, + if no ``termcolor`` is installed + +.. _release5.1: + +5.1 +--- +* Fix empty ``--oids`` workability + +.. _release5.0: + +5.0 +--- +* Ability to specify multiple OID mappings for pprinted output + (``oids`` keyword argument is renamed to ``oid_maps``) + +.. _release4.9: + +4.9 --- * Minor decode speed improvements +* Much faster UTCTime/GeneralizedTime decoders +* Stricter UTCTime/GeneralizedTime DER encoding check: trailing zeroes + are forbidden +* Valid DER encoding of GeneralizedTime with microseconds: no trailing + zeroes appended .. _release4.7: