From: Michael Vogt Date: Wed, 5 May 2010 08:43:56 +0000 (+0200) Subject: * apt-pkg/deb/debrecords.cc: X-Git-Tag: 0.8.0~9^2~51 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/b1471fb3f60fdb9f91a45723ca70649204df7bdb * apt-pkg/deb/debrecords.cc: - fix max tag buffer size (LP: #545336, closes: #578959) --- b1471fb3f60fdb9f91a45723ca70649204df7bdb diff --cc debian/changelog index d414af35a,3421b8b6f..3ec1617c6 --- a/debian/changelog +++ b/debian/changelog @@@ -66,23 -8,12 +66,25 @@@ apt (0.7.26~exp4) UNRELEASEDexperimenta * test/libapt/getlanguages_test.cc: - Add test for Esperanto that has nocounty associated with them (LP: #560956) + * apt-pkg/deb/debrecords.cc: + - fix max tag buffer size (LP: #545336, closes: #578959) - -- Michael Vogt Tue, 04 May 2010 09:55:08 +0200 + [ Julian Andres Klode ] + * apt-pkg/contrib/weakptr.h: + - add a class WeakPointable which allows one to register weak pointers to + an object which will be set to NULL when the object is deallocated. + * [ABI break] apt-pkg/acquire{-worker,-item,}.h: + - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable. + * apt-pkg/pkgcache.cc: + - Merge fix from David to correct handling in single-arch environments. + * cmdline/apt-cache.cc: + - Add a showauto command to apt-cache. + * cmdline/apt-get.cc: + - Add apt-get markauto and unmarkauto commands. + + -- David Kalnischkies Sat, 03 Apr 2010 14:58:39 +0200 -apt (0.7.26~exp3) UNRELEASED; urgency=low +apt (0.7.26~exp3) experimental; urgency=low [ Christian Perrier ] * German translation update. Closes: #571037