summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--MAT/mat.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b528679..2d9d968 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
10.4.2 - 31oct2013
2 * Fix (for real this time) MAT eating PDF
3 * The mautilus plugin does not appear on read-only files
4 * Some minor refactorisations of the code
5
10.4.1 - 27oct2013 60.4.1 - 27oct2013
2 * Fix the fact that the MAT sometimes delete PDF 7 * Fix the fact that the MAT sometimes delete PDF
3 * Improves internal and external documentation 8 * Improves internal and external documentation
diff --git a/MAT/mat.py b/MAT/mat.py
index 0359dd0..54b40b5 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.1' 17__version__ = '0.4.2'
18__author__ = 'jvoisin' 18__author__ = 'jvoisin'
19 19
20#Silence 20#Silence