Set release.

This commit is contained in:
Bastian Kleineidam 2013-04-07 17:35:27 +02:00
parent f25df56733
commit 7f129d101e
2 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
1.1 "" (released xx.xx.2013) 1.1 "Clerks" (released 7.4.2013)
* Add support for zopfli, Googles new zlib compressor. * Add support for zopfli, Googles new zlib compressor.
* Fix an error repacking compressed tar archives with 7z. * Fix an error repacking compressed tar archives with 7z.

View File

@ -1,6 +1,6 @@
Project: patool Project: patool
Version: 1.0 Version: 1.1
Release-Focus: Major feature enhancements Release-Focus: Minor bugfixes
Hide: N Hide: N
Website-URL: http://wummel.github.com/patool/ Website-URL: http://wummel.github.com/patool/
Changelog-URL: https://github.com/wummel/patool/blob/master/doc/changelog.txt Changelog-URL: https://github.com/wummel/patool/blob/master/doc/changelog.txt
@ -8,6 +8,5 @@ Tar/GZ-URL: https://github.com/downloads/wummel/patool/patool-${version}.tar.gz
GIT-Tree-URL: https://github.com/wummel/patool.git GIT-Tree-URL: https://github.com/wummel/patool.git
Windows-installer-URL: http://github.com/downloads/wummel/patool/patool-${version}.win32.exe Windows-installer-URL: http://github.com/downloads/wummel/patool/patool-${version}.win32.exe
Archive contents can now be searched. Support for ISO images has been An error with repacking compressed tar archives with 7z has been
added. Python 3.x support has been fixed. fixed. Support for the zopfli compressor has been added.
Handling of lzma, lzop, lrzip and rzip archives has been fixed.