From ec23368b0f5809d792a0c00ca40b5531cf1caf4a Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 12 May 2012 13:51:23 +0200 Subject: [PATCH] Updated documentation --- doc/changelog.txt | 2 +- patool.freecode | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 43fdec3..6203302 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -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. diff --git a/patool.freecode b/patool.freecode index 604329b..47be224 100644 --- a/patool.freecode +++ b/patool.freecode @@ -1,6 +1,6 @@ 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 @@ -8,6 +8,8 @@ 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.