From d7dfefeaf68ecd918c1bdbf2ba66a8f3493b7cf9 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Mon, 16 May 2016 16:36:24 +0200 Subject: [PATCH] xglob: updated changelog --- oletools/thirdparty/xglob/xglob.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oletools/thirdparty/xglob/xglob.py b/oletools/thirdparty/xglob/xglob.py index 29f3398..d8f14ed 100644 --- a/oletools/thirdparty/xglob/xglob.py +++ b/oletools/thirdparty/xglob/xglob.py @@ -52,8 +52,10 @@ For more info and updates: http://www.decalage.info/xglob # 2015-01-03 v0.04 PL: - fixed issues in iter_files + yield container name # 2016-02-24 v0.05 PL: - do not stop on exceptions, return them as data # - fixed issue when using wildcards with empty path +# 2016-04-28 v0.06 CH: - improved handling of non-existing files +# (by Christian Herdtweck) -__version__ = '0.05' +__version__ = '0.06' #=== IMPORTS ================================================================= -- libgit2 0.21.4