From: Michael Vogt Date: Fri, 3 Feb 2012 11:14:39 +0000 (+0100) Subject: * apt-pkg/contrib/fileutl.h: X-Git-Tag: 0.9.0~20 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/f2ea4c45421bfe73e70b8210e327bea5018811a7?ds=inline;hp=-c * apt-pkg/contrib/fileutl.h: - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode --- f2ea4c45421bfe73e70b8210e327bea5018811a7 diff --combined debian/changelog index 361c38ad1,360fcf453..db2085a6a --- a/debian/changelog +++ b/debian/changelog @@@ -27,13 -27,13 +27,15 @@@ apt (0.8.16~exp13) UNRELEASED; urgency= of them in a single iteration (Closes: #657695, LP: #922485) - use a signed int instead of short for score calculation as upgrades become so big now that it can overflow (Closes: #657732, LP: #917173) + * Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to + handle compressed files again (LP: #924182, closes: #658096) [ Michael Vogt ] * apt-pkg/deb/dpkgpm.cc: - fix crash when a package is in removed but residual config state (LP: #923807) + * apt-pkg/contrib/fileutl.h: + - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode -- David Kalnischkies Mon, 30 Jan 2012 19:17:09 +0100