summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <egon@debian-devbox>2012-01-18 10:27:15 +0100
committerMichael Vogt <egon@debian-devbox>2012-01-18 10:27:15 +0100
commit743b2763c20e5612938f11679ef3524682728a7a (patch)
tree6d51388478bee999339325e9057f3ebe2bcb0a0f /debian
parent5abee4863220c2d9b135dc832b33c8680e5ba12e (diff)
parent65c72a4b84273bf8063076bd74861b5931c2b8a5 (diff)
* apt-pkg/contrib/fileutl.h:
- store the offset in the internal fd before calculate size of the zlib-handled file to jump back to this place again * apt-pkg/contrib/fileutl.h:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 80f575dd2..db4e63d35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,9 +9,12 @@ apt (0.8.16~exp10) UNRELEASED; urgency=low
* apt-pkg/deb/dpkgpm.cc:
- check if dpkg supports multiarch with --assert-multi-arch
and if it does be always explicit about the architecture
+ * apt-pkg/contrib/fileutl.h:
+ - store the offset in the internal fd before calculate size of
+ the zlib-handled file to jump back to this place again
[ Michael Vogt ]
- * apt-pkg/contrib/fileutils.h:
+ * apt-pkg/contrib/fileutl.h:
- fix segfault from python-apt testsuite
-- Michael Vogt <mvo@debian.org> Tue, 17 Jan 2012 12:06:15 +0100