Update changelog and setup.py for 2.2

pull/21/head
Dan Puttick 2017-10-01 22:45:30 -04:00
parent a22127a66a
commit 1af32b5414
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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',