Edit for release.
This commit is contained in:
parent
e8dc5e853e
commit
3d17a4735f
|
@ -1,4 +1,4 @@
|
||||||
1.6 (released xx.xx.2014)
|
1.6 (released 8.6.2014)
|
||||||
|
|
||||||
* Search /usr/local/lib for p7zip RAR modules.
|
* Search /usr/local/lib for p7zip RAR modules.
|
||||||
Closes: GH bug #10
|
Closes: GH bug #10
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Project: patool
|
Project: patool
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Hide: N
|
Hide: N
|
||||||
Website-URL: http://wummel.github.io/patool/
|
Website-URL: http://wummel.github.io/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
|
||||||
|
@ -7,4 +7,4 @@ Tar/GZ-URL: http://wummel.github.io/patool/dist/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://wummel.github.io/patool/dist/patool-${version}.win32.exe
|
Windows-installer-URL: http://wummel.github.io/patool/dist/patool-${version}.win32.exe
|
||||||
|
|
||||||
Fix detection of existing broken symlinks when unpacking.
|
P7zip RAR detection on OSX systems has been fixed.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ from distutils import util
|
||||||
from distutils.file_util import write_file
|
from distutils.file_util import write_file
|
||||||
|
|
||||||
AppName = "Patool"
|
AppName = "Patool"
|
||||||
AppVersion = "1.5"
|
AppVersion = "1.6"
|
||||||
MyName = "Bastian Kleineidam"
|
MyName = "Bastian Kleineidam"
|
||||||
MyEmail = "bastian.kleineidam@web.de"
|
MyEmail = "bastian.kleineidam@web.de"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue