Commit d154c483a64100d86a558dc34bed3b450da034f6

Authored by decalage2
1 parent 5ab1d9b4

olevba: updated changelog and version after PR #67

Showing 1 changed file with 3 additions and 2 deletions
oletools/olevba.py
... ... @@ -175,10 +175,11 @@ https://github.com/unixfreak0037/officeparser
175 175 # 2016-05-12 CH: - added support for PowerPoint 97-2003 files
176 176 # 2016-06-06 CH: - improved handling of unicode VBA module names
177 177 # 2016-06-07 CH: - added option --relaxed, stricter parsing by default
178   -# 2016-06-12 v0.48 PL: - fixed small bugs in VBA parsing code
  178 +# 2016-06-12 v0.50 PL: - fixed small bugs in VBA parsing code
179 179 # 2016-07-01 PL: - fixed issue #58 with format() to support Python 2.6
  180 +# 2016-07-29 CH: - fixed several bugs including #73 (Mac Roman encoding)
180 181  
181   -__version__ = '0.48'
  182 +__version__ = '0.50'
182 183  
183 184 #------------------------------------------------------------------------------
184 185 # TODO:
... ...