summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG8
-rw-r--r--MAT/mat.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2d9d968..1d9a46e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
10.5 - 19jan2014
2 * Support for zip archives
3 * Support for tar.gz archives
4 * Heavily refactoring of archives handling
5 * Handle read-only files inside archives
6 * Handle zip-specific metadata
7 * GUI allows to pick which unsupported files to add to the "clean" archive
8
10.4.2 - 31oct2013 90.4.2 - 31oct2013
2 * Fix (for real this time) MAT eating PDF 10 * Fix (for real this time) MAT eating PDF
3 * The mautilus plugin does not appear on read-only files 11 * The mautilus plugin does not appear on read-only files
diff --git a/MAT/mat.py b/MAT/mat.py
index 54b40b5..4d64c2d 100644
--- a/MAT/mat.py
+++ b/MAT/mat.py
@@ -14,7 +14,7 @@ import hachoir_parser
14 14
15import MAT.exceptions 15import MAT.exceptions
16 16
17__version__ = '0.4.2' 17__version__ = '0.5'
18__author__ = 'jvoisin' 18__author__ = 'jvoisin'
19 19
20#Silence 20#Silence