summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-09-13merge with debian/sidDavid Kalnischkies
2011-09-05 - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies
* doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality
2011-07-28* merged latest fixes from debian-sidMichael Vogt
* apt-pkg/contrib/sha1.cc: - fix illegally casts of on-stack buffer to a type requiring more alignment than it has resulting in segfaults on sparc (Closes: #634696) * apt-pkg/contrib/cdromutl.cc: - fix escape problem when looking for the mounted devices * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc: - add new DeEscapeString() similar to DeQuoteString but unescape character escapes like \0XX and \xXX (plus added test) * refresh po/* * cmdline/apt-get.cc: - fix missing download progress in apt-get download - do not require unused partial dirs in 'source' (Closes: #633510) - buildconflicts effect all architectures - implement MultiarchCross for build-dep and source (Closes: #632221) * cmdline/apt-key: - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596) * debian/apt.postinst: - remove /etc/apt/secring.gpg if it is an empty file * doc/apt-cache.8.xml: - apply madison typofix from John Feuerstein, thanks! (Closes: #633455) * apt-pkg/policy.cc: - emit an error on unknown APT::Default-Release value (Closes: #407511) * apt-pkg/aptconfiguration.cc: - ensure that native architecture is if not specified otherwise the first architecture in the Architectures vector * apt-pkg/deb/deblistparser.cc: - Strip only :any and :native if MultiArch should be stripped as it is save to ignore them in non-MultiArch contexts but if the dependency is a specific architecture (and not the native) do not strip
2011-07-26refresh po/*Michael Vogt
2011-07-25implement MultiarchCross for build-dep and source (Closes: #632221)David Kalnischkies
2011-07-16* doc/apt-cache.8.xml:John Feuerstein
- apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
2011-07-15merged from http://bzr.debian.org/bzr/apt/apt/debian-sidMichael Vogt
2011-07-14* apt-pkg/deb/debmetaindex.cc:David Kalnischkies
- add trusted=yes option to mark unsigned (local) repository as trusted based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498) Note that "apt-get update" still warns about unknown signatures even when [trusted=yes] is given for the source.
2011-07-14* cmdline/apt-get.cc:David Kalnischkies
- add an --assume-no option for testing to say 'no' to everything
2011-07-10merge with debian-experimentalDavid Kalnischkies
2011-07-05cherrypick sources.list option documentation from my sid branchDavid Kalnischkies
2011-07-05* doc/apt.conf.5.xml:David Kalnischkies
- document APT::Architectures list (Closes: #612102)
2011-07-05* doc/sources.list.5.xml:David Kalnischkies
- document available [options] for sources.list entries (Closes: 632441)
2011-06-30merged from debian-sidMichael Vogt
2011-06-30* doc/makefile:Michael Vogt
- create doxygen directory to avoid depending on magic (Closes: #628799) * cmdline/apt-key: - explicitly state that net-update is not supported if no url is set - require to be root for add, rm, update and net-update - clarify update vs. net-update in different distros (Closes: #632043) * debian/apt.symbols: - forgot 'mips' in the list for all architecture dependent symbols - comment out gcc-4.5 specific symbols as gcc-4.6 is now default - the symbol for PrintStatus() is architecture dependent * apt-pkg/policy.cc: - do not segfault in pinning if a package with this name doesn't exist. Thanks to Ferdinand Thommes for the report! - Defaults is a vector of Pin not of PkgPin - ensure that only the first specific stanza for a package is used - save all stanzas which had no effect in Unmatched - allow package:architecure in Package:
2011-06-29clarify update vs. net-update in different distros (Closes: #632043)David Kalnischkies
2011-06-29* doc/makefile:David Kalnischkies
- create doxygen directory to avoid depending on magic (Closes: #628799)
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt
2011-06-28merged from debian-sidMichael Vogt
2011-06-28various typo and syntax corrections in doc/*.xmlMichael Vogt
2011-06-10merged lp:~mvo/apt/add-library-pkgsMichael Vogt
2011-06-09German documentation translation update (Chris Leick). Closes: #629949bubulle@debian.org
2011-06-08initial librarification pushMichael Vogt
2011-05-17rename option APT::Solver::Name to simply APT::SolverDavid Kalnischkies
2011-05-17* doc/external-dependency-solver-protocol.txt:David Kalnischkies
- describe EDSP and the configuration interface around it
2011-05-16merged from lp:~donkult/apt/sidMichael Vogt
2011-04-26* doc/po/de.po:Chris Leick
- undo the translation of the command 'dump' in manpage of apt-config as report by Burghard Grossmann on debian-l10n-german, thanks!
2011-04-26provide a 'dpkg --set-selections' wrapper to set/release holdsDavid Kalnischkies
2011-04-21update the apt-mark manpageDavid Kalnischkies
2011-04-21doc/apt-key.8.xml: Document apt-key net-update (LP: #192810)Julian Andres Klode
2011-04-15* apt-pkg/policy.cc:Julian Andres Klode
- Allow pinning by glob() expressions, and regular expressions surrounded by slashes (the "/" character).
2011-04-04add Dir::Bin::Solvers to enable customization of solver directoryStefano Zacchiroli
EDSP version 0.4
2011-04-04merge documentation of the EDSP protocolStefano Zacchiroli
2011-04-04edsp: rename and drop very-draft warningsStefano Zacchiroli
2011-03-31add indicative Autoremove stanzas in solutionsStefano Zacchiroli
as suggested by David EDSP version 0.3
2011-03-30second draft, addressing David and Michael commentsStefano Zacchiroli
EDSP version 0.2
2011-03-30solver protocol (EDSP): first draftStefano Zacchiroli
version 0.1
2011-03-23document ButAutomaticUpgrades together with NotAutomaticDavid Kalnischkies
as suggested by Charles Plessy (Closes: #619083)
2011-03-23* doc/apt_preferences.5.xml:David Kalnischkies
- correct typo spotted by Charles Plessy (Closes: #619088)
2011-03-10doc/po/fr.po: fix typoMichael Vogt
2011-03-10merged the lp:~mvo/apt/mvo branchMichael Vogt
2011-03-10* apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:Michael Vogt
- deal with missing FSTAB_DIR when using libudev to discover cdrom - add experimental APT::cdrom::CdromOnly option (on by default). When this is set to false apt-cdrom will handle any removable deivce (like a usb-stick) as a "cdrom/dvd" source
2011-02-22add options to disable specific checksums for IndexesDavid Kalnischkies
2011-02-21doc/examples/configure-index: remove no longer used option NoConfigureMichael Vogt
2011-02-18* Fix error in French translation of manpages (apt_preferences(5)).bubulle@debian.org
Merci, RĂ©mi Vanicat. Closes: #613689 * Complete French manpage translation
2011-02-16* Add missing dot in French translation of manpages. Merci, Olivierbubulle@debian.org
Humbert. * French translation update * French manpages translation update
2011-02-14doc/po/*: refreshedMichael Vogt
2011-02-09* cmdline/apt-get.cc:David Kalnischkies
- add --install-suggests option (Closes: #473089)
2011-02-07a notice is printed for ignored files (Closes: #597615)David Kalnischkies
2011-02-04* cmdline/apt-cache.cc:David Kalnischkies
- remove not implemented 'apt-cache add' command * doc/apt-cache.8.xml: - describe reality as apt-cache just queries and doesn't manipulate the caches. Thanks to Enrico Zini for spotting it! (Closes: #612009)