note for packagers

This commit is contained in:
Zach Tibbitts 2007-06-11 22:35:20 +00:00
parent 86c092da7d
commit 45f5b0427a
2 changed files with 11 additions and 1 deletions

10
README.Packagers Normal file
View File

@ -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

View File

@ -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"