Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-11 | test-indexes.sh: Add source related tests, which uncovers two regressions | martin@piware.de | |
2010-06-11 | changelog: clarify abi break, it's not external | martin@piware.de | |
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-11 | Fix compressed index retrieval for current timestamps | martin@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-10 | mention abi break in changelog | martin@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-16 | Italian translation completed | bubulle@debian.org | |
2010-05-15 | Italian translation update. Closes: #581742 | bubulle@debian.org | |
2010-05-11 | Slovak translation update. Closes: #581159 | bubulle@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-04 | merge from the mvo branch | Michael 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-28 | apt-pkg/policy.cc: yet another cout -> clog fix | Michael 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-14 | Remember hosts with general failures for | Michael Vogt | |
https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831). | |||
2010-03-26 | ftparchive/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-23 | French translation completed | bubulle@debian.org | |
2010-03-21 | cmdline/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-19 | Add conflict with manpages-pl | bubulle@debian.org | |
2010-03-19 | Polish manpages translation update | bubulle@debian.org | |
2010-03-16 | apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManager | Michael Vogt | |
2010-03-16 | Dutch translation update | bubulle@debian.org | |
2010-03-12 | * apt-pkg/indexfile.cc: | Michael Vogt | |
- deal correctly with three letter langcodes (LP: #391409) | |||
2010-03-12 | doc/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-12 | apt-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-10 | Spanish manpages translation update | bubulle@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-28 | Completed translation | bubulle@debian.org | |
2010-02-27 | Correct translation error | bubulle@debian.org | |
2010-02-27 | Correct translation error | bubulle@debian.org | |
2010-02-25 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix backgrounding when dpkg runs (closes: #486222) | |||
2010-02-24 | German translation update | bubulle@debian.org | |
2010-02-18 | fix crash when LANGUAGE is not set | Michael Vogt | |