summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-27 13:51:27 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-27 13:51:27 +0100
commit2bb149489844096c55e9e90379795930171a6f73 (patch)
tree387569a5951fd0fe4f725ef49eabbc87d83e81bb /debian
parent7bf6a8d52ca8e6c7686eeac50ae714dc6a7e4730 (diff)
downloadpython-apt-2bb149489844096c55e9e90379795930171a6f73.tar.gz
Drop the segfault prevention measures from the Acquire code, as they fail
to work. A replacement will be added once destruction callbacks are added in APT.
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 276f1e89..9b505a58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ python-apt (0.7.93.1) UNRELEASED; urgency=low
- Do not segfault if TarFile.go() is called without a member name.
- Clone all pkgDirStream::Item's so apt_pkg.TarMember object can be used
outside of the callback function passed to go().
+ * Drop the segfault prevention measures from the Acquire code, as they fail
+ to work. A replacement will be added once destruction callbacks are added
+ in APT.
-- Julian Andres Klode <jak@debian.org> Sat, 23 Jan 2010 15:35:55 +0100