summaryrefslogtreecommitdiff
path: root/doc/examples
AgeCommit message (Collapse)Author
2009-04-09* apt-pkg/contrib/strutl.cc:Michael Vogt
- fix TimeToStr i18n (LP: #289807) * [ABI break] merge support for http redirects, thanks to Jeff Licquia and Anthony Towns * [ABI break] use int for the package IDs (thanks to Steve Cotton) * apt-pkg/pkgcache.cc: - do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955) * methods/https.cc: - add Acquire::https::AllowRedirect support * Clarify the --help for 'purge' (LP: #243948) * cmdline/apt-get.cc - fix "apt-get source pkg" if there is a binary package and a source package of the same name but from different packages (LP: #330103) * cmdline/acqprogress.cc: - Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234).
2009-02-03* methods/https.cc:Michael Vogt
- add Acquire::https::AllowRedirect support
2008-12-09merged from the debian-sid branchMichael Vogt
2008-12-02make "apt-get build-dep" installed packages marked automaticMichael Vogt
by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268)
2008-11-26Removed obsolete commented non-us deb-src entry, replaced with ↵Eugene V. Lyubimkin
'security.debian.org' one.
2008-11-06doc/examples/configure-index: 'linux-kernel' -> 'linux-image'.Eugene V. Lyubimkin
2008-11-06Removed obsolete header line from configure-index.Eugene V. Lyubimkin
2008-11-02Added APT::Get::AllowUnauthenticated to configure-index.Eugene V. Lyubimkin
2008-11-02Changed 'Install-Recommends' to 'true' in configure-index.Eugene V. Lyubimkin
2008-08-06make "apt-get build-dep" installed packages marked automaticMichael Vogt
by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268)
2008-07-25* merge patch that enforces stricter https server certificateMichael Vogt
checking (thanks to Arnaud Ebalard, closes: #485960) * allow per-mirror specific https settings (thanks to Arnaud Ebalard, closes: #485965) * add doc/examples/apt-https-method-example.cof (thanks to Arnaud Ebalard, closes: #485964)
2008-07-25* add doc/examples/apt-https-method-example.cofMichael Vogt
(thanks to Arnaud Ebalard, closes: #485964)
2008-05-05replaced cron.daily with new version and updated document accordinglyOsamu Aoki
2008-02-19Fix typos in manpagesbubulle@debian.org
2008-01-04* merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt
for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
2007-08-03* merged from dpkg-log branchMichael Vogt
2007-08-03* doc/examples/configure-index:Michael Vogt
- updated Dir::Log::Terminal * apt-pkg/deb/dpkgpm.cc: - make the terminal log optional - rename Dir::Log::Name to Dir::Log::Terminal
2007-08-03* apt-pkg/deb/dpkgpm.{cc,h}:Michael Vogt
- merged dpkg-log branch, this lets you specify a Dir::Log::Terminal file to log dpkg output to ABI break
2007-07-26* apt-pkg/depcache.cc:Michael Vogt
- support a list of sections for: APT::Install-Recommends-Sections APT::Never-MarkAuto-Sections
2007-07-19apt-pkg/deb/dpkgpm.{cc,h}Michael Vogt
- a bit cleanup - move the log date to the right place - write log to dir::log::name apt-pkg/init.cc: - init dir::log::name "/var/log/apt/term.log" debian/apt.dirs: - create /var/log/apt/ doc/examples/configure-index: - add new dir::log::name to the index
2007-07-12* Fix example for Install-{Recommends,Suggests} options onOtavio Salvador
configure-index example file. Thanks to Peter Eisentraut <peter_e@gmx.net> by the patch (closes: #432223)
2007-05-02* updated from http://people.ubuntu.com/~mvo/bzr/apt/auto-mark/Michael Vogt
2007-03-14* cmdline/apt-get.cc:Michael Vogt
- applied patch from Frode M. Døving to have APT::Get::HideAutoRemove
2007-03-14* apt-pkg/depcache.cc:Michael Vogt
- added APT::Never-MarkAuto-Section variable - that will consider dependencies of packages in this section manual
2006-12-19* merged apt--curl-https branchMichael Vogt
2006-12-19* methods/https.cc:Michael Vogt
- implemented various cert verification options
2006-12-14* merged with apt--debian-sidMichael Vogt
2006-12-01* merged from mainMichael Vogt
2006-11-27* apt-pkg/deb/dpkgpm.cc: Michael Vogt
- added "Dpkg::StopOnError" variable that controls if apt will abort on errors from dpkg
2006-10-02* merged with unstable, prepared uploadMichael Vogt
2006-09-30* merged from mainlineMichael Vogt
2006-09-28* doc/examples/configure-index:Michael Vogt
- document the buildDeps debug option
2006-09-12* merged with mainlineMichael Vogt
2006-09-12* doc/examples/sources.list:Michael Vogt
- removed no-longer used non-us line
2006-09-06* merged with the apt--mvo branchMichael Vogt
2006-08-15* merged the install-recommends branchMichael Vogt
2006-08-09* cmdline/apt-get.cc:Michael Vogt
- added "{no-}install-recommends" option to apt-get * doc/examples/configure-index: - recommends/suggests option documented
2006-07-26* merged with mainlineMichael Vogt
2006-07-25* merged with mainlineMichael Vogt
2006-07-25* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- ignore lines that can't be split properly from dpkg (DpkgPM::Go) * doc/examples/configure-index: - documentation updates
2006-06-26* merged the auto-remove branchMichael Vogt
2006-06-26* merged with mainlineMichael Vogt
2006-06-09* merged from mainlineMichael Vogt
2006-06-07* doc/examples/configure-index:Michael Vogt
- document the new features * apt-pkg/init.h, apt-pkg/makefile, methods/makefile: - we break the ABI, record this
2006-05-27* added Debug::pkgDepCache::AutoInstall debug optionMichael Vogt
2006-04-26* merged with mainline (doc fix)Michael Vogt
2006-04-26* merged documentation patch (debian #307756)Michael Vogt
2006-04-02* merged the pdiff stuffMichael Vogt
2006-03-30* make the code follow the apt coding standards betterMichael Vogt
* change the location to turn off pdiff (APT::PDiff=false)
2005-12-08* updated to apt--mvoMichael Vogt
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-132 Completed Simplified Chinese translation * bubulle@debian.org--2005/apt--main--0--patch-133 Merge with Michael AND update PO files * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-94 * pkgDirStream has (slightly) better extract support now * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-95 * merge fix for #339533 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-96 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-97 * some more debug output * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-98 * ABI change: merged more flexible pkgAcquireFile code * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-99 * merged http download limit for apt (#146877) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-100 * applied parts of the string speedup patch from debian #319377 (ABI change) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-101 * fix for #340448 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-102 * finalized this release * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-103 * changelog updates * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-104 * build-depend on libdb4.3 now, fix for kFreeBSD (#317718) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-105 * fix mailaddress * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-106 * fix a string (thanks to bubulle) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-107 * merged with bubulle