Updated for release.
This commit is contained in:
parent
68b8a524e2
commit
99a31223b9
|
@ -10,6 +10,9 @@ Files
|
||||||
* {APPNAME}-{VERSION}.exe
|
* {APPNAME}-{VERSION}.exe
|
||||||
The Windows installer. If you run Windows, use this. The installer is
|
The Windows installer. If you run Windows, use this. The installer is
|
||||||
signed with a local certificate signature.
|
signed with a local certificate signature.
|
||||||
|
* {APPNAME}-{VERSION}.rpm
|
||||||
|
The RPM Linux installer. If you run Redhat, Fedora or another RPM based
|
||||||
|
Linux distribution, use this.
|
||||||
* {APPNAME}-{VERSION}.tar.gz
|
* {APPNAME}-{VERSION}.tar.gz
|
||||||
The source code. See `doc/install.txt` for compilation and installation
|
The source code. See `doc/install.txt` for compilation and installation
|
||||||
instructions.
|
instructions.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
0.17 "" (released xx.xx.2012)
|
0.17 "I am Bruce Lee" (released 4.8.2012)
|
||||||
|
|
||||||
* Added support for Monkey's Audio Compressor handling APE (.ape) archives.
|
* Added support for Monkey's Audio Compressor handling APE (.ape) archives.
|
||||||
* Added support for shorten handling SHN (.shn) archives.
|
* Added support for shorten handling SHN (.shn) archives.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Project: patool
|
Project: patool
|
||||||
Version: 0.16
|
Version: 0.17
|
||||||
Release-Focus: Major feature enhancements
|
Release-Focus: Minor 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,8 +8,13 @@ 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 lbzip2 and plzip archive programs has been added.
|
Support for the following archive programs has been added:
|
||||||
Native support for handling BZIP2 (.bz2), GZIP (.gz), ZIP (.zip) and
|
Monkey's Audio Compressor handling .ape archives,
|
||||||
TAR (.tar) archives has been added.
|
shorten handling .shn archives,
|
||||||
Convenience library functions have been added for people who want to use
|
flac handling .flac archives,
|
||||||
the patool functionality in other Python programs.
|
lhasa handling .lzh and .lha archives,
|
||||||
|
lcap handling .cab archives,
|
||||||
|
shar handling .shar shell archives and
|
||||||
|
unadf handling .adf amiga disk archives.
|
||||||
|
Also, the internal MIME database is now initialized correctly
|
||||||
|
on all platforms.
|
||||||
|
|
Loading…
Reference in New Issue