summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-11-15apt-pkg/acquire-item.cc: Set Acquire::GzipIndexes to "true" by default, toMartin Pitt
store compressed indexes. This feature is now mature enough for general consumption. Update doc/apt.conf.5.xml accordingly.
2010-11-15* cmdline/apt-changelog: Read server name from configurationMartin Pitt
APT::Changelog::Server instead of hardcoding it. This allows local users to point to a local changelog mirror, or make this script work for Debian. * Add debian/apt.conf.changelog: Configuration for apt-changelog with the server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules. * doc/apt-changelog.1.xml: Document the new option.
2010-11-09* Add cmdline/apt-changelog: Script to fetch package changelog fromMartin Pitt
changelogs.ubuntu.com. Install it in cmdline/makefile and debian/rules. * Add doc/apt-changelog.1.xml, and install it in debian/rules.
2010-10-30Drop useless untranslatable sections from apt.8bubulle@debian.org
2010-10-30Fix "typos" in French manpages translations. Thanks tobubulle@debian.org
Cyril Brulebois for bashing me.
2010-10-29merged from debianMichael Vogt
2010-10-15merged from debian-sidMichael Vogt
2010-10-15* doc/examples/apt-https-method-example.conf:Olly Betts
- apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
2010-10-14merged from the debian-sid branchMichael Vogt
2010-10-14* doc/apt-verbatim.ent:David Kalnischkies
- change the codenames to reflect the situation after squeeze release
2010-10-14* doc/apt.ent:David Kalnischkies
- move some strings into apt-verbatim.ent to avoid showing them in apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
2010-10-13doc/po/fr.po: refreshed after running makeMichael Vogt
2010-10-13* debian/apt.cron.daily:Michael Vogt
- source /etc/default/locale (if available) so that the apt-get update cron job fetches the right translated package descriptions * fix test failure on amd64
2010-10-06* Another typo fixed in French ("Anfin"). Thanks to bubullebubulle@debian.org
* Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog Closes: #599265
2010-10-05Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.bubulle@debian.org
2010-09-30* doc/po/de.po:Chris Leick
- remove the duplicated "angefertigt" in translation-holder string
2010-09-21doc/examples/configure-index:Michael Vogt
- add info on debug::acquire::cdrom
2010-09-17German manpage translation (Chris Leick). Closes: #597163David Kalnischkies
2010-09-17* doc/po/fr.po:David Kalnischkies
- correct two syntax issues to ensure we can build fine
2010-09-07merged from the debian-sid branchMichael Vogt
2010-09-07Japanese (KURASAWA Nozomu). Closes: #595862bubulle@debian.org
2010-09-07merged from the debian-sid branchMichael Vogt
2010-09-05Spanish (Omar Campagne). Closes: #595557bubulle@debian.org
2010-08-31French translation fixedbubulle@debian.org
2010-08-30merged i18n fixes from debian-sidMichael Vogt
2010-08-30doc/po/fr.po: fix xml errors in the fr translationMichael Vogt
2010-08-30* merged fixes from the debian-sid bzr branch:Michael Vogt
* Simplified Chinese (Aron Xu). Closes: #594458 * Bulgarian (Damyan Ivanov). Closes: #594627 * Portuguese (Miguel Figueiredo). Closes: #594668 * Korean (Changwoo Ryu). Closes: #594809 * Portuguese (Américo Monteiro) * cmdline/apt-cache.cc: - remove useless GetInitialize method * cmdline/apt-get.cc: - remove direct calls of ReadMainList and use the wrapper instead to protect us from useless re-reads and two-times notice display - remove death code by removing unused GetInitialize * apt-pkg/depcache.cc: - now that apt-get purge works on 'rc' packages let the MarkDelete pass this purge forward to the non-pseudo package for pseudos * apt-pkg/contrib/fileutl.cc: - apply SilentlyIgnore also on files without an extension * apt-pkg/contrib/configuration.cc: - fix autoremove by using correct config-option name and don't make faulty assumptions in error handling (Closes: #594689) * apt-pkg/versionmatch.cc: - let the pin origin actually work as advertised in the manpage which means "" are optional and pinning a local archive does work - even if it is a non-flat archive (Closes: #594435)
2010-08-27* Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org
* Portuguese (Américo Monteiro)
2010-08-24* merged from debian/unstableMichael Vogt
* merge of the debian-expermental-ma branch * refresh po/pot files in doc/ and po/ * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki Closes: #594211 * Swedish (Daniel Nylander). Closes: #592366 * French (Christian Perrier) * Thai (Theppitak Karoonboonyanan). Closes: #592695 * Russian (Yuri Kozlov). Closes: #594232 * French (Christian Perrier) * apt-pkg/contrib/strutl.cc: - fix error checking for vsnprintf in its safe variant * methods/bzip2.cc: - fix error checking for read in case of failing bzip2/lzma/whatever * debian/apt.cron.daily: - create backups for our extended_states file (Closes: #593430) * apt-pkg/init.cc: - set the default values for dir::etc::trusted options correctly * ftparchive/writer.cc: - init valid-until correctly to prevent garbage entering Release file * apt-pkg/deb/debsystem.cc: - set dir::state::status based at least on dir * apt-pkg/deb/dpkgpm.cc: - use the InstVer instead of the CurrentVer for the autobit transfer * methods/http.cc: - some http servers violate HTTP1.1 by not issuing a Reason-Phrase (or at least a space after the code) especially for 200, but lets be nice and ignore it as we don't need the reason in general * apt-pkg/acquire-item.cc: - don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work in combination with the AddFd methods of our hashclasses
2010-08-23Update PO(T) filesbubulle@debian.org
2010-08-23French manpages translation updatebubulle@debian.org
2010-08-13merged from debianMichael Vogt
2010-07-30refresh po/pot files in doc/ and po/Michael Vogt
2010-07-29merged with the debian-experimental-ma branchMichael Vogt
2010-07-16* cmdline/apt-cache.cc:David Kalnischkies
- be able to omit dependency types in (r)depends (Closes: #319006)
2010-07-11[ Martin Pitt ]David Kalnischkies
* debian/rules: - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. * apt-pkg/contrib/fileutl.{h,cc}: - Add support for reading of gzipped files with the new "ReadOnlyGzip" OpenMode. (Closes: #188407) - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. - [ABI BREAK] This adds a new private member to FileFd, but its initialization is in the public header file. * configure.in: - Check for zlib library and headers. * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc, apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h, cmdline/apt-cache.cc: - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode. * apt-pkg/deb/debindexfile.cc: - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones. * apt-pkg/acquire-item.cc: - If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it. * doc/apt.conf.5.xml: - Document the new Acquire::GzipIndexes option. * doc/po/apt-doc.pot, doc/po/de.po: - German translation of new Acquire::GzipIndexes option. * Add test/test-indexes.sh: - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. * methods/gzip.cc: With FileFd now being able to read gzipped files, there is no need for the gzip method any more to spawn an external gzip process. Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead.
2010-07-09* doc/apt.conf.5.xml:David Kalnischkies
- add and document APT::Cache-{Start,Grow,Limit} options for mmap control
2010-06-26* apt-pkg/contrib/fileutl.cc:David Kalnischkies
- show notice about ignored file instead of being always silent - add a Dir::Ignore-Files-Silently list option to control the notice *
2010-06-11* doc/po/apt-doc.pot, doc/po/de.po:martin@piware.de
- German translation of new Acquire::GzipIndexes option.
2010-06-11* doc/apt.conf.5.xml:martin@piware.de
- Document the new Acquire::GzipIndexes option.
2010-06-09 - backport forgotten Valid-Until patch from the obsolete experimentalDavid Kalnischkies
branch to prevent replay attacks better, thanks to Thomas Viehmann for the initial patch! (Closes: #499897) * doc/apt.conf.5.xml: - document the new Valid-Until related options * apt-pkg/contrib/strutl.cc: - split StrToTime() into HTTP1.1 and FTP date parser methods and use strptime() instead of some self-made scanf mangling - use the portable timegm shown in his manpage instead of a strange looking code copycat from wget * ftparchive/writer.cc: - add ValidTime option to generate a Valid-Until header in Release file
2010-06-09rename the options, document them and reorder the changelog a bitDavid Kalnischkies
2010-06-09* ftparchive/writer.cc:David Kalnischkies
- add ValidTime option to generate a Valid-Until header in Release file
2010-05-28* apt-pkg/deb/debsystem.cc:David Kalnischkies
- add better config item for extended_states file
2010-05-24remove the gnome-apt reference as it is removed from unstableDavid Kalnischkies
2010-05-24* doc/apt-get.8.xml:David Kalnischkies
- do not say explicit target_release_{name,version,codename}, it should be clear by itself and 'man' can break lines again (Closes: #566166)
2010-05-13add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)David Kalnischkies
2010-05-13* doc/apt.entDavid Kalnischkies
- add entities for the current oldstable/stable/testing codenames * doc/sources.list.5.xml: - use stable-codename instead of stable in the examples (Closes: #531492) * doc/apt_preferences.5.xml: - adapt some examples here to use current codenames as well
2010-05-04make update-poDavid Kalnischkies
2010-05-04* doc/cache.sgml:David Kalnischkies
- drop the file in favor of inplace documentation with doxygen