patool/doc/changelog.txt

76 lines
2.3 KiB
Plaintext
Raw Normal View History

2010-11-10 18:33:56 +00:00
0.12 "" (released xx.xx.2010)
*
2010-10-04 18:31:48 +00:00
0.11 "Primer" (released 4.10.2010)
* 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
* 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
* Do not use the diff -B option when comparing archives.
2010-03-18 18:26:07 +00:00
* Improved documentation: explain commands in more detail.
2010-03-20 10:34:40 +00:00
* Added support for RZIP (.rz) archives.
2010-03-21 14:39:02 +00:00
* 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)
* Fix path error by using absolute pathname for archive when changing
the current working directory to the unpack directory.
2010-03-10 19:48:47 +00:00
* Fix parsing of the "-v" short option.
* Added new command "patool diff" to show differences between two
archives.
2010-03-11 17:33:58 +00:00
* 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
* Added support for ALZIP (.alz) archives.
2010-03-08 18:58:39 +00:00
* Added support for LRZIP (.lrz) archives.
2010-03-08 17:28:11 +00:00
* 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
* Remove the --force option. Local files are now never overwritten.
* Added option alias -v for --verbose.
* Added --verbose option to create command.
2010-03-06 14:47:00 +00:00
* Added support for extracting, listing and testing multiple archives.
2010-03-06 14:23:16 +00:00
* Fix permissions of extracted files: make them readable by the
current user.
2010-03-06 14:47:00 +00:00
* Added support for ACE (.ace) archives.
2010-03-06 15:52:13 +00:00
* 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
2010-03-04 15:05:08 +00:00
* Ported to Python 2.4.
2010-03-04 15:42:37 +00:00
* 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
2010-03-01 15:29:54 +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)
* 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)
* Add support for LZMA and XZ archives.
0.1 "Hard Boiled" (released 21.2.2010)
2010-02-21 18:01:15 +00:00
* Initial release.