summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-09-23 16:45:34 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2008-09-23 16:45:34 +0200
commitd3eeb2324df154dc2104bbbb98c36d97db69617e (patch)
tree7da5c4d11f32ab195035a2d40790cddb1a4f36c1 /debian
parentc37f3bb687fdd76e173d4e770ec2ef49e93ef852 (diff)
* apt-pkg/pkgcachegen.cc:
- do not add multiple identical descriptions for the same language (closes: #400768)
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 d38b04da2..9ccb807c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,9 @@ apt (0.7.15) UNRELEASED; urgency=low
- add examples/apt-https-method-example.conf
* apt-pkg/cacheiterators.h:
- add missing checks for Owner == 0 in end()
+ * apt-pkg/pkgcachegen.cc:
+ - do not add multiple identical descriptions for the same
+ language (closes: #400768)
[ Dereck Wonnacott ]
* apt-ftparchive might write corrupt Release files (LP: #46439)