Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-04 | * doc/example/sources.list: | Michael Vogt | |
- updated for hardy (LP: #195879) | |||
2008-03-04 | * doc/apt_preferences.5.xml: | Michael Vogt | |
- fix typo (LP: #150900) | |||
2008-03-04 | * debian/apt.cron.daily: | Michael Vogt | |
- only call gconftool if gcontool is installed (LP: #194281) | |||
2008-02-25 | * debian/apt.cron.daily: | Michael Vogt | |
- show update-notifier notification on authentication failure | |||
2008-02-21 | * cmdline/apt-get.cc: | Michael Vogt | |
- fix task installation (thanks to Colin Watson) | |||
2008-02-21 | * apt-pkg/algorithms.cc: | Michael Vogt | |
- add APT::Update::Post-Invoke-Success script slot (LP: #188127) | |||
2008-02-21 | cmdline/apt-get.cc: | Michael Vogt | |
- fix task installing (thanks to Colin Watson) | |||
2008-02-20 | * debian/apt.cron.daily: | Michael Vogt | |
- use admin user proxy settings | |||
2008-02-13 | merged from apt--mvo | Michael Vogt | |
2008-02-13 | cmdline/apt-key: import net_update key from the project/ directory for now | Michael Vogt | |
2008-02-13 | cmdline/apt-key: add explaination when importing new keys | Michael Vogt | |
2008-02-13 | * debian/apt.cron.daily: | Michael Vogt | |
- add apt-key net-update to the nightly cron job | |||
2008-02-13 | merged net-update fixes from apt--mvo | Michael Vogt | |
2008-02-13 | cmdline/apt-key: make net-update more robust | Michael Vogt | |
2008-02-13 | merged from apt--mvo | Michael Vogt | |
2008-02-13 | cmdline/apt-key: import from the correct keyring (ADD_KEYRING) in ↵ | Michael Vogt | |
add_keys_with_verify_against_master_keyring | |||
2008-02-12 | * cmdline/apt-key: | Michael Vogt | |
- add "net-update" command that fetches the ubuntu-archive-keyring.gpg and add keys from it that are signed by the ubuntu-master-keyring.gpg (apt-archive-key-signatures spec) | |||
2008-02-12 | * cmdline/apt-key: | Michael Vogt | |
- add support for net-update command that verifies all keys against the master key keyring | |||
2008-02-11 | * fix FTBFS due to incorrect intltool build-depends | Michael Vogt | |
2008-02-11 | debian/apt.cron.daily: show apt-auth-failure.note on auth failure in the ↵ | Michael Vogt | |
night cron job | |||
2008-02-11 | add missing intltool build-dependency | Michael Vogt | |
2008-02-11 | * share/apt-auth-failure.note: | Michael Vogt | |
- show update-notifier note if the nightly update fails with a authentication failure (apt-authentication-reliability spec) | |||
2008-02-08 | merged from apt-authentication-reliablity | Michael Vogt | |
2008-02-08 | make the test-suit more reliable | Michael Vogt | |
2008-02-08 | merged from apt--mvo | Michael Vogt | |
2008-02-08 | add test and background for networkless-install-fixes | Michael Vogt | |
2008-02-08 | cmdline/apt-key: fix in the trusted key import script | Michael Vogt | |
2008-02-08 | * methods/connect.cc: | Michael Vogt | |
- remember hosts with Resolve failures or connect Timeouts see https://wiki.ubuntu.com/NetworklessInstallationFixes | |||
2008-02-08 | * methods/connect.cc: | Michael Vogt | |
- remember hosts with Resolve failures or connect Timeouts | |||
2008-02-06 | merged from mvo | Michael Vogt | |
2008-02-06 | - Make the breaks handling use the kill list. This means, that a | Michael Vogt | |
Breaks: Pkg (<< version) may put Pkg onto the remove list. | |||
2008-02-04 | merged from apt-authentication-reliability | Michael Vogt | |
2008-02-04 | add APT::Update::Auth-Failure script | Michael Vogt | |
2008-02-04 | merged from apt--mvo | Michael Vogt | |
2008-02-04 | * apt-pkg/deb/debmetaindex.cc: | Michael Vogt | |
- add missing "Release" file uri when apt-get update --print-uris is run | |||
2008-02-01 | * apt-pkg/algorithms.cc: | Michael Vogt | |
- add APT::Update::Post-Invoke-Success script slot | |||
2008-02-01 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- add APT::Apport::MaxReports to limit the maximum number of reports generated in a single run (default to 3) | |||
2008-01-31 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- merged patch from Kees Cook to fix anoying upper-case display on amd64 in sbuild | |||
2008-01-16 | cmdline/apt-key: refactor the master key checking into a function | Michael Vogt | |
2008-01-16 | * cmdline/apt-key: | Michael Vogt | |
- add support for a master-keyring that contains signing keys that can be used to sign the archive signing keys. This should make key-rollover easier. | |||
2008-01-16 | * Merged apt-authentication-reliabilty branch. This means | Michael Vogt | |
that apt will refuse to update and use the old lists if the authentication of a repository that used to be authenticated fails. See https://wiki.ubuntu.com/AptAuthenticationReliability for more details. | |||
2008-01-10 | * apt-pkg/algorithms.cc: | Michael Vogt | |
- Since APT::Get::List-Cleanup and APT::List-Cleanup both default to true, the effect of the compatibility code was to require both of them to be set to false in order to disable list cleanup; this broke the installer. Instead, disable list cleanup if either of them is set to false. | |||
2008-01-09 | releasing version 0.7.9ubuntu4 | Colin Watson | |
2008-01-09 | adjust changelog trailer to match upload | Colin Watson | |
2008-01-09 | po files from uploaded 0.7.9ubuntu3 | Colin Watson | |
2008-01-09 | * apt-pkg/algorithms.cc: | Colin Watson | |
- Since APT::Get::List-Cleanup and APT::List-Cleanup both default to true, the effect of the compatibility code was to require both of them to be set to false in order to disable list cleanup; this broke the installer. Instead, disable list cleanup if either of them is set to false. | |||
2008-01-07 | finalize changelog and upload as 0.7.10 | Michael Vogt | |
2008-01-07 | merged from apt--mvo | Michael Vogt | |
2008-01-07 | * merged the apt--DoListUpdate branch, this provides a common interface | Michael Vogt | |
for "apt-get update" like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke * merged the apt--DoListUpdate branch, this provides a common interface for "apt-get update" like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke | |||
2008-01-07 | * apt-pkg/acquire-worker.cc, methods/connect.cc: | Michael Vogt | |
- consider a ResolveError a transient-network problem |