Updated documentation

This commit is contained in:
Bastian Kleineidam 2012-05-12 13:51:23 +02:00
parent d987325ae5
commit ec23368b0f
2 changed files with 8 additions and 6 deletions

View File

@ -10,7 +10,7 @@
Closes: SF bug #2977749 Closes: SF bug #2977749
* Added support for the lbzip2 program handling BZIP2 archives. * Added support for the lbzip2 program handling BZIP2 archives.
* Added support for the plzip program handling LZIP archives. * Added support for the plzip program handling LZIP archives.
* Prevent overwriting the same file with repack. * Prevent overwriting files with repack.
* Support extraction of BZIP2 (.bz2) files with the Python bz2 module. * 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 GZIP (.gz) files with the Python gzip module.
* Support extraction of ZIP (.zip) files with the Python zipfile module. * Support extraction of ZIP (.zip) files with the Python zipfile module.

View File

@ -1,6 +1,6 @@
Project: patool Project: patool
Version: 0.15 Version: 0.16
Release-Focus: Minor feature enhancements Release-Focus: Major feature enhancements
Hide: N Hide: N
Website-URL: http://patool.sourceforge.net/ Website-URL: http://patool.sourceforge.net/
Changelog-URL: http://patool.git.sourceforge.net/git/gitweb.cgi?p=patool/patool;a=blob;f=doc/changelog.txt;hb=HEAD Changelog-URL: http://patool.git.sourceforge.net/git/gitweb.cgi?p=patool/patool;a=blob;f=doc/changelog.txt;hb=HEAD
@ -8,6 +8,8 @@ Tar/GZ-URL: http://downloads.sourceforge.net/patool/patool-${version}.tar.gz
GIT-Tree-URL: http://patool.git.sourceforge.net/ GIT-Tree-URL: http://patool.git.sourceforge.net/
Windows-installer-URL: http://downloads.sourceforge.net/patool/patool-${version}.win32.exe Windows-installer-URL: http://downloads.sourceforge.net/patool/patool-${version}.win32.exe
Support for the pigz program handling GZIP archives has been added. Support for the lbzip2 and plzip archive programs has been added.
Error messages for unknown options or missing archive files are Native support for handling BZIP2 (.bz2), GZIP (.gz), ZIP (.zip) and
now printed. TAR (.tar) archives has been added.
Convenience library functions have been added for people who want to use
the patool functionality in other Python programs.