Commit 830b1dac0848f6dcae23491f6de001c857d855e1

Authored by decalage2
1 parent 9a6599b3

rtfobj: updated changelog

oletools/olevba3.py 100755 → 100644
oletools/rtfobj.py
@@ -77,9 +77,10 @@ http://www.decalage.info/python/oletools @@ -77,9 +77,10 @@ http://www.decalage.info/python/oletools
77 # 2017-07-24 PL: - fixed call to RtfParser._end_of_file (issue #185) 77 # 2017-07-24 PL: - fixed call to RtfParser._end_of_file (issue #185)
78 # - ignore optional space after \bin (issue #185) 78 # - ignore optional space after \bin (issue #185)
79 # 2017-09-06 PL: - fixed issue #196: \pxe is not a destination 79 # 2017-09-06 PL: - fixed issue #196: \pxe is not a destination
  80 +# 2018-01-11 CH: - speedup RTF parsing (PR #244)
80 # 2018-02-01 JRM: - fixed issue #251: \bin without argument 81 # 2018-02-01 JRM: - fixed issue #251: \bin without argument
81 82
82 -__version__ = '0.52dev12' 83 +__version__ = '0.52dev13'
83 84
84 # ------------------------------------------------------------------------------ 85 # ------------------------------------------------------------------------------
85 # TODO: 86 # TODO: