summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2007-06-14* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- apport integration added, this means that a apport report is written on dpkg failures * merged from debian/unstable, remaining changes: - maintainer field changed * merged the debian/experimental changes back into the debian/sid branch * merged from Christian Perrier: * mr.po: New Marathi translation Closes: #416806 * zh_CN.po: Updated by Eric Pareja Closes: #416822 * tl.po: Updated by Eric Pareja Closes: #416638 * gl.po: Updated by Jacobo Tarrio * da.po: Updated by Claus Hindsgaul * fr.po: Remove a non-breakable space for usability * ru.po: Updated Russian translation. Closes: #405476 * *.po: Unfuzzy after upstream typo corrections * buildlib/archtable: - added support for sh3/sh4 (closes: #424870) - added support for m32r (closes: #394096) * buildlib/systemtable: - added support for lpia * configure.in: - check systemtable for architecture mapping too * fix error in AutocleanInterval, closes: #319339 (thanks to Israel G. Lugo for the patch) * add "purge" commandline argument, closes: #133421) (thanks to Julien Danjou for the patch) * add "purge" commandline argument, closes: #133421) (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 * Removed the more leftover #pragma interface/implementation closes: #306937 (thanks to Andreas Henriksson for the patch) * ABI library name change because its build against new glibc * implement SourceVer() in pkgRecords (thanks to Daniel Burrows for the patch!) * apt-pkg/algorithm.cc: - use clog for all debugging - only increase the score of installed applications if they are not obsolete - fix resolver bug on removal triggered by weak-dependencies with or-groups * methods/http.cc: - send apt version in User-Agent * apt-pkg/deb/debrecords.cc: - fix SHA1Hash() return value * apt-pkg/cdrom.cc: - only unmount if APT::CDROM::NoMount is false * methods/cdrom.cc: - only umount if it was mounted by the method before - if decompression of a index fails, delete the index * vi.po: Updated to 515t. Closes: #426976 * eu.po: Updated to 515t. Closes: #423766 * pt.po: 515t. Closes: #423111 * fr.po: Updated by Christian Perrier * Update all PO and the POT. Gives 513t2f for formerly complete translations * Package that contains tall the new features * Removed all #pragma interface/implementation * Branch that contains tall the new features: * translated package descriptions * task install support * automatic dependency removal (thanks to Daniel Burrows) * merged support for the new dpkg "Breaks" field (thanks to Ian Jackson) * handle network failures more gracefully on "update" * support for unattended-upgrades (via unattended-upgrades package) * added apt-transport-https method - ca.po: Updated to 514t - be.po: Updated to 514t - it.po: Updated to 514t - hu.po: Updated to 514t - zh_TW.po: Updated to 514t - ar.po: Updated to 293t221u. - ru.po: Updated to 514t. Closes: #392466 - nb.po: Updated to 514t. Closes: #392466 - pt.po: Updated to 514t. Closes: #393199 - fr.po: One spelling error corrected: s/accèder/accéder - km.po: Updated to 514t. - ko.po: Updated to 514t. - bg.po: Updated to 514t. - de.po: Updated to 514t. - en_GB.po: Updated to 514t. * debian/control: - depend on debian-archive-keyring to offer clean upgrade path (closes: #386800) * merged "install-recommends" branch (ABI break): - new "--install-recommends" - install new recommends on "upgrade" if --install-recommends is given - new "--fix-policy" option to install all packages with unmet important dependencies (usefull with --install-recommends to see what not-installed recommends are on the system) - fix of recommended packages display (only show CandidateVersion fix or-group handling) * merged "install-task" branch (use with "apt-get install taskname^") * Applied patch from Daniel Schepler to make apt bin-NMU able. * apt-pkg/acquire-item.cc: - fix reversed logic of the "Acquire::PDiffs" option * apt-pkg/contrib/sha256.cc: - applied patch to fix unaligned access problem. Closes: #367417 (thanks to David Mosberger) * apt-pkg/contrib/sha256.{cc,h},hashes.{cc,h}: support for sha256 (thanks to Anthony Towns) * ftparchive/cachedb.{cc,h},writer.{cc,h}: optimizations (thanks to Anthony Towns) * apt pdiff support from experimental merged * apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to Matt Zimmerman) - fix error in dpkg interaction (closes: #364513, thanks to Martin Dickopp)
2007-06-09* huge merge to bring the apt debian-sid and ubuntu branches as closeMichael Vogt
as possible to apt--mvo again
2007-06-08* add --dsc-only option, thanks to K. Richard PixleyMichael Vogt
2007-06-08* add "purge" commandline argument, closes: #133421)Michael Vogt
(thanks to Julien Danjou for the patch)
2007-05-02* updated from http://people.ubuntu.com/~mvo/bzr/apt/auto-mark/Michael Vogt
2007-05-02* merged with the apt--mvo branchMichael Vogt
2007-05-02* apt-pkg/acquire.{cc,h}:Michael Vogt
* Fix broken use of awk in apt-key that caused removal of the wrong keys from the keyring. Closes: #412572 * merged from Christian Perrier: * mr.po: New Marathi translation Closes: #416806 * zh_CN.po: Updated by Eric Pareja Closes: #416822 * tl.po: Updated by Eric Pareja Closes: #416638 * gl.po: Updated by Jacobo Tarrio Closes: #412828 * da.po: Updated by Claus Hindsgaul Closes: #409483 * fr.po: Remove a non-breakable space for usability issues. Closes: #408877 * ru.po: Updated Russian translation. Closes: #405476 * *.po: Unfuzzy after upstream typo corrections * apt-pkg/policy.cc: - allow multiple packages (thanks to David Foerster) * NMU * Fix broken use of awk in apt-key that caused removal of the wrong keys from the keyring. Closes: #412572
2007-04-20* apt-pkg/policy.cc:Michael Vogt
- allow multiple packages (thanks to David Foerster)
2007-03-14 - ensure proper permissions in the extended_state file (LP#67037)Michael Vogt
- applied patch to (optionally) hide the auto-remove information (thanks to Frode M. Døving) (LP#69148)
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
2007-03-14* apt-pkg/depcache.cc:Michael Vogt
- added "APT::Never-MarkAuto-Section" and consider dependencies of packages in this section manual * debian/apt.conf.ubuntu: - added APT::Never-MarkAuto-Section "metapackages";
2007-03-13* apt-pkg/indexfile.cc:Michael Vogt
- fix problem overwriting APT::Acquire::Translation * doc/examples/configure-index: - document APT::Acquire::Translation
2007-02-06* merged the apt--mirror branchMichael Vogt
2007-02-06* removed dead codeMichael Vogt
2007-02-06* apt-pkg/acquire-item.cc:Michael Vogt
- default to "/usr/lib/apt/apt-report-mirror-failure" * cmdline/apt-report-mirror-failure: - no default comit url for now * debian/rules: - move apt-report-mirror-failure into /usr/lib/apt * doc/examples/configure-index: - more documentation * methods/mirror.cc: - updated TODO
2007-01-08* methods/mirror.cc:Michael Vogt
- implemented simple Clean() implementation based on the time of the last access for a mirror file
2007-01-08* apt-pkg/init.cc:Michael Vogt
- added Dir::State::Mirrors * doc/examples/configure-index: - added Acquire::mirror::RefreshInterval * methods/mirror.{cc,h}: - download the mirror file into Dir::State::Mirrors - added RefreshInterval option to not ask for the mirror file too often
2006-12-19* merged the apt--curl-https branchMichael Vogt
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 the apt-breaks-iwj branchMichael Vogt
* pulled in the other remaining ubuntu changes
2006-12-14* merged with apt--mvoMichael Vogt
2006-12-14* merged from the apt--auto-mark branchMichael Vogt
2006-12-14* merged with apt--debian-sidMichael Vogt
2006-12-07merged from apt--mvoMichael 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-11-23* added missing ","Michael Vogt
2006-11-23* mention apt-secure in apt.8 and apt-apt.8Michael Vogt
2006-11-12Fix the typo described in #320000bubulle@debian.org
2006-11-11Fix a minor error in the French manpage. Closes: #398028bubulle@debian.org
2006-10-11* merged from Christians branchMichael Vogt
2006-10-09* merged from apt--mvoMichael Vogt
2006-10-09Fix encoding of generated French manpagesbubulle@debian.org
2006-10-09Fix encoding of generated Japanese man pages. Closes: #361699bubulle@debian.org
2006-10-06Correct very bad wording in apt-get.8bubulle@debian.org
2006-10-02* merged man-page changeMichael Vogt
2006-10-02* doc/apt-get.8.xml:Michael Vogt
- added documentation patch from Vladimír Lapáček about autoremove
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-25initial Breaks implementationIan Jackson
2006-08-15* merged the install-recommends branchMichael Vogt
2006-08-10* merged the apt--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-08-01* merged with mainlineMichael Vogt