[Pkg-privacy-commits] [mat] 64/68: MAT 0.6

Sascha Steinbiss sascha at steinbiss.name
Sun Jan 3 12:32:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch master
in repository mat.

commit 158b14ba0e094108a127e3f9ccdffc2a65bc9e5b
Author: jvoisin <julien.voisin at dustri.org>
Date:   Wed Dec 30 17:33:38 2015 +0100

    MAT 0.6
---
 CHANGELOG     | 9 +++++++++
 libmat/mat.py | 2 +-
 setup.py      | 2 +-
 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 @@
+0.6 - 30dec2015
+    * The testsuite can now be run against the system-wide version of MAT
+    * Support for TIFF files
+    * Removal of the (unmaintained) hachoir library dependency
+    * More code documentation
+    * Torrent files are now cleaned in a deeper fashion
+    * Better support of weird command-line arguments
+    * Usual cleaup/misc fixes
+
 0.5.4 - 19aug2015
 	* Distance a bit MAT from hachoir
 	* 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
 
 import libmat.exceptions
 
-__version__ = '0.5.4'
+__version__ = '0.6'
 __author__ = 'jvoisin'
 
 # 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
 from distutils.core import setup, Command
 from DistUtilsExtra.command import *
 
-__version__ = '0.5.3'
+__version__ = '6.0'
 
 # Remove MANIFEST file, since distutils
 # doesn't properly update it when

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git



More information about the Pkg-privacy-commits mailing list