From 0d597e1ebe57e3d2d5fb15d463ce066b34c3734e Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Sat, 3 May 2008 10:27:35 -0700 Subject: [PATCH] Update the version numbers and changelog for new release. --- apt_p2p/apt_p2p_conf.py | 2 +- debian/changelog | 14 ++++++++++++++ setup.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/apt_p2p/apt_p2p_conf.py b/apt_p2p/apt_p2p_conf.py index 169a60b..0496809 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, 0) +version = versions.Version('apt-p2p', 0, 1, 1) # Set the home parameter home = os.path.expandvars('${HOME}') diff --git a/debian/changelog b/debian/changelog index efc3e28..3b47b2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +apt-p2p (0.1.1) unstable; urgency=low + + * Fix: no files were added to the DHT due to missing hashing results. + * Lower the timeout to 9 sec to reduce delays. + * Be more careful about which nodes get added to the routing table + - Only add nodes to the routing table that have responded to a request. + - Don't try and add ourself to the routing table during an action. + - Don't add local IP addresses to the routing table (with config + option to override). + - Fix the broken local IP regexes. + * Don't log KRPC errors for receiving an invalid store_value token. + + -- Cameron Dale Sat, 03 May 2008 10:24:35 -0700 + apt-p2p (0.1.0) unstable; urgency=low * Initial release. diff --git a/setup.py b/setup.py index bf8ef6a..3103e3a 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup( name = "apt-p2p", - version = "0.1.0", + version = "0.1.1", author = "Cameron Dale", author_email = "", url = "http://www.camrdale.org/apt-p2p.html", -- 2.30.2