summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2008-01-04* merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt1-0/+6
for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
2007-12-16* apt-pkg/contrib/configuration.cc:Otavio Salvador1-0/+13
- if RootDir is set, then FindFile and FindDir will return paths relative to the directory stored in RootDir, closes: #456457.
2007-11-19* Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add aOtavio Salvador1-4/+6
note about some frontends in apt.8 manpage, closes: #438545.
2007-11-02* Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage toOtavio Salvador2-1/+115
apt-mark, closes: #430207.
2007-09-12* Add support to apt-key to export keys to stdout. Thanks to "DwayneOtavio Salvador1-0/+22
C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
2007-09-06* dpkg-triggers: Deal properly with new package states.Michael Vogt1-0/+2
2007-08-03* merged from dpkg-log branchMichael Vogt1-1/+1
2007-08-03* doc/examples/configure-index:Michael Vogt1-1/+1
- 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 Vogt1-0/+5
- 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 Vogt1-1/+1
- support a list of sections for: APT::Install-Recommends-Sections APT::Never-MarkAuto-Sections
2007-07-19apt-pkg/deb/dpkgpm.{cc,h}Michael Vogt1-0/+5
- 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 Salvador1-2/+2
configure-index example file. Thanks to Peter Eisentraut <peter_e@gmx.net> by the patch (closes: #432223)
2007-06-09* huge merge to bring the apt debian-sid and ubuntu branches as closeMichael Vogt8-5/+1307
as possible to apt--mvo again
2007-06-08* add "purge" commandline argument, closes: #133421)Michael Vogt1-3/+3
(thanks to Julien Danjou for the patch) * fix FTBFS with gcc 4.3, closes: #417090 (thanks to Martin Michlmayr for the patch) * add --dsc-only option, thanks to K. Richard Pixley
2007-06-08* add --dsc-only option, thanks to K. Richard PixleyMichael Vogt1-3/+3
2007-06-08* fix error in AutocleanInterval, closes: #319339Michael Vogt1-0/+6
(thanks to Israel G. Lugo for the patch) * add "purge" commandline argument, closes: #133421) (thanks to Julien Danjou for the patch)
2007-06-08* add "purge" commandline argument, closes: #133421)Michael Vogt1-0/+6
(thanks to Julien Danjou for the patch)
2007-05-02* updated from http://people.ubuntu.com/~mvo/bzr/apt/auto-mark/Michael Vogt1-0/+4
2007-05-02* merged with the apt--mvo branchMichael Vogt1-3/+4
2007-04-20* apt-pkg/policy.cc:Michael Vogt1-3/+4
- allow multiple packages (thanks to David Foerster)
2007-03-14* cmdline/apt-get.cc:Michael Vogt1-0/+1
- applied patch from Frode M. Døving to have APT::Get::HideAutoRemove
2007-03-14* apt-pkg/depcache.cc:Michael Vogt1-0/+2
- added APT::Never-MarkAuto-Section variable - that will consider dependencies of packages in this section manual
2006-12-19* merged apt--curl-https branchMichael Vogt1-0/+13
2006-12-19* methods/https.cc:Michael Vogt1-0/+13
- implemented various cert verification options
2006-12-14* merged the apt-breaks-iwj branchMichael Vogt3-2/+5
* pulled in the other remaining ubuntu changes
2006-12-14* merged with apt--mvoMichael Vogt10-18/+30
2006-12-14* merged from the apt--auto-mark branchMichael Vogt1-0/+13
2006-12-14* merged with apt--debian-sidMichael Vogt9-10/+24
2006-12-01* merged from mainMichael Vogt5-5/+10
2006-11-27* apt-pkg/deb/dpkgpm.cc: Michael Vogt1-0/+4
- added "Dpkg::StopOnError" variable that controls if apt will abort on errors from dpkg
2006-11-23* added missing ","Michael Vogt2-2/+2
2006-11-23* mention apt-secure in apt.8 and apt-apt.8Michael Vogt2-1/+2
2006-11-12Fix the typo described in #320000bubulle@debian.org1-1/+1
2006-11-11Fix a minor error in the French manpage. Closes: #398028bubulle@debian.org1-2/+2
2006-10-11* merged from Christians branchMichael Vogt3-3/+12
2006-10-09* merged from apt--mvoMichael Vogt1-2/+2
2006-10-09Fix encoding of generated French manpagesbubulle@debian.org2-1/+10
2006-10-09Fix encoding of generated Japanese man pages. Closes: #361699bubulle@debian.org1-2/+2
2006-10-06Correct very bad wording in apt-get.8bubulle@debian.org1-2/+2
2006-10-02* doc/apt-get.8.xml:Michael Vogt1-0/+13
- added documentation patch from Vladimír Lapáček about autoremove
2006-10-02* merged with unstable, prepared uploadMichael Vogt2-2/+1
2006-09-30* merged from mainlineMichael Vogt1-0/+1
2006-09-28* doc/examples/configure-index:Michael Vogt1-0/+1
- document the buildDeps debug option
2006-09-12* merged with mainlineMichael Vogt1-1/+0
2006-09-12* doc/examples/sources.list:Michael Vogt1-1/+0
- removed no-longer used non-us line
2006-09-06* merged with the apt--mvo branchMichael Vogt4-2/+4
2006-08-25initial Breaks implementationIan Jackson3-2/+5
2006-08-15* merged the install-recommends branchMichael Vogt1-0/+4
2006-08-10* merged the apt--install-recommends branchMichael Vogt1-0/+4
2006-08-09* cmdline/apt-get.cc:Michael Vogt1-0/+4
- added "{no-}install-recommends" option to apt-get * doc/examples/configure-index: - recommends/suggests option documented