summaryrefslogtreecommitdiff
path: root/doc
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-08merge the 0.7.20.2 uploadMichael Vogt
2008-12-15Mentioned '/* ... */' comments. (Closes: #507601)Michael Vogt
2008-12-10apt.conf: mentioned '/* ... */'-comments.Eugene V. Lyubimkin
2008-12-08merged lp:~jackyf-devel/apt/debian-sidMichael Vogt
2008-12-06Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.Eugene V. Lyubimkin
2008-12-06Applied patch from Daniel Burrows to document 'Debug' group of options.Eugene V. Lyubimkin
2008-12-06Documented briefly 'APT::https' group of options.Eugene V. Lyubimkin
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-12doc/apt-get.8.xml: explicitly say that 'dist-upgrade' command may remove ↵Eugene V. Lyubimkin
packages.
2008-11-08Stripped unneeded statring newline from 'install' command description in ↵Eugene V. Lyubimkin
apt-get manpage.
2008-11-08Update synopsis in apt-get manpage for '-v'/'--version'.Eugene V. Lyubimkin
2008-11-08Noted allowed file name characters in /etc/apt/sources.list.d/* files.Eugene V. Lyubimkin
2008-11-06doc/apt-get.8.xml: advanced descriptions for 'remove' and 'purge'.Eugene V. Lyubimkin
2008-11-06doc/sources.list.5.xml: fixed grammar and typo.Eugene V. Lyubimkin
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-05Added 'dist-upgrade' to apt-get synopsis in apt-get manpage.Eugene V. Lyubimkin
2008-11-05Added (x) to some manpage referrings in apt-get manpage.Eugene V. Lyubimkin
2008-11-05* Fix typos:Michael Vogt
- apt-pkg/depcache.cc * Fix compilation warnings: - apt-pkg/acquire.cc - apt-pkg/versionmatch.cc * Compilation fixes and portability improvement for compiling APT against non-GNU libc (thanks to Martin Koeppe, closes: #392063): - buildlib/apti18n.h.in: + textdomain() and bindtextdomain() must not be visible when --disable-nls - buildlib/inttypes.h.in: undefine standard int*_t types - Append INTLLIBS to SLIBS: + cmdline/makefile + ftparchive/makefile + methods/makefile * doc/apt.conf.5.xml: - clarify whether configuration items of apt.conf are case-sensitive (thanks to Vincent McIntyre, closes: #345901)
2008-11-02Cleaned up unnecessary [<...>] from apt-get synopsis. Added '--help'.Eugene V. Lyubimkin
2008-11-02Another fix for 'apt-get <...> -t' synopsis.Eugene V. Lyubimkin
2008-11-02Another fix for synopsis of 'apt-get install'.Eugene V. Lyubimkin
2008-11-02Removed notice that ssh/rsh access cannot use password authentication from ↵Eugene V. Lyubimkin
sources.list manpage.
2008-11-02Added 'rsh', 'ssh' and 'copy' to the list of URI schemes in sources.list ↵Eugene V. Lyubimkin
manpage.
2008-11-02Documented 'Acquire::PDiffs' in apt.conf manpage.Eugene V. Lyubimkin
2008-11-02Documented '--no-install-recommends' in apt-get manpage.Eugene V. Lyubimkin
2008-11-02Typo fix.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-11-02Documented 'APT::Default-Release' in apt.conf.Eugene V. Lyubimkin
2008-11-01Corrected synopsis part for 'apt-get' source.Eugene V. Lyubimkin
2008-11-01Fixed validation of apt-get.8.xmlEugene V. Lyubimkin
2008-11-01Removed unneeded </arg>.Eugene V. Lyubimkin
2008-11-01Fixed placing for 'xvcg' entry, added missing closing tags.Eugene V. Lyubimkin
2008-11-01Mentioned 'apt_preferences(5)' in apt manpage.Eugene V. Lyubimkin
2008-11-01Advanced documentation for 'apt-get install' command, mentioned upgrading ↵Eugene V. Lyubimkin
possibility.
2008-11-01Mentioned more short options in the apt-get's manpage. Documented 'xvcg' in ↵Eugene V. Lyubimkin
the apt-get manpage.
2008-11-01Clearly documented '/<release>' and '=<version>' in apt-get.8.Eugene V. Lyubimkin
2008-11-01Substituted 'apt-archive' with 'apt-ftparchive'.Eugene V. Lyubimkin
2008-10-11Clarify whether configuration items of apt.conf are case-sensitiveLuca Bruno
2008-10-10doc/apt-cache.8.xml: add missing <citerefentry>Michael Vogt
2008-10-05* doc/apt-cache.8.xml:Luca Bruno
- search command uses POSIX regex, and searches for virtual packages too (closes: #277536)
2008-10-04* doc/offline.sgml: clarify remote and target hostsLuca Bruno
2008-10-04* Better documentation for apt-get --optionLuca Bruno
2008-10-04* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276)Luca Bruno
2008-10-03Applied patch from #461458 for apt.8 typoLuca Bruno
2008-10-03Applied patch from #411532 for typosLuca Bruno
2008-10-03* Better documentation on using both APT::Default-Release and ↵Luca Bruno
/etc/apt/preferences (closes: #145575)