summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-11* configure.in:martin@piware.de
- Check for zlib library and headers.
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-11Fix compressed index retrieval for current timestampsmartin@piware.de
Fix a thinko in r1973, which did the Acquire::GzipIndexes test ealier than the IMS-Hit test. This led to rename errors.
2010-06-11* debian/rules:martin@piware.de
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS.
2010-06-10* Add test/test-indexes.sh:martin@piware.de
- Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes.
2010-06-10mention abi break in changelogmartin@piware.de
2010-06-10* apt-pkg/acquire-item.cc:martin@piware.de
- 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.
2010-06-09* apt-pkg/deb/debindexfile.cc:martin@piware.de
- If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones.
2010-06-09* apt-pkg/contrib/fileutl.{h,cc}:martin@piware.de
- Add support for transparent reading of gzipped files. - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
2010-05-16Italian translation completedbubulle@debian.org
2010-05-15Italian translation update. Closes: #581742bubulle@debian.org
2010-05-11Slovak translation update. Closes: #581159bubulle@debian.org
2010-05-05* debian/rules:Michael Vogt
- install html doxygen in libapt-pkg-doc as well
2010-05-05* debian/rules:Michael Vogt
- install html doxygen in libapt-pkg-doc as well
2010-05-05* apt-pkg/deb/debrecords.cc:Michael Vogt
- fix max tag buffer size (LP: #545336, closes: #578959)
2010-05-05* apt-pkg/deb/debrecords.cc:Michael Vogt
- fix max tag buffer size (LP: #545336, closes: #578959)
2010-05-04merge from the mvo branchMichael Vogt
2010-05-03* apt-pkg/indexfile.cc:Michael Vogt
- If no "_" is found in the language code, try to find a "." This is required for languages like Esperanto that have no county associated with them (LP: #560956) Thanks to "Aisano" for the fix
2010-04-28apt-pkg/policy.cc: yet another cout -> clog fixMichael Vogt
2010-04-28* apt-pkg/depcache.cc:Michael Vogt
- fix incorrect std::cout usage for debug output
2010-04-28* [ Abi break ] apt-pkg/acquire-item.{cc,h}:Michael Vogt
- add "IsIndexFile" to constructor of pkgAcqFile so that it sends the right cache control headers
2010-04-14Remember hosts with general failures forMichael Vogt
https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831).
2010-03-26ftparchive/apt-ftparchive.cc: Include apt-pkg/init.h.Julian Andres Klode
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-26* ftparchive/apt-ftparchive.cc:Julian Andres Klode
- Read default configuration (Closes: #383257)
2010-03-23French translation completedbubulle@debian.org
2010-03-21cmdline/apt-cache.cc: Change behavior of showsrc to match the one of show ↵Julian Andres Klode
(Closes: #512046).
2010-03-21* cmdline/apt-key:Julian Andres Klode
- Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
2010-03-21* apt-pkg/policy.cc:Julian Andres Klode
- Always return a candidate if there is at least one version pinned > 0 (Closes: #512318)
2010-03-19Add conflict with manpages-plbubulle@debian.org
2010-03-19Polish manpages translation updatebubulle@debian.org
2010-03-16apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManagerMichael Vogt
2010-03-16Dutch translation updatebubulle@debian.org
2010-03-12* apt-pkg/indexfile.cc:Michael Vogt
- deal correctly with three letter langcodes (LP: #391409)
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* debian/rules:Julian Andres Klode
- Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
2010-03-12apt-inst/contrib/arfile.h: Add public ARArchive::Members() which returns the ↵Julian Andres Klode
list of members.
2010-03-12* cmdline/apt-mark:Michael Vogt
- show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler
2010-03-10Spanish manpages translation updatebubulle@debian.org
2010-03-01* cmdline/apt-mark:Julian Andres Klode
- Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
2010-02-28Completed translationbubulle@debian.org
2010-02-27Correct translation errorbubulle@debian.org
2010-02-27Correct translation errorbubulle@debian.org
2010-02-25* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- fix backgrounding when dpkg runs (closes: #486222)
2010-02-24German translation updatebubulle@debian.org
2010-02-18fix crash when LANGUAGE is not setMichael Vogt
2010-02-18refreshed po/ doc/po filesMichael Vogt
2010-02-18merge from the lp:~donkult/apt/sid branchMichael Vogt