From 45f5b0427ac4e56cb791aec4a030d1bb0a9f40a8 Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Mon, 11 Jun 2007 22:35:20 +0000 Subject: [PATCH] note for packagers --- README.Packagers | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 README.Packagers diff --git a/README.Packagers b/README.Packagers new file mode 100644 index 000000000..29b8bf076 --- /dev/null +++ b/README.Packagers @@ -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 diff --git a/setup.py b/setup.py index 5600128f0..83e5deec1 100644 --- a/setup.py +++ b/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"