From 1af32b5414c2bfe40342f81921db591c7cf8290e Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Sun, 1 Oct 2017 22:45:30 -0400 Subject: [PATCH] Update changelog and setup.py for 2.2 --- CHANGELOG.md | 14 +++++++++++--- setup.py | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4c16e..ba57c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,25 @@ Changelog ========= -2.2.0 (in progress) +2.2.0 --- New features: - Filecheck.py configuration information is now conveniently held in a Config object instead of in globals - New easier to read text-based logger (removed twiggy dependency) - Various filetypes in filecheck.py now have improved descriptions for log -- Improved the interface for adding file descriptions to files +- Improved the PyCIRCLean API interface for adding file descriptions to files +- New integration test harness using a sample file catalog Fixes: -- +- Switched back to released version of oletools +- Use set of malicious extensions from Chrome +- Check for XML Forms Architectures in PDFs +- Symlinks were being followed +- Prevent copying MacOS hidden files +- Fixes for several filetypes that were incorrectly being identified as dangerous +- Fix support for .rar archives +- Turn off executable bit on copied files 2.1.0 diff --git a/setup.py b/setup.py index 9d26896..1711e45 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='kittengroomer', - version='2.1.0', + version='2.2.0', author='Raphaël Vinot', author_email='raphael.vinot@circl.lu', maintainer='Raphaël Vinot',