diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-01-13 17:16:11 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-01-13 17:16:11 +0100 |
commit | c55b8a54780c4db6a5fa270ddd2d05ab837f6ffb (patch) | |
tree | 3059c5ed654e4764f6b549748fbf2ab2bef63536 /debian | |
parent | f688d1d3c90091c308ec979eabab511134810be9 (diff) |
* apt-pkg/cacheiterator.h:
- do not segfault if cache is not build (Closes: #254770)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3a59ac171..febd259c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,8 +32,10 @@ apt (0.8.11+wheezy) unstable; urgency=low * apt-inst/contrib/extracttar.cc: - let apt-utils work with encoded tar headers if uid/gid are large. Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162) + * apt-pkg/cacheiterator.h: + - do not segfault if cache is not build (Closes: #254770) - -- David Kalnischkies <kalnischkies@gmail.com> Thu, 13 Jan 2011 00:25:32 +0100 + -- David Kalnischkies <kalnischkies@gmail.com> Thu, 13 Jan 2011 17:10:36 +0100 apt (0.8.10) unstable; urgency=low |