X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fnews.rst;h=7203dded13e22a8226c58d061a2be4e30b6e8088;hb=597f028b5d602b4af53830ac682078aa5fb59e38;hp=84e638c63a770c89ed87f5914660cd5182f36c79;hpb=97fe8b8eae995499566e3ae26e2e941e633997bc;p=pyderasn.git diff --git a/doc/news.rst b/doc/news.rst index 84e638c..7203dde 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -1,11 +1,51 @@ News ==== -.. _release4.8: +.. _release5.4: -4.8 +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: