diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-04-17 16:06:50 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-04-17 16:06:50 +0200 |
commit | eaa204a9808eb2392f4a03d703b585ba3aa3b018 (patch) | |
tree | b879a12b3e524310d84a8d41949d5395d802da25 /debian | |
parent | a8cdfb5aaa972f8df0016381ea7ad1be5c38a3d1 (diff) | |
parent | c03462c6fed27e26b2bab4b3b34589fa8bf464f8 (diff) |
* apt-pkg/acquire-item.cc:
- if decompression of a index fails, delete the index (LP#68202)
* [internal-ABI] apt-pkg/acquire.{cc,h}:
- deal better with duplicated sources.list entries (avoid
double queuing of URLs) - this fixes hangs in bzip/gzip
(LP#102511)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a4fc708ac..0701185b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,16 @@ -apt (0.6.46.4ubuntu11) feisty; urgency=low +apt (0.6.46.4ubuntu11) UNRELEASED; urgency=low * po/gl.po: - fix error in translation that causes trouble to lsb_release (LP#79165) + * apt-pkg/acquire-item.cc: + - if decompression of a index fails, delete the index (LP#68202) + * [internal-ABI] apt-pkg/acquire.{cc,h}: + - deal better with duplicated sources.list entries (avoid + double queuing of URLs) - this fixes hangs in bzip/gzip + (LP#102511) - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 17 Apr 2007 15:53:37 +0200 apt (0.6.46.4ubuntu10) feisty; urgency=low |