note for packagers
This commit is contained in:
parent
86c092da7d
commit
45f5b0427a
|
@ -0,0 +1,10 @@
|
|||
|
||||
NOTE: Deluge 0.5.1 uses an unstable build of libtorrent. This
|
||||
build differs from a clean libtorrent source checkout and has
|
||||
been hacked in order to get it to work properly with Deluge.
|
||||
As a result, Deluge will likely not build properly against a
|
||||
vanilla libtorrent 0.12 installation or a nightly build of
|
||||
libtorrent 0.13. It is recommended that you build against our
|
||||
included libtorrent.
|
||||
|
||||
- zachtib
|
2
setup.py
2
setup.py
|
@ -62,7 +62,7 @@ python_version = platform.python_version()[0:3]
|
|||
|
||||
NAME = "deluge"
|
||||
FULLNAME = "Deluge BitTorrent Client"
|
||||
VERSION = "0.5.0.99.2"
|
||||
VERSION = "0.5.1"
|
||||
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto"
|
||||
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com"
|
||||
DESCRIPTION = "A bittorrent client written in PyGTK"
|
||||
|
|
Loading…
Reference in New Issue