summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-07-29 13:42:15 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-07-29 13:42:15 +0200
commit1aab53cbb6b72bb5fb7853396dbbe9d4c8217230 (patch)
tree05ae903e889a8380dee1335c6d03e7699c82b0e8 /debian
parentf448075d89fedde182e6c2a59c89808e403b7f66 (diff)
parent64dda04bd949ab73ca77732fcc5149cc7c2a5557 (diff)
merged from the lp:~mvo/apt/mvo branch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index de405738b..e745eaa7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+apt (0.8.15.4ubuntu2) 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)
+
+ -- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200
+
apt (0.8.15.4ubuntu1) oneiric; urgency=low
* merged from debian-sid