Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | cherry pick r2162.1.7 and r2162.1.8 from the debian-sid branch | Michael Vogt | |
2011-09-16 | cherry pick 2162.1.2 from the debian-sid branch | Michael Vogt | |
2011-09-16 | * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc: | Michael Vogt | |
- fix fetching language information by adding OptionalSubIndexTarget | |||
2011-09-13 | releasing version 0.8.16~exp5ubuntu8 | Michael Vogt | |
2011-09-13 | * cherry pick r2165 from lp:~donkult/apt/sid: | Michael Vogt | |
* cmdline/apt-get.cc: - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155) | |||
2011-09-13 | * cherry pick r1825 from lp:~mvo/apt/mvo: | Michael Vogt | |
* apt-pkg/contrib/configuration.cc: - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options | |||
2011-09-13 | releasing version 0.8.16~exp5ubuntu7 | Michael Vogt | |
2011-09-13 | * cherry pick revision 2173 from lp:~donkult/apt/sid | Michael Vogt | |
- M-A:same lockstep unpack should operate on installed packages first (LP: #835625) | |||
2011-08-17 | releasing version 0.8.16~exp5ubuntu6 | Michael Vogt | |
2011-08-17 | merged lp:~donkult/apt/sid | Michael Vogt | |
2011-08-17 | merge with the final changelog from debian-sid | David Kalnischkies | |
2011-08-17 | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: | David Kalnischkies | |
- ignore "self"-conflicts for all architectures of a package instead of just for the architecture of the package locked at in the ordering of installations too (Closes: #802901) | |||
2011-08-15 | merged from the debian-sid branch | Michael Vogt | |
2011-08-15 | releasing version 0.8.15.60.8.15.6 | Michael Vogt | |
2011-08-12 | lots of cppcheck fixes | Michael Vogt | |
2011-08-11 | merged lp:~jr/ubuntu/oneiric/apt/bzr-get-rename, thanks to | Michael Vogt | |
Jonathan Riddell | |||
2011-08-11 | releasing version 0.8.16~exp5ubuntu5 | Michael Vogt | |
2011-08-11 | * methods/mirror.cc: | Michael Vogt | |
- include the architecture(s) in the query string as well so that the server can make better decisions | |||
2011-08-10 | manually merge Adam Conrads upload | Michael Vogt | |
2011-08-10 | * debian/control: | Michael Vogt | |
- fix VCS location | |||
2011-08-09 | releasing version 0.8.16~exp5ubuntu3 | Michael Vogt | |
2011-08-09 | * apt-pkg/acquire.cc: | Michael Vogt | |
- fix potential divide-by-zero | |||
2011-08-09 | releasing version 0.8.16~exp5ubuntu2 | Michael Vogt | |
2011-08-08 | * test/integration/test-hashsum-verification: | Michael Vogt | |
- add regression test for hashsum verification * apt-pkg/acquire-item.cc: - if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test * apt-pkg/pkgcachegen.cc: - fix incorrect comparision when checking sources.list freshness | |||
2011-08-08 | merged from ubuntu-plus-debian-experimental | Michael Vogt | |
2011-08-05 | * test/integration/test-hashsum-verification: | Michael Vogt | |
- add regression test for hashsum verification * apt-pkg/acquire-item.cc: - if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test | |||
2011-08-05 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test | |||
2011-08-05 | * test/integration/test-hashsum-verification: | Michael Vogt | |
- add regression test for hashsum verification | |||
2011-08-01 | merged from the debian-sid branch | Michael Vogt | |
2011-08-01 | merged from lp:~mvo/apt/mvo | Michael Vogt | |
2011-08-01 | merged from lp:~mvo/apt/mvo | Michael Vogt | |
2011-08-01 | debian/changelog: prepare new upload | Michael Vogt | |
2011-08-01 | merged from debian-sid | Michael Vogt | |
2011-07-29 | merged from ↵ | Michael Vogt | |
http+urllib://anonscm.debian.org/bzr/bzr/apt/apt/debian-experimental2/ | |||
2011-07-29 | releasing version 0.8.15.4ubuntu2 | Michael Vogt | |
2011-07-29 | merged from debian-sid | Michael Vogt | |
2011-07-29 | merge from lp:~mvo/apt/mvo | Michael Vogt | |
2011-07-29 | * apt-pkg/makefile: | Michael Vogt | |
- install sha256.h compat header | |||
2011-07-29 | merged from the lp:~mvo/apt/mvo branch | Michael Vogt | |
2011-07-29 | * apt-pkg/pkgcachegen.{cc,h}: | Michael Vogt | |
- use ref-to-ptr semantic in NewDepends() to ensure that the libapt does not segfault if the cache is remapped in between (LP: #812862) | |||
2011-07-28 | releasing version 0.8.16~exp4 | Michael Vogt | |
2011-07-28 | releasing version 0.8.15.50.8.15.5 | Michael Vogt | |
2011-07-28 | merged from debian-experimental2 | Michael Vogt | |
2011-07-28 | merged from lp:~mvo/apt/mvo | Michael Vogt | |
2011-07-28 | * apt-pkg/contrib/fileutl.{cc,h}: | Michael Vogt | |
- add GetModificationTime() helper * apt-pkg/pkgcachegen.cc: - regenerate the cache if the sources.list changes to ensure that changes in the ordering there will be honored by apt * apt-pkg/sourcelist.{cc,h}: - add pkgSourceList::GetLastModifiedTime() helper | |||
2011-07-28 | merged from debian-experimental2 | Michael Vogt | |
2011-07-28 | [ABI break] merge patch from Jonathan Thomas to speed up the | Michael Vogt | |
depcache by caching the install-recommends and install-suggests values | |||
2011-07-28 | [ABI break] merged patch from Jonathan Thomas to have a new | Michael Vogt | |
RecordField() function in the pkgRecorder parser. Many thanks Thomas | |||
2011-07-28 | * [ABI break] apt-pkg/acquire-item.{cc,h}: | Michael Vogt | |
- cleanup around OptionalIndexTarget and SubIndexTarget | |||
2011-07-28 | merged from debian-experimental | Michael Vogt | |