summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-10-15 21:08:06 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-10-15 21:08:06 +0200
commitc771f6d9c30f94e37050af49e887f20767822dbb (patch)
tree956ae6b3f87c719ceec967dc4660883dfd71b6cb /debian
parent8432058667daea6a0c1c26febe6472eed917593a (diff)
* apt-pkg/deb/dpkgpm.cc:
- fix resource leak (LP: #148806)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 066234451..ddcc6895d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
apt (0.7.6ubuntu14) gutsy; urgency=low
+ * apt-pkg/deb/dpkgpm.cc:
+ - fix resource leak (LP: #148806)
* debian/apt.cron.daily:
- only run the cron job if apt-get check succeeds (LP: #131719)