Updated version and changelog.
This commit is contained in:
parent
8205f7f8b7
commit
6d94cca388
|
@ -1,4 +1,4 @@
|
||||||
0.14 "" (released xx.xx.2011)
|
0.14 "Book of Dragons" (released 30.1.2012)
|
||||||
|
|
||||||
* Handle CRX (.crx) files as ZIP archives. They have garbage at
|
* Handle CRX (.crx) files as ZIP archives. They have garbage at
|
||||||
the beginning of the file, but some unzip programs can cope with
|
the beginning of the file, but some unzip programs can cope with
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Project: patool
|
Project: patool
|
||||||
Version: 0.13
|
Version: 0.14
|
||||||
Release-Focus: Minor feature enhancements
|
Release-Focus: Minor feature enhancements
|
||||||
Hide: N
|
Hide: N
|
||||||
Website-URL: http://patool.sourceforge.net/
|
Website-URL: http://patool.sourceforge.net/
|
||||||
|
@ -8,6 +8,4 @@ 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 DMS (.dms) files has been added.
|
Support for CRX (.crx) files has been added.
|
||||||
A bug extracting cpio archives has been fixed.
|
|
||||||
MIME type detection has been improved.
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ import os
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
AppName = "patool"
|
AppName = "patool"
|
||||||
AppVersion = "0.13"
|
AppVersion = "0.14"
|
||||||
MyName = "Bastian Kleineidam"
|
MyName = "Bastian Kleineidam"
|
||||||
MyEmail = "calvin@users.sourceforge.net"
|
MyEmail = "calvin@users.sourceforge.net"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue