Skip to content

Releases: ietf-tools/rfc2html

v2.0.3

31 Jan 22:04
2b0dfed
Compare
Choose a tag to compare

New Features

v2.0.2

20 Jan 01:32
9921a5f
Compare
Choose a tag to compare

2.0.2 (2022-01-18)

Bug Fixes

  • fix: Recognize draft references in two-column title block (21521cd)

2.0.1

12 Jan 22:46
Compare
Choose a tag to compare

Added

  • Added a name= keyword argument to markup(), in order to be able to do special handling dependent on the draft or RFC name.
  • Added special case handling for draft-ietf-dnsop-interim-signed-root-01.
  • Added a tox.ini file for test runs across py27 and 3.4-3.6, and a trivial tests.py placeholder.
  • Added control character stripping.
  • Added code to identify not only the start but also the end of reference section(s).

Changed

  • Changed tabs to spaces for python 3.
  • Now importing escape() from html instead of cgi if possible.
  • Corrected the copyright in setup.py; fixed some pyflakes issues, and added sys reload with defaultencoding UTF-8 under py27.