From: Michael Vogt Date: Mon, 1 Aug 2011 11:57:28 +0000 (+0200) Subject: merged from lp:~mvo/apt/mvo X-Git-Tag: 0.8.15.6~5 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7ca05341380434ae9e557d16d1ae88d133f0490c merged from lp:~mvo/apt/mvo --- 7ca05341380434ae9e557d16d1ae88d133f0490c diff --cc debian/changelog index 8797117a7,e17b1abd0..75ac08328 --- a/debian/changelog +++ b/debian/changelog @@@ -1,3 -1,19 +1,20 @@@ -apt (0.8.15.6) unstable; urgency=low ++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 + + -- Michael Vogt Tue, 12 Jul 2011 11:54:47 +0200 + apt (0.8.15.5) unstable; urgency=low [ David Kalnischkies ]