From: Michael Vogt Date: Wed, 5 Oct 2011 16:14:38 +0000 (+0200) Subject: * apt-pkg/contrib/configuration.cc: X-Git-Tag: 0.9.0~51 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7be8c02360bdb9bd7f59b087da874f88af2a7206 * apt-pkg/contrib/configuration.cc: - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc: - fix fetching language information by adding OptionalSubIndexTarget * methods/https.cc: - cleanup broken downloads properly * ftparchive/cachedb.cc: - fix buffersize in bytes2hex * apt-pkg/deb/deblistparser.cc: - fix crash when the dynamic mmap needs to be grown in LoadReleaseInfo (LP: #854090) --- 7be8c02360bdb9bd7f59b087da874f88af2a7206 diff --cc debian/changelog index 7e1ce4f4e,4ca81c329..a06abbbc0 --- a/debian/changelog +++ b/debian/changelog @@@ -1,42 -1,39 +1,64 @@@ -apt (0.8.16~exp5) experimental; urgency=low ++apt (0.8.16~exp7) UNRELEASEDexperimental; urgency=low + + [ Michael Vogt ] - * apt-pkg/makefile: - - install sha256.h compat header - * 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) - - fix crash when P.Arch() was used but the cache got remapped - * apt-pkg/acquire-item.{cc,h}: - - do not check for a "Package" tag in optional index targets - like the translations index - * apt-pkg/acquire.cc: - - fix potential divide-by-zero - * methods/mirror.cc: - - include the architecture(s) in the query string as well so - that the server can make better decisions + * apt-pkg/contrib/configuration.cc: + - fix double delete (LP: #848907) + - ignore only the invalid regexp instead of all options + * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc: + - fix fetching language information by adding OptionalSubIndexTarget + * methods/https.cc: + - cleanup broken downloads properly + + [ Colin Watson ] + * ftparchive/cachedb.cc: + - fix buffersize in bytes2hex + + [ David Kalnischkies ] + * apt-pkg/deb/deblistparser.cc: + - fix crash when the dynamic mmap needs to be grown in + LoadReleaseInfo (LP: #854090) + - -- Michael Vogt Fri, 05 Aug 2011 10:57:08 +0200 ++ -- Michael Vogt Wed, 05 Oct 2011 18:14:11 +0200 ++ +apt (0.8.16~exp6) experimental; urgency=low + + [ Christopher Baines ] + * enable APT in unpack/configure ordering to handle loops as well + as tight dependencies between immediate packages better + enabling also the possibility to mark all packages as immediate + (at least Closes: #353290, #540227, #559733, #621836, #639290) + + [ David Kalnischkies ] + * [abi-break] Support large files in the complete toolset. Indexes of this + size are pretty unlikely for now, but we need it for deb + packages which could become bigger than 4GB now (LP: #815895) + * merged the debian-sid branch + + [ Michael Vogt ] + * bump ABI version + + -- Michael Vogt Wed, 14 Sep 2011 21:06:51 +0200 + +apt (0.8.16~exp5) experimental; urgency=low + + * merged the latest debian-sid fixes + * apt-pkg/makefile: + - install sha256.h compat header + * 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) + - fix crash when P.Arch() was used but the cache got remapped + * apt-pkg/acquire-item.{cc,h}: + - do not check for a "Package" tag in optional index targets + like the translations index + * apt-pkg/acquire.cc: + - fix potential divide-by-zero + * methods/mirror.cc: + - include the architecture(s) in the query string as well so + that the server can make better decisions + + -- Michael Vogt Mon, 15 Aug 2011 14:52:54 +0200 apt (0.8.16~exp4) experimental; urgency=low