summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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-15* doc/examples/apt-https-method-example.conf:Olly Betts
- apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
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-07Japanese (KURASAWA Nozomu). Closes: #595862bubulle@debian.org
2010-09-05Spanish (Omar Campagne). Closes: #595557bubulle@debian.org
2010-08-31French translation fixedbubulle@debian.org
2010-08-30doc/po/fr.po: fix xml errors in the fr translationMichael Vogt
2010-08-27* Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org
* Portuguese (Américo Monteiro)
2010-08-23Update PO(T) filesbubulle@debian.org
2010-08-23French manpages translation updatebubulle@debian.org
2010-07-30refresh po/pot files in doc/ and po/Michael 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
2010-05-03* doc/files.sgml:David Kalnischkies
- sync documentation with status quo, regarding files/directories in use, extended_states and uri schemes.
2010-04-24* doc/po/de.po:David Kalnischkies
- correct typos in german apt_preferences manpage, thanks Chris Leick!
2010-04-24* doc/apt.ent:David Kalnischkies
- Add a note about APT_CONFIG in the -c description (Closes: #578267)
2010-04-09* apt-pkg/acquire-item.cc:David Kalnischkies
- Acquire::ForceHash to force method for expected hash - display MD5Sum in --print-uris if not forced to use another method instead of displaying the strongest available (Closes: #576420)
2010-04-01merged from lp:~donkult/apt/sidMichael Vogt
2010-03-27remove wrong pin-priority is optional remark (Closes: #574944)David Kalnischkies
2010-03-26origin can be used to match a hostname (Closes: #352667)David Kalnischkies
2010-03-26* doc/po/de.po:David Kalnischkies
- correct a few typos in the german manpage translation. Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
2010-03-26* doc/apt_preferences.5.xml:David Kalnischkies
- fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
2010-03-26Switch the TranslationWriter to use MultiCompress to be able to generateDavid Kalnischkies
the compressed files as we want them and to prevent the file to be replaced without a reason which could save us from steady redownloads of a file with the same content.
2010-03-26Inclusion of Long Descriptions in the Packages files can be set nowDavid Kalnischkies
also in TreeDefaults and Tree to support generation of archives which should support and which shouldn't support splitted out Translation-en files in the same run.
2010-03-26* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- fix backgrounding when dpkg runs (closes: #486222) * cmdline/apt-mark: - show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler * cmdline/apt-get.cc: - if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641) * apt-pkg/packagemanager.cc: - better debug output * doc/examples/configure-index: - add missing Debug::pkgPackageManager option
2010-03-23French translation completedbubulle@debian.org