From 4260fd3972cc0c01e6cbc825063c06311d440f9b Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 21 Oct 2010 16:54:28 +0200 Subject: * 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) --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 5ff165cfe..eb716b904 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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) + + -- David Kalnischkies Thu, 21 Oct 2010 16:53:10 +0200 + apt (0.8.7) unstable; urgency=low [ Manpages translations ] -- cgit v1.2.3 From 4b625b95a04a9d73c6682a3f9354112a394bb674 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 26 Oct 2010 23:24:41 +0200 Subject: * apt-pkg/pkgcache.cc: - fallback always to a suitable description (Closes: #601016) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index eb716b904..8ca3e164a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,10 @@ apt (0.8.8) UNRELEASED; urgency=low 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 Thu, 21 Oct 2010 16:53:10 +0200 + -- David Kalnischkies Tue, 26 Oct 2010 23:23:01 +0200 apt (0.8.7) unstable; urgency=low -- cgit v1.2.3 From fd8bb61d2945d2e2f19f0e0a753129235717a9f3 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 28 Oct 2010 14:56:32 -0400 Subject: * apt-pkg/deb/dpkgpm.cc: - ensure that history.log gets closed to avoid leaking a FD (closes: #601649) --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 739f1b425..06065348e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,9 @@ apt (0.8.7) UNRELEASED; urgency=low * 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: -- cgit v1.2.3 From 71626337ad5fe00a5f9b753829445084e8f5e790 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 28 Oct 2010 21:50:47 +0200 Subject: * apt-pkg/deb/dpkgpm.cc: - ensure that history.log gets closed to avoid leaking a FD (closes: #601649) --- debian/changelog | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 437ded365..7707a5135 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.8) UNRELEASED; urgency=low +apt (0.8.8) unstable; urgency=low [ David Kalnischkies ] * apt-pkg/contrib/fileutl.cc: @@ -10,7 +10,12 @@ apt (0.8.8) UNRELEASED; urgency=low * apt-pkg/pkgcache.cc: - fallback always to a suitable description (Closes: #601016) - -- David Kalnischkies Tue, 26 Oct 2010 23:23:01 +0200 + [ Michael Vogt ] + * apt-pkg/deb/dpkgpm.cc: + - ensure that history.log gets closed to avoid leaking a FD + (closes: #601649) + + -- Michael Vogt Thu, 28 Oct 2010 21:22:21 +0200 apt (0.8.7) unstable; urgency=low @@ -29,9 +34,6 @@ apt (0.8.7) unstable; urgency=low * 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: -- cgit v1.2.3