mirror of https://github.com/CIRCL/PyCIRCLean
Update changelog and setup.py for 2.2
parent
a22127a66a
commit
1af32b5414
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,17 +1,25 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
2.2.0 (in progress)
|
2.2.0
|
||||||
---
|
---
|
||||||
New features:
|
New features:
|
||||||
- Filecheck.py configuration information is now conveniently held in a Config
|
- Filecheck.py configuration information is now conveniently held in a Config
|
||||||
object instead of in globals
|
object instead of in globals
|
||||||
- New easier to read text-based logger (removed twiggy dependency)
|
- New easier to read text-based logger (removed twiggy dependency)
|
||||||
- Various filetypes in filecheck.py now have improved descriptions for log
|
- 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:
|
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
|
2.1.0
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='kittengroomer',
|
name='kittengroomer',
|
||||||
version='2.1.0',
|
version='2.2.0',
|
||||||
author='Raphaël Vinot',
|
author='Raphaël Vinot',
|
||||||
author_email='raphael.vinot@circl.lu',
|
author_email='raphael.vinot@circl.lu',
|
||||||
maintainer='Raphaël Vinot',
|
maintainer='Raphaël Vinot',
|
||||||
|
|
Loading…
Reference in New Issue