Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Kleineidam committed May 12, 2012
1 parent d987325 commit ec23368
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Closes: SF bug #2977749
* Added support for the lbzip2 program handling BZIP2 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 GZIP (.gz) files with the Python gzip module.
* Support extraction of ZIP (.zip) files with the Python zipfile module.
Expand Down
12 changes: 7 additions & 5 deletions patool.freecode
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Project: patool
Version: 0.15
Release-Focus: Minor feature enhancements
Version: 0.16
Release-Focus: Major feature enhancements
Hide: N
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
Tar/GZ-URL: http://downloads.sourceforge.net/patool/patool-${version}.tar.gz
GIT-Tree-URL: http://patool.git.sourceforge.net/
Windows-installer-URL: http://downloads.sourceforge.net/patool/patool-${version}.win32.exe

Support for the pigz program handling GZIP archives has been added.
Error messages for unknown options or missing archive files are
now printed.
Support for the lbzip2 and plzip archive programs has been added.
Native support for handling BZIP2 (.bz2), GZIP (.gz), ZIP (.zip) and
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.

0 comments on commit ec23368

Please sign in to comment.