From d154c483a64100d86a558dc34bed3b450da034f6 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Fri, 29 Jul 2016 17:08:44 +0200 Subject: [PATCH] olevba: updated changelog and version after PR #67 --- oletools/olevba.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oletools/olevba.py b/oletools/olevba.py index fee76b9..4bd9998 100755 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -175,10 +175,11 @@ https://github.com/unixfreak0037/officeparser # 2016-05-12 CH: - added support for PowerPoint 97-2003 files # 2016-06-06 CH: - improved handling of unicode VBA module names # 2016-06-07 CH: - added option --relaxed, stricter parsing by default -# 2016-06-12 v0.48 PL: - fixed small bugs in VBA parsing code +# 2016-06-12 v0.50 PL: - fixed small bugs in VBA parsing code # 2016-07-01 PL: - fixed issue #58 with format() to support Python 2.6 +# 2016-07-29 CH: - fixed several bugs including #73 (Mac Roman encoding) -__version__ = '0.48' +__version__ = '0.50' #------------------------------------------------------------------------------ # TODO: -- libgit2 0.21.4