Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-30 | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies | |
2009-06-30 | fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work | Michael Vogt | |
correctly when downloading from multiple sites (Closes: #534752) | |||
2009-06-30 | merged r1811..1815 from lp:~donkult/apt/experimental | Michael Vogt | |
2009-06-30 | merged r1811 from lp:~donkult/apt/experimenal | Michael Vogt | |
2009-06-30 | merge the AutoInstOk patch from debian-experimental | Michael Vogt | |
2009-06-29 | * support IsAutoInstallOk in the resolver too | Michael Vogt | |
* honor the dpkg hold state in IsAutoInstallOk (closes: #64141) | |||
2009-06-29 | merge r1797 from lp:~donkult/apt/experimental | Michael Vogt | |
2009-06-29 | add hook for auto-install (closes: #470035) | Michael Vogt | |
2009-06-29 | do 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 depends | Michael Vogt | |
type triggers a autoinst (closes: #458389) * add debug::pkgDepCache::Marker with more detailed debug output (closes: #87520) | |||
2009-06-29 | support running "--simulate" as user | Michael Vogt | |
2009-06-29 | [ABI break] Allow pinning by codename (closes: #97564) | Michael Vogt | |
2009-06-15 | Introduce support for the Enhances field. (Closes: #137583) | jak@debian.org | |
2009-06-12 | apt-pkg/contrib/configuration.cc: Fix a small memory leak in | Julian Andres Klode | |
ReadConfigFile. | |||
2009-06-09 | [ABI break] support '#' in apt.conf and /etc/apt/preferences | Michael Vogt | |
(closes: #189866) | |||
2009-06-06 | Completed Catalan translation | bubulle@debian.org | |
2009-06-05 | Pending translations | bubulle@debian.org | |
2009-06-02 | Update French translation | bubulle@debian.org | |
2009-06-01 | Simplified Chinese translation update | Deng Xiyue | |
2009-05-21 | Updated Asturian translation | bubulle@debian.org | |
2009-05-17 | Asturian translation added | bubulle@debian.org | |
2009-05-17 | Basque translation update | bubulle@debian.org | |
2009-05-07 | [apt-pkg] allow also codenames for specifying a release | David 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-28 | Slovak translation update | bubulle@debian.org | |
2009-04-23 | Update French translation | bubulle@debian.org | |
2009-04-23 | Update PO files | bubulle@debian.org | |
2009-04-22 | Fix typo in French translation | bubulle@debian.org | |
2009-04-16 | releasing version 0.7.210.7.21 | Michael Vogt | |
2009-04-14 | build fixes, change version 0.7.21 | Michael 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 | apt.cron.daily: catch invalid dates due to DST time changes | Michael Vogt | |
in the stamp files | |||
2009-04-08 | Slovak translation update | bubulle@debian.org | |
2009-04-02 | Italian translation | bubulle@debian.org | |
2009-03-19 | French translation update was reported in the BTS | bubulle@debian.org | |
2009-03-19 | Slovak translation update | bubulle@debian.org | |
2009-03-09 | Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615). | Daniel Burrows | |
2009-03-06 | Fix FindFile (and FindDir) so that the value of RootDir is applied to the ↵ | Daniel Burrows | |
default if no value is found. Previously FindFile("Dir::etc", "/etc") would use RootDir if a value existed for "Dir::etc"; otherwise it would go ahead and use "/etc", ignoring RootDir. Of course, this made RootDir fairly useless; it has now been fixed. | |||
2009-03-04 | Swedish translation update | bubulle@debian.org | |
2009-02-24 | French translation update | bubulle@debian.org | |
2009-02-24 | Update PO(T) files | bubulle@debian.org | |
2009-02-08 | merge the 0.7.20.2 upload | Michael Vogt | |
2009-02-08 | fix changlog | Michael Vogt | |
2009-02-01 | Norwegian Bokmal translation update | bubulle@debian.org | |
2009-01-29 | Traditional Chinese translation update | bubulle@debian.org | |
2009-01-27 | Updated Bulgarian translations | bubulle@debian.org | |
2009-01-19 | * apt-pkg/pkgcachegen.cc: | Michael Vogt | |
- fix apt-cache search for localized description (closes: #512110) | |||
2009-01-11 | Fix spelling error in French translation | bubulle@debian.org | |
2009-01-05 | * COPYING: | Michael Vogt | |
- Actualized. Removed obsolete Qt section, added GPLv2 clause. (Closes: #440049, #509337) |