diff options
| author | jvoisin | 2014-01-19 14:55:21 +0000 |
|---|---|---|
| committer | jvoisin | 2014-01-19 14:55:21 +0000 |
| commit | 127c4a21790e48967a4e275492e1d6868628e5a2 (patch) | |
| tree | bb6beea352e4857782ae50628967b061af10d0b5 | |
| parent | 573352f8c43a2fdc9cb09b870bc41d91370ec496 (diff) | |
MAT 0.50.5
| -rw-r--r-- | CHANGELOG | 8 | ||||
| -rw-r--r-- | MAT/mat.py | 2 |
2 files changed, 9 insertions, 1 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 0.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 | |||
| 1 | 0.4.2 - 31oct2013 | 9 | 0.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 |
| @@ -14,7 +14,7 @@ import hachoir_parser | |||
| 14 | 14 | ||
| 15 | import MAT.exceptions | 15 | import 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 |
