From 1b6577e26171c89d44636e3773398d6281a97346 Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Sun, 4 May 2008 23:18:40 -0700 Subject: [PATCH] Update versions and changelog for new release. --- apt_p2p/apt_p2p_conf.py | 2 +- debian/changelog | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/apt_p2p/apt_p2p_conf.py b/apt_p2p/apt_p2p_conf.py index 0496809..8e6f274 100644 --- a/apt_p2p/apt_p2p_conf.py +++ b/apt_p2p/apt_p2p_conf.py @@ -23,7 +23,7 @@ class ConfigError(Exception): 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}') diff --git a/debian/changelog b/debian/changelog index 3b47b2d..c5cc094 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +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 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. diff --git a/setup.py b/setup.py index 3103e3a..0fe378d 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup( name = "apt-p2p", - version = "0.1.1", + version = "0.1.2", author = "Cameron Dale", author_email = "", url = "http://www.camrdale.org/apt-p2p.html", -- 2.30.2