From 542d267798263a6eaae771ec3440d37882333008 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Sun, 28 Aug 2016 21:37:12 +0200 Subject: [PATCH] oledir, olemap: added comments for python 3 changes --- oletools/oledir.py | 3 ++- oletools/olemap.py | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/oletools/oledir.py b/oletools/oledir.py index 02b9c07..8ceb4d1 100755 --- a/oletools/oledir.py +++ b/oletools/oledir.py @@ -43,7 +43,8 @@ http://www.decalage.info/python/oletools # 2015-04-17 v0.01 PL: - first version # 2015-04-21 v0.02 PL: - improved display with prettytable # 2016-01-13 v0.03 PL: - replaced prettytable by tablestream, added colors -# 2016-08-09 v0.50 PL: - fixed issue #77 (imports from thirdparty dir) +# 2016-07-20 v0.50 SL: - added Python 3 support +# 2016-08-09 PL: - fixed issue #77 (imports from thirdparty dir) __version__ = '0.50' diff --git a/oletools/olemap.py b/oletools/olemap.py index 74ff92c..7ec9830 100755 --- a/oletools/olemap.py +++ b/oletools/olemap.py @@ -13,7 +13,7 @@ http://www.decalage.info/python/oletools #=== LICENSE ================================================================== -# olemap is copyright (c) 2015 Philippe Lagadec (http://www.decalage.info) +# olemap is copyright (c) 2015-2016 Philippe Lagadec (http://www.decalage.info) # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, @@ -41,8 +41,9 @@ http://www.decalage.info/python/oletools # CHANGELOG: # 2015-11-01 v0.01 PL: - first version # 2016-01-13 v0.02 PL: - improved display with tablestream, added colors +# 2016-07-20 v0.50 SL: - added Python 3 support -__version__ = '0.02' +__version__ = '0.50' #------------------------------------------------------------------------------ # TODO: -- libgit2 0.21.4