From 99a31223b90e031cfc9e5f86d402c08848699fd7 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 4 Aug 2012 13:19:42 +0200 Subject: [PATCH] Updated for release. --- doc/README-Download.md.tmpl | 3 +++ doc/changelog.txt | 2 +- patool.freecode | 19 ++++++++++++------- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/doc/README-Download.md.tmpl b/doc/README-Download.md.tmpl index 1385610..be3eec2 100644 --- a/doc/README-Download.md.tmpl +++ b/doc/README-Download.md.tmpl @@ -10,6 +10,9 @@ Files * {APPNAME}-{VERSION}.exe The Windows installer. If you run Windows, use this. The installer is 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 The source code. See `doc/install.txt` for compilation and installation instructions. diff --git a/doc/changelog.txt b/doc/changelog.txt index 1b0d4bf..6d1954a 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -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 shorten handling SHN (.shn) archives. diff --git a/patool.freecode b/patool.freecode index 47be224..0a47f3d 100644 --- a/patool.freecode +++ b/patool.freecode @@ -1,6 +1,6 @@ Project: patool -Version: 0.16 -Release-Focus: Major feature enhancements +Version: 0.17 +Release-Focus: Minor 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,8 +8,13 @@ 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 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. +Support for the following archive programs has been added: +Monkey's Audio Compressor handling .ape archives, +shorten handling .shn archives, +flac handling .flac archives, +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.