From: Michael Vogt Date: Thu, 9 Aug 2007 10:34:46 +0000 (+0200) Subject: * apt-pkg/acquire-item.cc: X-Git-Tag: 0.7.24ubuntu1~152 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/9152d475de2c65d144fc3008043244d4622e136d * apt-pkg/acquire-item.cc: - fix file removal on local repo i-m-s hit (LP: #131166) * tests/local-repo: - added regression test for this bug * apt-pkg/pkgcachegen.cc: - increase default mmap size * tests/local-repo: - added local repository testcase --- 9152d475de2c65d144fc3008043244d4622e136d diff --cc debian/changelog index 710472d67,24663ffa9..7b71c3608 --- a/debian/changelog +++ b/debian/changelog @@@ -1,34 -1,4 +1,43 @@@ -apt (0.7.7) UNRELEASED; urgency=low ++apt (0.7.6ubuntu5) UNRELEASED; urgency=low ++ ++ * apt-pkg/acquire-item.cc: ++ - fix file removal on local repo i-m-s hit (LP: #131166) ++ * tests/local-repo: ++ - added regression test for this bug ++ ++ -- Michael Vogt Thu, 09 Aug 2007 12:34:07 +0200 ++ +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