summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-01fix typo *sigh*Michael Vogt
2008-10-01* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt
- move the state file writting into the Go() implementation of dpkgpm (closes: #498799) * apt-pkg/algorithms.cc: - fix simulation performance drop (thanks to Ferenc Wagner for reporting the issue)
2008-10-01* apt-pkg/algorithms.cc:Michael Vogt
- fix simulation performance drop (thanks to Ferenc Wagner for reporting the issue)
2008-10-01* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt
- move the state file writting into the Go() implementation of dpkgpm (closes: #498799)
2008-09-25Restore the apt ABI.Daniel Burrows
The problem was that the size of pkgDpkgPM and its member offsets changed because a map giving the names of the trigger states was inserted into the middle of the structure. I fixed it by using a statically allocated array instead. This changes the procedure for looking up a string to a linear search, which should be fine (or even faster than before) since there are only 4 state strings. If it becomes a problem, sorting the array by key will allow us to use std::equal_range(), but I would advise against this unless it's really necessary, since sooner or later someone will forget to maintain the sort order.
2008-09-23* apt-pkg/pkgcachegen.cc:Michael Vogt
- do not add multiple identical descriptions for the same language (closes: #400768)
2008-09-23update the changelogMichael Vogt
2008-09-23* apt-pkg/pkgcachegen.cc:egon
- do not add multiple identical descriptions for the same language (closes: #400768)
2008-09-22* apt-pkg/cacheiterators.h:Michael Vogt
- add missing checks for Owner == 0 in end()
2008-09-19Catalan translation updatebubulle@debian.org
2008-09-16upload as 0.7.15~exp1egon
2008-09-16po/es.po: fix msgmerge erroregon
2008-09-16* debian/changelog:egon
- upload to experimental to give the releases managers something to check out * doc/makesfile: - merged from the apt--mvo branch
2008-09-16Updated Polish translationbubulle@debian.org
2008-09-16Russian translation updatebubulle@debian.org
2008-09-12Greek translation updatebubulle@debian.org
2008-09-12* doc/makefile:Michael Vogt
- add examples/apt-https-method-example.conf
2008-09-09* cmdline/apt-cache.cc:Michael Vogt
- remove the gettext from a string that consists entirely of variables (LP: #56792)
2008-09-06German translation compelted and correctedbubulle@debian.org
2008-09-05Vietnamese translation udpatebubulle@debian.org
2008-09-03Swedish translation updatebubulle@debian.org
2008-09-01Updated translationsbubulle@debian.org
2008-08-29Korean translation updatedbubulle@debian.org
2008-08-29Bug closurebubulle@debian.org
2008-08-29Bug closurebubulle@debian.org
2008-08-29Norwegian Bokmål translation updatedbubulle@debian.org
2008-08-29Simplified Chinese translation updatedbubulle@debian.org
2008-08-29Portuguese translation addedbubulle@debian.org
2008-08-29Lithuanian translation addedbubulle@debian.org
2008-08-29Romanian translation updatebubulle@debian.org
2008-08-27Basque translation updatedbubulle@debian.org
2008-08-26Brazilian Portuguese translation updatebubulle@debian.org
2008-08-09More complete Greek translationbubulle@debian.org
2008-08-09* apt-pkg/indexcopy.cc:Michael Vogt
- support having CDs with no Packages file (just a Packages.gz) by not forcing a verification on non-existing files (LP: #255545)
2008-08-06Fix missing space in Greek translation. Closes: #493922bubulle@debian.org
2008-08-06make "apt-get build-dep" installed packages marked automaticMichael Vogt
by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268)
2008-08-05fix various -Wall warningsMichael Vogt
2008-08-02Pending translationsbubulle@debian.org
2008-08-01Pending translationsbubulle@debian.org
2008-07-31* Apply --important option to apt-cache depends (LP: #16947) Michael Vogt
2008-07-31* apt-ftparchive might write corrupt Release files (LP: #46439)Michael Vogt
2008-07-31 (thanks to Joey Hess) Michael Vogt
* document --install-recommends and --no-install-recommends (thanks to Dereck Wonnacott, LP: #126180)
2008-07-30Slovak translation updatedbubulle@debian.org
2008-07-30Bulgarian translation updatebubulle@debian.org
2008-07-29* cmdline/apt-cache.cc:Michael Vogt
- do not show Breaks in unmet
2008-07-26French translation completedbubulle@debian.org
2008-07-25* add DPkg::NoTriggers option so that applications that callMichael Vogt
apt/aptitude (like the installer) defer trigger processing (thanks to Joey Hess)
2008-07-25* add DPkg::NoTriggers option so that applications that callMichael Vogt
apt/aptitude (like the installer) defer trigger processing (thanks to Joey Hess)
2008-07-25* improve apt progress reporting, display trigger actionsMichael Vogt
2008-07-25* apt-pkg/depcache.cc:Michael Vogt
- when checking for new important deps, skip critical ones (closes: #485943)