Update versions and changelog for new release.
authorCameron Dale <camrdale@gmail.com>
Mon, 5 May 2008 06:18:40 +0000 (23:18 -0700)
committerCameron Dale <camrdale@gmail.com>
Mon, 5 May 2008 06:18:40 +0000 (23:18 -0700)
apt_p2p/apt_p2p_conf.py
debian/changelog
setup.py

index 0496809e524a906544409eddf8f6f6b61413dab7..8e6f27417d1e10a30f8110702db8533ae2cc8310 100644 (file)
@@ -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}')
index 3b47b2d7fc557ab1e07d357e4227d300db7fa65f..c5cc0944a595f300899f30045871c9686ca7d9b4 100644 (file)
@@ -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 <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.
index 3103e3ae3369fab07558567d99ded0cffe8cc4e3..0fe378db69a43fb1380ae9ccdd4e0f78a3beb312 100755 (executable)
--- 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 = "<camrdale@gmail.com>",
     url = "http://www.camrdale.org/apt-p2p.html",