summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-30fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to workMichael Vogt
correctly when downloading from multiple sites (Closes: #534752)
2009-06-30merged r1811..1815 from lp:~donkult/apt/experimentalMichael Vogt
2009-06-30merged r1811 from lp:~donkult/apt/experimenalMichael Vogt
2009-06-30merge the AutoInstOk patch from debian-experimentalMichael Vogt
2009-06-29* support IsAutoInstallOk in the resolver tooMichael Vogt
* honor the dpkg hold state in IsAutoInstallOk (closes: #64141)
2009-06-29merge r1797 from lp:~donkult/apt/experimentalMichael Vogt
2009-06-29add hook for auto-install (closes: #470035)Michael Vogt
2009-06-29do not write state file in simulate mode (closes: #433007)Michael Vogt
2009-06-29* add Debug::pkgDepCache::Marker with more detailed debug output Michael Vogt
* add Debug::pkgProblemResolver::ShowScores and make the scores adjustable
2009-06-29* add depth information to the debug output and show what dependsMichael Vogt
type triggers a autoinst (closes: #458389) * add debug::pkgDepCache::Marker with more detailed debug output (closes: #87520)
2009-06-29support running "--simulate" as userMichael Vogt
2009-06-29[ABI break] Allow pinning by codename (closes: #97564)Michael Vogt
2009-06-23* apt-pkg/algorithms.cc:Michael Vogt
- consider recommends when making the scores for the problem resolver
2009-06-17send "dpkg-exec" message on the status fd when dpkg is runMichael Vogt
2009-06-17* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3 (off by default)
2009-06-15Introduce support for the Enhances field. (Closes: #137583) jak@debian.org
2009-06-12apt-pkg/contrib/configuration.cc: Fix a small memory leak inJulian Andres Klode
ReadConfigFile.
2009-06-09[ABI break] support '#' in apt.conf and /etc/apt/preferencesMichael Vogt
(closes: #189866)
2009-06-09* apt-pkg/acquire.cc:Michael Vogt
- make the max pipeline depth of the acquire queue configurable via Acquire::Max-Pipeline-Depth
2009-06-06Completed Catalan translationbubulle@debian.org
2009-06-05Pending translationsbubulle@debian.org
2009-06-03* cmdline/apt-mark:Michael Vogt
- add "showauto" option to show automatically installed packages
2009-06-02Update French translationbubulle@debian.org
2009-06-01Simplified Chinese translation updateDeng Xiyue
2009-05-21Updated Asturian translationbubulle@debian.org
2009-05-17Asturian translation addedbubulle@debian.org
2009-05-17Basque translation updatebubulle@debian.org
2009-05-07[apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies
* MatchType::Release checks first for archive than for codename equality * new n= option in apt_preference to be able to pin based on a codeName
2009-04-28Slovak translation updatebubulle@debian.org
2009-04-24build fixes for g++-4.4Michael Vogt
2009-04-23fix problematic use of tolower() when calculating the version Michael Vogt
hash by using locale independant tolower_ascii() function. Thanks to M. Vefa Bicakci (LP: #80248)
2009-04-23Update French translationbubulle@debian.org
2009-04-23Update PO filesbubulle@debian.org
2009-04-22Fix typo in French translationbubulle@debian.org
2009-04-16releasing version 0.7.210.7.21Michael Vogt
2009-04-14build fixes, change version 0.7.21Michael Vogt
2009-04-09* apt-pkg/contrib/strutl.cc:Michael Vogt
- fix TimeToStr i18n (LP: #289807) * [ABI break] merge support for http redirects, thanks to Jeff Licquia and Anthony Towns * [ABI break] use int for the package IDs (thanks to Steve Cotton) * apt-pkg/pkgcache.cc: - do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955) * methods/https.cc: - add Acquire::https::AllowRedirect support * Clarify the --help for 'purge' (LP: #243948) * cmdline/apt-get.cc - fix "apt-get source pkg" if there is a binary package and a source package of the same name but from different packages (LP: #330103) * cmdline/acqprogress.cc: - Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234).
2009-04-08* methods/gpgv.cc:Michael Vogt
- properly check for expired and revoked keys (closes: #433091)
2009-04-08* methods/gpgv.cc:Michael Vogt
- properly check for expired and revoked keys (closes: #433091)
2009-04-08apt.cron.daily: catch invalid dates due to DST time changesMichael Vogt
in the stamp files
2009-04-08Slovak translation updatebubulle@debian.org
2009-04-02Italian translationbubulle@debian.org
2009-03-27* cmdline/acqprogress.cc:Michael Vogt
- Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234).
2009-03-24ftparchive/cachedb.cc: compact() the database after c_del()Michael Vogt
2009-03-19French translation update was reported in the BTSbubulle@debian.org
2009-03-19Slovak translation updatebubulle@debian.org
2009-03-19make pre-build.sh executableMichael Vogt
2009-03-19make it bzr-buildpackage ableMichael Vogt
2009-03-09Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615).Daniel Burrows
2009-03-09cmdline/apt-get.cc: fix typoMichael Vogt