From: Michael Vogt Date: Wed, 8 Aug 2007 17:31:03 +0000 (+0200) Subject: * methods/copy.cc: X-Git-Tag: 0.7.24ubuntu1~153 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/73eb1788912790f19d42d8c95b98fcb5760fbbdf * methods/copy.cc: - take hashes here too * apt-pkg/acquire-worker.cc: - only pass on computed hash if we recived one from the method --- 73eb1788912790f19d42d8c95b98fcb5760fbbdf diff --cc debian/changelog index c4eba136f,8961a0257..710472d67 --- a/debian/changelog +++ b/debian/changelog @@@ -1,67 -1,8 +1,71 @@@ -apt (0.7.5) UNRELEASED; urgency=low +apt (0.7.6ubuntu4) gutsy; urgency=low + + * cmdline/apt-get.cc: + - remove YnPrompt when a XS-Vcs- tag is found, improve the + notice (LP: #129575) ++ * methods/copy.cc: ++ - take hashes here too ++ * apt-pkg/acquire-worker.cc: ++ - only pass on computed hash if we recived one from the method + - -- ++ -- Michael Vogt Wed, 08 Aug 2007 19:30:29 +0200 + +apt (0.7.6ubuntu3) gutsy; urgency=low + + * apt-pkg/deb/dpkgpm.cc: + - fix packagename extraction when writting apport reports + * apt-pkg/pkgcachegen.cc: + - increase default mmap size (LP: #125640) + + -- Michael Vogt Tue, 07 Aug 2007 09:52:00 +0200 + +apt (0.7.6ubuntu2) gutsy; urgency=low + + * doc/examples/sources.list: + - change example source to gutsy + * apt-pkg/deb/dpkgpm.cc: + - do not break if no /dev/pts is available + + -- Michael Vogt Mon, 06 Aug 2007 15:17:57 +0200 + +apt (0.7.6ubuntu1) gutsy; urgency=low + + * apt-inst/contrib/extracttar.cc: + - fix fd leak for zero size files (thanks to Bill Broadley for + reporting this bug) + * apt-pkg/acquire-item.cc: + - remove zero size files on I-M-S hit + * methods/https.cc: + - only send LastModified if we actually have one + - send range request with if-range + - delete failed downloads + (thanks to Thom May for his help here) + * apt-pkg/deb/dpkgpm.{cc,h}: + - merged dpkg-log branch, this lets you specify a + Dir::Log::Terminal file to log dpkg output to + (ABI break) + - when writting apport reports, attach the dpkg + terminal log too + * merged apt--sha256 branch to fully support the new + sha256 checksums in the Packages and Release files + (ABI break) + + -- Michael Vogt Thu, 02 Aug 2007 11:55:54 +0200 + +apt (0.7.6) unstable; urgency=low + + * Applied patch from Aurelien Jarno to fix wrong + directory downloading on non-linux architectures (closes: #435597) + + -- Otavio Salvador Wed, 01 Aug 2007 19:49:51 -0300 + +apt (0.7.5) unstable; urgency=low [ Otavio Salvador ] - * Applied patch from Guillem Jover to use + * Applied patch from Guillem Jover to use dpkg-architecture to get the host architecture (closes: #407187) + * Applied patch from Guillem Jover to add + support to add lzma support (closes: #408201) [ Michael Vogt ] * apt-pkg/depcache.cc: