diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-09 14:50:20 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-09 14:50:20 +0200 |
commit | c033d41504957ed04d64ec72e7f47dfac64218b5 (patch) | |
tree | c2b142f7bfc615bae41b708ece370873e2523d81 /debian/changelog | |
parent | 216d0bd8869c4f52ead5256064512ac97e9fc824 (diff) |
* apt-pkg/acquire.cc:
- fix potential divide-by-zero
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8719776e0..db80c14ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ apt (0.8.16~exp5) experimental; urgency=low * apt-pkg/acquire-item.{cc,h}: - do not check for a "Package" tag in optional index targets like the translations index + * apt-pkg/acquire.cc: + - fix potential divide-by-zero -- Michael Vogt <mvo@debian.org> Fri, 05 Aug 2011 10:57:08 +0200 |