summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-11releasing version 0.7.25.10.7.25.1Michael Vogt
2010-01-09* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt
- add debug option Debug::pkgCacheGen - merge fix for apt-get source pkg=version regression (closes: #561971)
2010-01-09Update PO filesbubulle@debian.org
2010-01-09Russian translation updatebubulle@debian.org
2010-01-08fix merge errorMichael Vogt
2010-01-08* po/ru.po:Michael Vogt
- merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
2010-01-08* cmdline/apt-get.cc:Michael Vogt
- fix apt-get source pkg=version regression (closes: #561971)
2010-01-08* French manpage translation updateMichael Vogt
* spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
2010-01-0844 strings leftbubulle@debian.org
2010-01-04Review continued by Stephane Blondonbubulle@debian.org
2010-01-03Reviewed by Philippe bataillerbubulle@debian.org
2010-01-03Review by Stephane Blondon and msgcatbubulle@debian.org
2009-12-29French translation updatebubulle@debian.org
2009-12-23Yet more Frenchbubulle@debian.org
2009-12-22Review by Philippe bataillerbubulle@debian.org
2009-12-20French translation updatebubulle@debian.org
2009-12-19French translation updatebubulle@debian.org
2009-12-16French translation updatebubulle@debian.org
2009-12-15releasing version 0.7.250.7.25Michael Vogt
2009-12-14merge segfault fix from Mario Sanchez Prada, many thanksMichael Vogt
(closes: #561109)
2009-12-14doc/sources.list.5.xml: merge typo fixesMichael Vogt
2009-12-14fix two other typos - this time in sources.list.5.xml:David Kalnischkies
* recongnizable --> recognizable * maintain --> maintains
2009-12-14apt-inst/makefile: include libversion.makMichael Vogt
2009-12-14merged patches from david (many thanks)Michael Vogt
2009-12-12fix to other oddities observed by Chris Leick while translatingDavid Kalnischkies
in doc/apt-get.8.xml, namely: - change equivalent "for" to "to the" (purge command) - clarify --fix-broken sentence about specifying packages
2009-12-12decrease the libapt-inst major version again to 1.1 as the increaseDavid Kalnischkies
was a backport error and is not needed (and destroys our non-abi-break hack)
2009-12-12remove informalexample tag which hides the programlisting in theDavid Kalnischkies
tree section of the apt-ftparchive manpage, thanks Chris Leick for noticing it!
2009-12-12refactor the current changelog a bitDavid Kalnischkies
2009-12-12French translation updatebubulle@debian.org
2009-12-12revert this commit as fast as possible (aka next ABI break)David Kalnischkies
This commit sets up our faked library extension to trick the build system into building the packages with libc6.9-6 while we are actually already at libc6.10-6. Oh dear...
2009-12-11fix the backport of the https methods as they would require an ABI breakDavid Kalnischkies
otherwise in the Configuration class.
2009-12-11fix a few typos in strings, comments and manpage of apt-ftparchiveDavid Kalnischkies
thanks Karl Goetz! (Closes: #558757)
2009-12-11check cache size even if we do nothing else otherwise in apt.cron.daily,David Kalnischkies
thanks Francesco Poli for patch(s) and patience! (Closes: #459344)
2009-12-11add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien JarnoDavid Kalnischkies
in his response to Bernhard R. Link's patch, thanks! (Closes: #505020)
2009-12-11add https options which default to the ones from http for the httpsDavid Kalnischkies
method as this is more sane than using only the http options without a possibility to override these for https.
2009-12-11add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies
thanks Timothy J. Miller! (Closes: #355782)
2009-12-11Backport rred patches from my own sid branch to the 0.7.25 branchDavid Kalnischkies
* rewrite and refactor rred method to be able to handle even big (>30 MB) patches (Closes: #554349) and hardening the method itself by using more constants and a return value which can't be misinterpreted as linenumber * Finally adope the patch from Morten Hustveit <morten@debian.org> to be able to optional use mmaps and iovec to increase patch speed - but as this increase memory usage we can always fall back to the "old" method which doesn't depend on mmaps.
2009-12-10* apt-pkg/init.h:Michael Vogt
- add compatibilty with old ABI name until the next ABI break
2009-12-10* apt-pkg/init.h:Michael Vogt
- add compatibilty with old ABI name until the next ABI break
2009-12-10merged -r 1898..1899 from lp:~donkult/apt/sidMichael Vogt
2009-12-10merged from the mvo branch (and contains all non-abi break changes from donkult)Michael Vogt
2009-12-10merged -r 1923..1926 from lp:~donkult/apt/sidMichael Vogt
2009-12-10merged -r 1920..1922 from lp:~donkult/apt/sidMichael Vogt
2009-12-10merged -r 1918..1919 from lp:~donkult/apt/sidMichael Vogt
2009-12-10merged -r 1914..1915 from lp:~donkult/apt/sidMichael Vogt
2009-12-10merged -r1901..1911 from lp:~donkult/apt/sidMichael Vogt
2009-12-10merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt
2009-12-10* cmdline/apt-get.cc:Michael Vogt
- source should displays his final pkg pick (Closes: #249383, #550952) - source doesn't need the complete version for match (Closes: #245250) - source ignores versions/releases if not available (Closes: #377424)
2009-12-10merged -r1875..1886 from lp:~donkult/apt/sidMichael Vogt
2009-12-10merge debian sid branchMichael Vogt