X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/97efc27f0723f09405d7a1836ab21c2e2948eb10..216d0bd8869c4f52ead5256064512ac97e9fc824:/debian/changelog diff --git a/debian/changelog b/debian/changelog index c4197721f..8719776e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -109,6 +109,28 @@ apt (0.8.16~exp1) experimental; urgency=low -- Michael Vogt Wed, 29 Jun 2011 12:40:31 +0200 +apt (0.8.15.5.6) UNRELEASED; urgency=low + + * apt-pkg/contrib/fileutl.{cc,h}: + - add GetModificationTime() helper + * apt-pkg/pkgcachegen.cc: + - regenerate the cache if the sources.list changes to ensure + that changes in the ordering there will be honored by apt + * apt-pkg/sourcelist.{cc,h}: + - add pkgSourceList::GetLastModifiedTime() helper + * apt-pkg/pkgcachegen.{cc,h}: + - use ref-to-ptr semantic in NewDepends() to ensure that the + libapt does not segfault if the cache is remapped in between + (LP: #812862) + - fix crash when P.Arch() was used but the cache got remapped + * test/integration/test-hashsum-verification: + - add regression test for hashsum verification + * apt-pkg/acquire-item.cc: + - if no Release.gpg file is found, still load the hashes for + verification (closes: #636314) and add test + + -- Michael Vogt Tue, 12 Jul 2011 11:54:47 +0200 + apt (0.8.15.5) unstable; urgency=low [ David Kalnischkies ]