diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-28 15:16:18 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-28 15:16:18 +0200 |
commit | 2ec858bc68bc2d79ec020fe24be2d76b7c5b6792 (patch) | |
tree | 55698335b63621824aa82f8272315fa47eac05cc /debian | |
parent | cca2efe60edfae106380a55ee4fb561aa570f2c9 (diff) |
* 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
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0f8035a78..3e1a619ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,13 @@ 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 -- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200 |