From e1ca660bdd371e51f8b96d784adc7a42f4af9eb1 Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Sun, 15 Jun 2008 23:23:48 -0700 Subject: [PATCH] New changelog entry and version update for 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 3198be1..81fb177 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, 3) +version = versions.Version('apt-p2p', 0, 1, 4) mapbase64 = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.-' versionID = 'A' diff --git a/debian/changelog b/debian/changelog index 7cc037c..0958f52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt-p2p (0.1.4) unstable; urgency=low + + * Add remote_fs dependency in init.d LSB header (Closes: #480645) + * Use the version number in the Khashmir node ID. + + -- Cameron Dale Sun, 15 Jun 2008 23:20:28 -0700 + apt-p2p (0.1.3) unstable; urgency=low * Speed up downloading from peers diff --git a/setup.py b/setup.py index f5de560..2c4cf79 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from distutils.core import setup setup( name = "apt-p2p", - version = "0.1.3", + version = "0.1.4", author = "Cameron Dale", author_email = "", url = "http://www.camrdale.org/apt-p2p.html", -- 2.39.2