diff options
-rw-r--r-- | debian/changelog | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index c36d82324..8311f641f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -apt (0.8.16~exp5ubuntu1~ppa1) oneiric; urgency=low +apt (0.8.16~exp5ubuntu1) oneiric; urgency=low - * merged from debian/experimental + * merged new version from debian/experimental, this includes + a ABI break and two new library packages - -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 01 Aug 2011 11:20:52 +0200 + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 08 Aug 2011 14:30:07 +0200 apt (0.8.16~exp5) UNRELEASED; urgency=low @@ -111,6 +112,14 @@ apt (0.8.16~exp1) experimental; urgency=low -- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 12:40:31 +0200 +apt (0.8.15.5ubuntu1) oneiric; urgency=low + + * apt-pkg/pkgcachegen.{cc,h}: + - fix crash when P.Arch() was used but the cache got remapped + (LP: #812862) + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 01 Aug 2011 15:18:50 +0200 + apt (0.8.15.5) unstable; urgency=low [ David Kalnischkies ] @@ -119,6 +128,22 @@ apt (0.8.15.5) unstable; urgency=low -- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:49:15 +0200 +apt (0.8.15.4ubuntu2) oneiric; 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 <michael.vogt@ubuntu.com> Fri, 29 Jul 2011 18:25:22 +0200 + apt (0.8.15.4ubuntu1) oneiric; urgency=low * merged from debian-sid |