summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-04-17 15:33:19 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-04-17 15:33:19 +0200
commitc03462c6fed27e26b2bab4b3b34589fa8bf464f8 (patch)
treecbb5a7387cc1ea0db52d9b8202a6cfcdb55aa6fe /debian
parent17ff0930e92423954b8fb4377755de7c66f097cd (diff)
* [ABI] apt-pkg/acquire.{cc,h}:
- deal better with duplicated sources.list entries (avoid double queuing of URLs) - this fixes hangs in bzip/gzip
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1786bdfb7..8b566e5c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,9 @@ apt (0.6.47) UNRELEASED; urgency=low
- fix error translation that causes trouble to lsb_release
* apt-pkg/acquire-item.cc:
- if decompression of a index fails, delete the index
+ * [ABI] apt-pkg/acquire.{cc,h}:
+ - deal better with duplicated sources.list entries (avoid
+ double queuing of URLs) - this fixes hangs in bzip/gzip
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 18 Dec 2006 19:39:05 +0100