aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjvoisin <julien.voisin@dustri.org>2018-11-10 12:46:31 +0100
committerjvoisin <julien.voisin@dustri.org>2018-11-10 12:46:31 +0100
commit505be24be96bae4c792b8ffa6e9f42301a80bd8a (patch)
tree3dbea5a34b53acdafd4b091b5ae2cd124bc16c91
parentef8265e86a91b769c173ba82312ea3bdb9912922 (diff)
downloadmat2-0.6.0.tar.gz
mat2-0.6.0.tar.bz2
mat2-0.6.0.zip
Bump the changelog0.6.0
-rw-r--r--CHANGELOG.md11
-rw-r--r--doc/mat2.12
-rwxr-xr-xmat22
-rw-r--r--setup.py2
4 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f1ff34..6d7b8eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# 0.6.0 - 2018-11-10
+
+- Add lightweight cleaning for jpeg
+- Add support for zip files
+- Add support for mp4 files
+- Improve metadata extraction for archives
+- Improve robustness against corrupted embedded files
+- Fix a possible security issue on some terminals (control character
+ injection via --show)
+- Various internal cleanup/improvements
+
# 0.5.0 - 2018-10-23
- Video (.avi files for now) support, via FFmpeg, optionally
diff --git a/doc/mat2.1 b/doc/mat2.1
index 2480efc..2239766 100644
--- a/doc/mat2.1
+++ b/doc/mat2.1
@@ -1,4 +1,4 @@
-.TH MAT2 "1" "October 2018" "MAT2 0.5.0" "User Commands"
+.TH MAT2 "1" "November 2018" "MAT2 0.6.0" "User Commands"
.SH NAME
mat2 \- the metadata anonymisation toolkit 2
diff --git a/mat2 b/mat2
index 351d97b..ff8a253 100755
--- a/mat2
+++ b/mat2
@@ -15,7 +15,7 @@ except ValueError as e:
print(e)
sys.exit(1)
-__version__ = '0.5.0'
+__version__ = '0.6.0'
# Make pyflakes happy
assert Tuple
diff --git a/setup.py b/setup.py
index 06ede62..499ac84 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="mat2",
- version='0.5.0',
+ version='0.6.0',
author="Julien (jvoisin) Voisin",
author_email="julien.voisin+mat2@dustri.org",
description="A handy tool to trash your metadata",