summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2008-04-08* cmdline/apt-key:Michael Vogt
- only check against master-keys in net-update to not break custom CDs (thanks to Colin Watson)
2008-03-13* cmdline/apt-get.cc:Michael Vogt
- do two passes when installing tasks, first ignoring dependencies, then resolving them and run the problemResolver at the end so that it can correct any missing dependencies. This should fix livecd building for kubuntu (thanks to Jonathan Riddell for reporting the problem)
2008-03-11upload as 0.7.9ubuntu14Michael Vogt
2008-03-11 - run the problemResolver after a task was installedMichael Vogt
so that it can correct any missing dependencies
2008-03-11correct changelogMichael Vogt
2008-03-11* typo fixes (LP: #107960)Michael Vogt
2008-03-11* cmdline/apt-get.cc:Michael Vogt
- fix incorrect help output for -f (LP: #57487)
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-20* debian/apt.cron.daily:Michael Vogt
- use admin user proxy settings
2008-02-13cmdline/apt-key: import net_update key from the project/ directory for nowMichael Vogt
2008-02-13* debian/apt.cron.daily:Michael Vogt
- add apt-key net-update to the nightly cron job
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-11* fix FTBFS due to incorrect intltool build-dependsMichael Vogt
2008-02-11debian/apt.cron.daily: show apt-auth-failure.note on auth failure in the ↵Michael Vogt
night cron job
2008-02-11add missing intltool build-dependencyMichael 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-08merged from apt--mvoMichael 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-06merged from mvoMichael Vogt
2008-02-06 - Make the breaks handling use the kill list. This means, that aMichael Vogt
Breaks: Pkg (<< version) may put Pkg onto the remove list.
2008-02-04merged from apt-authentication-reliabilityMichael 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: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 meansMichael 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-09releasing version 0.7.9ubuntu4Colin Watson
2008-01-09adjust changelog trailer to match uploadColin 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-07finalize changelog and upload as 0.7.10Michael Vogt
2008-01-07* merged the apt--DoListUpdate branch, this provides a common interfaceMichael 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* move the ListUpdate() code from cachefile.h into algorithms.{cc,h}Michael Vogt
as it does not require a cachefile at all
2008-01-04* merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt
for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
2008-01-03merged with apt--mvoMichael Vogt
2008-01-03merge from apt--mvoMichael Vogt
2008-01-03add missing changelog entryMichael Vogt
2008-01-03* apt-pkg/packagemanager.{cc,h}:Michael Vogt
- propergate the Immediate flag to make hitting the "E: Internal Error, Could not perform immediate configuration (2)" harder
2008-01-03* debian/control:Michael Vogt
- build against libdb-dev (instead of libdb4.4-dev)
2007-12-19Japanese translation updatedbubulle@debian.org
2007-12-17Fix wording of 'after unpacking'bubulle@debian.org
2007-12-16* apt-pkg/contrib/configuration.cc:Otavio Salvador
- if RootDir is set, then FindFile and FindDir will return paths relative to the directory stored in RootDir, closes: #456457.
2007-12-16* Fix cron.daily job to not call fail if apt isn't installed, closes:Otavio Salvador
#443286.