patool/doc/changelog.txt

278 lines
8.1 KiB
Plaintext
Raw Normal View History

2016-01-17 08:06:13 +00:00
1.12 (released 17.1.2016)
2016-01-14 20:10:17 +00:00
* Add winrar to default search path on Windows.
* Improve usage documentation on Windows.
Closes: GH bug #19
2016-01-09 20:09:27 +00:00
1.11 (released 9.1.2016)
* Fix 7z unpacking when only p7zip with /usr/bin/7zr is installed.
2016-01-09 19:58:15 +00:00
* Support comic book archives: .cb7 for 7z, .cba for ACE, .cbr for RAR,
.cbt for TAR and .cbz for ZIP archives.
2015-12-10 19:16:12 +00:00
1.10 (released 10.12.2015)
2015-12-10 19:14:53 +00:00
* Added support for VHD (Virtual Hard Disk) archives with 7z.
2015-12-07 11:29:17 +00:00
1.9 (released 07.12.2015)
2015-12-05 11:09:26 +00:00
* Fix ZPAQ archive creation.
Patch by vitlav
2015-12-07 10:08:19 +00:00
* Fix ZPAQ archive testing.
2015-12-05 11:11:24 +00:00
* Add more search paths for rar libraries.
Patch by vitlav
Closes: GH bug #30
2015-12-05 11:12:57 +00:00
* Fix support URL
Closes: GH bug #28
2015-12-05 11:24:40 +00:00
* Updated PyPI trove classifiers to include Python 3
Closes: GH bug #25
2015-12-06 19:51:46 +00:00
* Added new option --non-interactive to avoid commandline prompts of
archive programs.
Closes: GH bug #16, #24
2015-12-05 11:12:57 +00:00
2015-12-05 11:09:26 +00:00
2015-07-19 15:29:33 +00:00
1.8 (released 19.7.2015)
2014-09-22 20:18:21 +00:00
2014-09-22 21:16:21 +00:00
* Added support for ZPAQ archives.
2014-09-22 21:17:03 +00:00
Closes: GH bug #14
2015-07-19 13:43:21 +00:00
* Use options for maximum compression when creating archives
and the archive program has such options.
2015-07-19 15:29:33 +00:00
* Added a new "recompress" command which tries to reduce the
size of the compressed archive.
* Add BZIP2 creation to 7z and 7za commands.
2014-09-22 21:16:21 +00:00
2014-09-22 20:18:21 +00:00
2014-06-27 19:25:39 +00:00
1.7 (released 27.6.2014)
2014-06-27 15:59:58 +00:00
* Configure the xz program to also extract LZMA files.
* Fixed creation of LZMA files with the Python lzma module.
2014-06-27 19:12:52 +00:00
* Handle *.epub and *.apk files as ZIP files.
2014-06-27 15:59:58 +00:00
2014-09-22 21:16:21 +00:00
2014-06-08 08:28:41 +00:00
1.6 (released 8.6.2014)
* Search /usr/local/lib for p7zip RAR modules.
Closes: GH bug #10
2014-03-30 06:34:31 +00:00
1.5 (released 30.3.2014)
2014-03-20 21:53:11 +00:00
* Fix detection of existing broken symlinks when unpacking.
2013-09-02 20:21:30 +00:00
1.4 (released 2.9.2013)
* Add missing GZIP creation support for 7z modules.
Closes: GH bug #6
2013-07-19 13:10:59 +00:00
1.3 (released 19.7.2013)
2013-07-05 04:58:25 +00:00
* Add patoolib.__version__ (see PEP 396).
Closes: GH bug #3
* Improved detection of LZMA and LRZIP files with file(1).
* Add missing patoolib.programs to Windows installer.
2013-07-19 12:33:45 +00:00
Closes: GH bug #5
2013-07-05 04:58:25 +00:00
1.2 (released 27.6.2013)
* Fix detection of *.gz with newer libmagic versions.
Closes: GH bug #2
2013-04-10 16:56:21 +00:00
2013-04-07 15:35:27 +00:00
1.1 "Clerks" (released 7.4.2013)
2013-03-28 18:42:50 +00:00
* Add support for zopfli, Googles new zlib compressor.
2013-04-05 16:46:30 +00:00
* Fix an error repacking compressed tar archives with 7z.
2013-03-28 18:42:50 +00:00
2013-02-28 21:03:00 +00:00
1.0 "Robot and Frank" (released 1.3.2013)
2013-02-22 17:38:52 +00:00
* Add support for searching in archive contents.
2013-02-27 18:38:07 +00:00
* Add support for ISO image handling.
* Allow multiple --verbose options to increase program output.
* Add patool.exe to the PATH in the windows installer.
2013-02-22 17:38:52 +00:00
* Fixed Python lzma archive handling.
2013-02-23 08:01:15 +00:00
* Fixed lzop, lrzip and rzip archive handling.
2013-02-23 13:19:19 +00:00
* Fixed Python 3.x support.
2013-02-22 17:38:52 +00:00
2013-02-21 17:57:48 +00:00
0.19 "The Kids Are All Right" (released 21.2.2013)
2013-02-20 20:15:51 +00:00
2013-02-20 20:16:32 +00:00
* Support the lzma module in Python >= 3.3
2013-02-21 16:51:34 +00:00
* Optimize repacking of archives with the same format.
Closes: GH bug #1
2013-02-20 20:16:32 +00:00
2013-02-20 20:15:51 +00:00
2012-12-14 21:09:19 +00:00
0.18 "Skyfall" (released 15.12.2012)
2012-11-18 20:00:53 +00:00
* Fixed unadf archive listing.
2012-11-19 21:27:54 +00:00
* Added support for Python 3.x.
* Use importlib to find program modules and depend on Python >= 2.7.
2012-11-19 21:39:50 +00:00
* Added support for archmage and chmlib handling CHM (.chm) archives.
2012-11-18 20:00:53 +00:00
2012-08-04 11:19:42 +00:00
0.17 "I am Bruce Lee" (released 4.8.2012)
2012-05-17 09:35:20 +00:00
2012-05-25 20:07:22 +00:00
* Added support for Monkey's Audio Compressor handling APE (.ape) archives.
* Added support for shorten handling SHN (.shn) archives.
* Added support for flac handling FLAC (.flac) archives.
2012-05-23 16:36:03 +00:00
* Added support for the BSD cpio and tar programs.
2012-05-25 20:07:22 +00:00
* Added support for lhasa handling LZH (.lzh, .lha) archives.
* Added support for lcap handling CAB (.cab) archives.
* Added support for shar handling SHAR (.shar) shell archives.
* Added support for unadf handling ADF (.adf) amiga disk archives.
2012-08-04 12:09:08 +00:00
* Removed support for orange handling self-extracting installers.
* Generate standalone Windows .exe and Linux .rpm installer.
2012-05-23 16:36:03 +00:00
* Initialize the internal MIME database correct on all platforms.
* Improved option compatibility for the ar, cpio and tar programs.
* Rename the temporary output directory if it contains multiple files.
The name is the archive name without extension, which is more
readable than a random filename "UnpackXyz".
2012-05-25 20:15:29 +00:00
* Require and use Python >=2.5
2012-05-17 09:35:20 +00:00
2012-05-12 11:38:45 +00:00
0.16 "Game of thrones" (released 12.5.2012)
2012-04-09 09:54:20 +00:00
2012-04-09 10:24:57 +00:00
* Document the --outdir option for the extract command.
Closes: SF bug #3363964
* Added convenience library function to handle archives.
2012-05-11 19:09:32 +00:00
Documentation for those functions can be found in
doc/development.txt.
2012-04-09 10:24:57 +00:00
Closes: SF bug #3351936
2012-04-11 16:22:27 +00:00
* Fix generating an RPM installer.
Closes: SF bug #2977749
2012-05-11 05:08:50 +00:00
* Added support for the lbzip2 program handling BZIP2 archives.
2012-05-11 05:14:49 +00:00
* Added support for the plzip program handling LZIP archives.
2012-05-12 11:51:23 +00:00
* Prevent overwriting files with repack.
* Support extraction of BZIP2 (.bz2) files with the Python bz2 module.
* Support extraction of GZIP (.gz) files with the Python gzip module.
* Support extraction of ZIP (.zip) files with the Python zipfile module.
* Support extraction of TAR (.tar) files with the Python tarfile module.
2012-04-09 10:24:57 +00:00
2012-04-08 16:54:24 +00:00
0.15 "Contraband" (released 8.4.2012)
2012-02-12 08:18:17 +00:00
2012-04-09 10:24:57 +00:00
* Print help when unknown options are given.
* Print error when archive files do not exist.
* Added installation instructions in doc/install.txt
* Added support for the pigz program handling GZIP archives.
2012-02-12 08:18:17 +00:00
2012-01-30 19:54:08 +00:00
0.14 "Book of Dragons" (released 30.1.2012)
2011-10-19 07:10:17 +00:00
2012-04-09 10:24:57 +00:00
* Handle CRX (.crx) files as ZIP archives. They have garbage at
the beginning of the file, but some unzip programs can cope with
that.
* The xz program supports listing of XZ archives. Adjust the
configuration accordingly.
2011-10-19 07:10:17 +00:00
2011-01-25 13:00:02 +00:00
0.13 "Megamind" (released 25.1.2011)
2010-11-20 20:06:07 +00:00
2012-04-09 10:24:57 +00:00
* Fix command argument order when extracting cpio archives.
* Added correct cpio MIME type on Debian systems.
* Added support for the clzip and pdlzip programs who are both capable
of handling LZIP (.lz) archives.
* Added support for the orange program which is capable of extracting
CAB (.cab) archives.
* Added support for DMS (.dms) files with the xdms program.
* Support ZIP (.zip) file creation with the 7z and 7za programs.
* Improved MIME type detection for compressed TAR archives.
* Fix needed archive programs for several test cases, including
test_repack and test_mime.
2010-11-20 20:06:07 +00:00
2010-11-20 12:56:34 +00:00
0.12 "Galaxy Quest" (released 20.11.2010)
2010-11-10 18:33:56 +00:00
2012-04-09 10:24:57 +00:00
* Show commands that are run.
* Fix rar extraction unpack directory.
* Fix ZIP mimedb detection on Windows systems.
2010-11-10 18:33:56 +00:00
2010-10-04 18:31:48 +00:00
0.11 "Primer" (released 4.10.2010)
2012-04-09 10:24:57 +00:00
* Added support for the standalone 7za program.
2010-04-10 20:01:39 +00:00
0.10 "Matchpoint" (released 10.4.2010)
2010-04-05 00:57:05 +00:00
2012-04-09 10:24:57 +00:00
* Correct shell quoting of commandline arguments. Now files with
spaces or other special characters are handled correctly.
* Use correct error routine on rmtree() errors. The previous
one did not have the correct number of arguments.
2010-04-05 00:57:05 +00:00
2010-03-26 15:13:30 +00:00
0.9 "Cargo" (released 26.3.2010)
2010-03-18 18:25:42 +00:00
2012-04-09 10:24:57 +00:00
* Do not use the diff -B option when comparing archives.
* Improved documentation: explain commands in more detail.
* Added support for RZIP (.rz) archives.
* Added support for ZOO (.zoo) archives.
2010-03-18 18:25:42 +00:00
2010-03-11 17:55:44 +00:00
0.8 "Storage" (released 11.3.2010)
2012-04-09 10:24:57 +00:00
* Fix path error by using absolute pathname for archive when changing
the current working directory to the unpack directory.
* Fix parsing of the "-v" short option.
* Added new command "patool diff" to show differences between two
archives.
* Added new command "patool repack" to repackage archives in another
format.
2010-03-08 18:58:39 +00:00
0.7 "3000 Miles to Graceland" (released 8.3.2010)
2010-03-06 19:32:46 +00:00
2012-04-09 10:24:57 +00:00
* Added support for ALZIP (.alz) archives.
* Added support for LRZIP (.lrz) archives.
* Added support for ARC (.arc) archives.
2010-03-06 19:32:46 +00:00
2010-03-06 19:27:27 +00:00
0.6 "Waking Ned" (released 6.3.2010)
2010-03-06 10:38:20 +00:00
2012-04-09 10:24:57 +00:00
* Remove the --force option. Local files are now never overwritten.
* Added option alias -v for --verbose.
* Added --verbose option to create command.
* Added support for extracting, listing and testing multiple archives.
* Fix permissions of extracted files: make them readable by the
current user.
* Added support for ACE (.ace) archives.
* Added support for AR (.a) archives.
* Added support for LZH (.lha, .lzh) archives.
2010-03-06 10:38:20 +00:00
0.5 "Vanishing Point" (released 4.3.2010)
2010-03-04 08:04:36 +00:00
2012-04-09 10:24:57 +00:00
* Ported to Python 2.4.
* Added support for LZIP (.lz) archives.
* Removed support for setting options via config file.
2010-03-04 15:05:08 +00:00
2010-03-04 08:04:36 +00:00
0.4 "Nikita" (released 3.3.2010)
2010-03-01 15:21:13 +00:00
2012-04-09 10:24:57 +00:00
* Added support for Windows systems.
* Added support for creating ZIP files.
* Improved listing of available archive formats.
* Improved recognition of MIME types.
2010-03-01 15:21:13 +00:00
2010-02-23 18:37:25 +00:00
0.3 "Management" (released 23.2.2010)
2012-04-09 10:24:57 +00:00
* Better test if encodings of archive commands are supported
(for example .tar.Z needs a decompress program).
2010-02-23 06:37:50 +00:00
0.2 "Birdy" (released 22.2.2010)
2012-04-09 10:24:57 +00:00
* Add support for LZMA and XZ archives.
2010-02-23 06:37:50 +00:00
0.1 "Hard Boiled" (released 21.2.2010)
2010-02-21 18:01:15 +00:00
2012-04-09 10:24:57 +00:00
* Initial release.