summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2015-12-30 17:33:38 +0100
committerjvoisin2015-12-30 17:40:57 +0100
commit158b14ba0e094108a127e3f9ccdffc2a65bc9e5b (patch)
tree6cba7d2f172b42be8436fe0c688965934e5d0889
parentd35185187784bdd173348c2d91981798c5a97323 (diff)
MAT 0.60.6
-rw-r--r--CHANGELOG9
-rw-r--r--libmat/mat.py2
-rwxr-xr-xsetup.py2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f02673b..fbd59cd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
10.6 - 30dec2015
2 * The testsuite can now be run against the system-wide version of MAT
3 * Support for TIFF files
4 * Removal of the (unmaintained) hachoir library dependency
5 * More code documentation
6 * Torrent files are now cleaned in a deeper fashion
7 * Better support of weird command-line arguments
8 * Usual cleaup/misc fixes
9
10.5.4 - 19aug2015 100.5.4 - 19aug2015
2 * Distance a bit MAT from hachoir 11 * Distance a bit MAT from hachoir
3 * Fix zip-related issues 12 * Fix zip-related issues
diff --git a/libmat/mat.py b/libmat/mat.py
index d397334..6ac1dc7 100644
--- a/libmat/mat.py
+++ b/libmat/mat.py
@@ -12,7 +12,7 @@ import xml.sax
12 12
13import libmat.exceptions 13import libmat.exceptions
14 14
15__version__ = '0.5.4' 15__version__ = '0.6'
16__author__ = 'jvoisin' 16__author__ = 'jvoisin'
17 17
18# Silence 18# Silence
diff --git a/setup.py b/setup.py
index fdee3ac..db69777 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import os
5from distutils.core import setup, Command 5from distutils.core import setup, Command
6from DistUtilsExtra.command import * 6from DistUtilsExtra.command import *
7 7
8__version__ = '0.5.3' 8__version__ = '6.0'
9 9
10# Remove MANIFEST file, since distutils 10# Remove MANIFEST file, since distutils
11# doesn't properly update it when 11# doesn't properly update it when