New changelog entry and version update for relase.
authorCameron Dale <camrdale@gmail.com>
Sun, 22 Jun 2008 06:31:48 +0000 (23:31 -0700)
committerCameron Dale <camrdale@gmail.com>
Sun, 22 Jun 2008 06:31:48 +0000 (23:31 -0700)
apt_p2p/apt_p2p_conf.py
debian/changelog
setup.py

index 81fb177ddc42ef1237febeab7366d14951180f3c..1d8cae838daacd825021cc7a7cbc1e3eefe88997 100644 (file)
@@ -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'
index 0958f5215d078fed582e5549bac13d2a8a75503b..2a8ce5c97af3648febb024924ebe2f1be7a98376 100644 (file)
@@ -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 <camrdale@gmail.com>  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)
index 2c4cf79af55f29f8f43250cc39e44b8d01cbdfc4..131641d3778ed96b6e8c6cded003ea1d6ddc9633 100755 (executable)
--- 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 = "<camrdale@gmail.com>",
     url = "http://www.camrdale.org/apt-p2p.html",