From: Cameron Dale Date: Sun, 22 Jun 2008 06:31:48 +0000 (-0700) Subject: New changelog entry and version update for relase. X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=commitdiff_plain;h=3728713538ebe29ed01d9ab40cf582b3466b8a7a New changelog entry and version update for relase. --- diff --git a/apt_p2p/apt_p2p_conf.py b/apt_p2p/apt_p2p_conf.py index 81fb177..1d8cae8 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, 4) +version = versions.Version('apt-p2p', 0, 1, 5) mapbase64 = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.-' versionID = 'A' diff --git a/debian/changelog b/debian/changelog index 0958f52..2a8ce5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt-p2p (0.1.5) unstable; urgency=low + + * Prevent BitTorrent nodes from infiltrating the DHT. + * Consume ping errors so they aren't printed in the log. + * Add a logrotate file that should work with the twistd log rotation. + + -- Cameron Dale Sat, 21 Jun 2008 23:26:42 -0700 + apt-p2p (0.1.4) unstable; urgency=low * Add remote_fs dependency in init.d LSB header (Closes: #480645) diff --git a/setup.py b/setup.py index 2c4cf79..131641d 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup( name = "apt-p2p", - version = "0.1.4", + version = "0.1.5", author = "Cameron Dale", author_email = "", url = "http://www.camrdale.org/apt-p2p.html",