From: Michael Vogt Date: Thu, 28 Oct 2010 19:19:57 +0000 (+0200) Subject: merged from donkult X-Git-Tag: 0.8.8~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/f71b3b984f02daf49cba1141373da19d233d3fae?hp=-c merged from donkult --- f71b3b984f02daf49cba1141373da19d233d3fae diff --combined debian/changelog index 9a3962ba4,8ca3e164a..437ded365 --- a/debian/changelog +++ b/debian/changelog @@@ -1,3 -1,17 +1,17 @@@ + apt (0.8.8) UNRELEASED; urgency=low + + [ David Kalnischkies ] + * apt-pkg/contrib/fileutl.cc: + - Add a FileFd::FileSize() method to get the size of the underlying + file and not the size of the content in the file as FileFd::Size() + does - the sizes can differ since the direct gzip integration + * methods/{gzip,bzip2}.cc: + - use FileSize() to determine if the file is invalid (Closes: #600852) + * apt-pkg/pkgcache.cc: + - fallback always to a suitable description (Closes: #601016) + + -- David Kalnischkies Tue, 26 Oct 2010 23:23:01 +0200 + apt (0.8.7) unstable; urgency=low [ Manpages translations ] @@@ -15,9 -29,6 +29,9 @@@ * 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: