X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/cca2efe60edfae106380a55ee4fb561aa570f2c9..64dda04bd949ab73ca77732fcc5149cc7c2a5557:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 0f8035a78..a8c757233 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,17 @@ apt (0.8.15.2) unstable; urgency=high - add new DeEscapeString() similar to DeQuoteString but unescape character escapes like \0XX and \xXX (plus added test) + * 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) -- Michael Vogt Tue, 12 Jul 2011 11:54:47 +0200