summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2010-03-21Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies
essential flag: * native is the default and will only mark packages of the main arch * all will mark all packages which have these flag in Packages * none will obviously do the opposite * installed will only mark packages which are installed as essential, so it will behave in the same way as dpkg does it. It is mostly needed sometimes for debugging but some users with special needs might like to switch the mode as well under the expense to be on their own…
2010-03-19add a missing \n to pl translation i had removed previously by accidentDavid Kalnischkies
2010-03-19first-time build the translated manpages and remove the directoriesDavid Kalnischkies
in the veryclean target to get right of all autogenerated files.
2010-03-19modify and clarify the comments for the translation placeholders a bitDavid Kalnischkies
and as it was only a comment change unfuzzy the translations.
2010-03-19merge with debian-sid to get new pl-manpageDavid Kalnischkies
2010-03-19add translation of the manpages to PT (portuguese)David Kalnischkies
Thanks to Américo Monteiro!
2010-03-19Polish manpages translation updatebubulle@debian.org
2010-03-16apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManagerMichael Vogt
2010-03-15* doc/makefile, doc/*:David Kalnischkies
- generate subdirectories for building the manpages in on the fly depending on the po files we have.
2010-03-14merge with debian-sid, update-po for manpages and fix a few moreDavid Kalnischkies
typos in doc/po/es.po to generate the manpages properly. [ Christian Perrier ] * German translation update. Closes: #571037 * Spanish manpages translation update. Closes: #573293 [ Julian Andres Klode ] * cmdline/apt-mark: - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). * apt-inst/contrib/arfile.h: - Add public ARArchive::Members() which returns the list of members. * debian/rules: - Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
2010-03-12doc/po/es.po: Add a missing placeholder xml, fixes build.Julian Andres Klode
2010-03-12* cmdline/apt-get.cc:Michael Vogt
- if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641)
2010-03-12* cmdline/apt-get.cc:David Kalnischkies
- add a --only-upgrade flag to install command (Closes: #572259) That is NOT what is requested in e.g. #74067 - this is a very simple flag which behaves orthogonal to --no-upgrade not a full-blown upgrade option for a single package instead of the whole package set.