summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-10-28 14:56:32 -0400
committerMichael Vogt <michael.vogt@ubuntu.com>2010-10-28 14:56:32 -0400
commitfd8bb61d2945d2e2f19f0e0a753129235717a9f3 (patch)
tree71c56afe89023af98dc14656d83fda117a651bcc /debian
parent44dc669e08353716da835608ea54563b4c8c32bb (diff)
* apt-pkg/deb/dpkgpm.cc:
- ensure that history.log gets closed to avoid leaking a FD (closes: #601649)
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 739f1b425..06065348e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ apt (0.8.7) UNRELEASED; urgency=low
* apt-pkg/deb/debsystem.cc:
- fix issues with dir::state::status and dir::state::extended_states
when alternative rootdirs are used
+ * apt-pkg/deb/dpkgpm.cc:
+ - ensure that history.log gets closed to avoid leaking a FD
+ (closes: #601649)
[ Martin Pitt ]
* apt-pkg/deb/debindexfile.cc: