diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-28 15:19:47 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-28 15:19:47 +0200 |
commit | 3671f6810b6306a07f0002b0a808435dad367ab0 (patch) | |
tree | 67aa1a70ebf550af64e899348eaddabc07378886 /debian/changelog | |
parent | b20c16833e20da8e367221b32764889cafe5b4c1 (diff) | |
parent | 2ec858bc68bc2d79ec020fe24be2d76b7c5b6792 (diff) |
merged from lp:~mvo/apt/mvo
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e4d1cdd54..f59734a4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,13 @@ apt (0.8.16~exp4) UNRELEASED; urgency=low * [ABI break] merge patch from Jonathan Thomas to speed up the depcache by caching the install-recommends and install-suggests values + * 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 -- Julian Andres Klode <jak@debian.org> Wed, 20 Jul 2011 16:23:55 +0200 |