diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-06-14 19:14:55 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-06-14 19:14:55 +0200 |
commit | 0952aee667274d8d7986bc2d03597fdc6bde9584 (patch) | |
tree | ace07f0b3cd3f31f836af4383903dd14870f3fb8 /debian/changelog | |
parent | 01f520ce27c7f466dc6191c45507ace79d685725 (diff) |
* apt-pkg/pkgcachegen.cc:
- always reset _error->StackCount in MakeStatusCache (Closes: #677175)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ca49a7ace..69f4778f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ apt (0.9.6.1) UNRELEASED; urgency=low + [ Daniel Hartwig ] + * apt-pkg/pkgcachegen.cc: + - always reset _error->StackCount in MakeStatusCache (Closes: #677175) + [ David Kalnischkies ] * apt-pkg/deb/deblistparser.cc: - ensure that mixed positive/negative architecture wildcards |