def __str__(self):
return repr(self.message)
-version = versions.Version('apt-p2p', 0, 1, 1)
+version = versions.Version('apt-p2p', 0, 1, 2)
# Set the home parameter
home = os.path.expandvars('${HOME}')
+apt-p2p (0.1.2) unstable; urgency=low
+
+ * Fixed a bug in the HTTP downloader that caused errors with some
+ mirrors that always close the connections (Closes: #479455)
+
+ -- Cameron Dale <camrdale@gmail.com> Sun, 04 May 2008 22:32:11 -0700
+
apt-p2p (0.1.1) unstable; urgency=low
* Fix: no files were added to the DHT due to missing hashing results.
setup(
name = "apt-p2p",
- version = "0.1.1",
+ version = "0.1.2",
author = "Cameron Dale",
author_email = "<camrdale@gmail.com>",
url = "http://www.camrdale.org/apt-p2p.html",