diff options
-rw-r--r-- | apt-pkg/depcache.cc | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/apt-pkg/depcache.cc b/apt-pkg/depcache.cc index 07803d7bf..9dad7e240 100644 --- a/apt-pkg/depcache.cc +++ b/apt-pkg/depcache.cc @@ -70,7 +70,7 @@ void pkgDepCache::ActionGroup::release() cache.MarkAndSweep(); } - released = false; + released = true; } } diff --git a/debian/changelog b/debian/changelog index ff5b0c439..3f9874bcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.8.14.2) UNRELEASED; urgency=low + + * apt-pkg/depcache.cc: + - Really release action groups only once (Closes: #622744) + + -- Julian Andres Klode <jak@debian.org> Mon, 18 Apr 2011 10:54:11 +0200 + apt (0.8.14.1) unstable; urgency=low * apt-pkg/acquire-item.cc: |