]>
git.saurik.com Git - apt.git/log
Michael Vogt [Wed, 8 Jul 2009 12:39:32 +0000 (14:39 +0200)]
prototype for libudev dlopen() type of cdrom detection
David Kalnischkies [Tue, 7 Jul 2009 23:11:16 +0000 (01:11 +0200)]
add a segfault handler to MMap to show the Cache-Limit message, which
can be deactivated with MMap::SegfaultHandler=false (Closes: 535218)
David Kalnischkies [Tue, 7 Jul 2009 23:03:15 +0000 (01:03 +0200)]
[contrib/mmap] implements a theoretical dynamic growing mmap
based on Michael Vogts patch in #195018 this commit implements the use
of mmap (as preferred) instead of a static char array. In theory this
made it possible to grow the mmap as needed, but as it is currently
impossible to move the mmap around in the memory the grow is likely
to fail but it improve the memory usage a bit, so it is not totally
useless for now - and maybe we can adjust the pointers in the future...
David Kalnischkies [Tue, 7 Jul 2009 18:14:04 +0000 (20:14 +0200)]
* remove the MarkKeep calls if Is{Delete,Install}Ok false, because
they have no effect anyway (thanks Daniel Burrows for noticing)
* improve documentation of the Is{Delete,Install}Ok methods a bit
* add the FromUser boolean to the debug output of the markers
David Kalnischkies [Tue, 7 Jul 2009 17:23:04 +0000 (19:23 +0200)]
[apt-get] add possibility to hide the user simulation note
Julian Andres Klode [Mon, 6 Jul 2009 15:29:12 +0000 (17:29 +0200)]
Remove Eugene V. Lyubimkin from uploaders as requested.
Julian Andres Klode [Mon, 6 Jul 2009 15:09:08 +0000 (17:09 +0200)]
Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)
Julian Andres Klode [Mon, 6 Jul 2009 14:20:13 +0000 (16:20 +0200)]
configure-index: document Dir::Etc::SourceParts and some other options
(Closes: #459605)
Julian Andres Klode [Mon, 6 Jul 2009 13:46:54 +0000 (15:46 +0200)]
Support /etc/apt/preferences.d (Closes: #535512)
bubulle@debian.org [Mon, 6 Jul 2009 12:56:22 +0000 (14:56 +0200)]
Correct spelling
Michael Vogt [Thu, 2 Jul 2009 12:07:18 +0000 (14:07 +0200)]
* apt-pkg/acquire-worker.cc:
- show error details of failed methods
* apt-pkg/contrib/fileutl.cc:
- if a process aborts with signal, show signal number
* methods/http.cc:
- ignore SIGPIPE, we deal with EPIPE from write in
HttpMethod::ServerDie() (LP: #385144)
bubulle@debian.org [Wed, 1 Jul 2009 20:48:57 +0000 (22:48 +0200)]
French translation update
Marcos Alvarez Costales [Wed, 1 Jul 2009 20:43:12 +0000 (22:43 +0200)]
Updated Asturian translation
David Kalnischkies [Wed, 1 Jul 2009 08:25:41 +0000 (10:25 +0200)]
versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
David Kalnischkies [Tue, 30 Jun 2009 19:44:24 +0000 (21:44 +0200)]
* add hook for MarkInstall and MarkDelete (closes: #470035)
* honor the dpkg hold state in new Marker hooks (closes: #64141)
Combine the proposed AutoInstOk and IsAutoInstallOk to more general hooks
for MarkInstall (and another one for MarkDelete) with the same parameters
as the call these hooks should check.
David Kalnischkies [Tue, 30 Jun 2009 19:37:30 +0000 (21:37 +0200)]
add the various foldmarkers in apt-pkg & cmdline (no code change)
Michael Vogt [Tue, 30 Jun 2009 12:16:32 +0000 (14:16 +0200)]
fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
correctly when downloading from multiple sites (Closes: #534752)
Michael Vogt [Tue, 30 Jun 2009 12:11:31 +0000 (14:11 +0200)]
merged r1811..1815 from lp:~donkult/apt/experimental
Michael Vogt [Tue, 30 Jun 2009 12:01:46 +0000 (14:01 +0200)]
merged r1811 from lp:~donkult/apt/experimenal
Michael Vogt [Tue, 30 Jun 2009 11:52:52 +0000 (13:52 +0200)]
merge the AutoInstOk patch from debian-experimental
Michael Vogt [Mon, 29 Jun 2009 16:40:42 +0000 (18:40 +0200)]
* support IsAutoInstallOk in the resolver too
* honor the dpkg hold state in IsAutoInstallOk (closes: #64141)
Michael Vogt [Mon, 29 Jun 2009 16:23:07 +0000 (18:23 +0200)]
merge r1797 from lp:~donkult/apt/experimental
Michael Vogt [Mon, 29 Jun 2009 16:20:58 +0000 (18:20 +0200)]
add hook for auto-install (closes: #470035)
Michael Vogt [Mon, 29 Jun 2009 16:13:23 +0000 (18:13 +0200)]
do not write state file in simulate mode (closes: #433007)
Michael Vogt [Mon, 29 Jun 2009 16:07:30 +0000 (18:07 +0200)]
* add Debug::pkgDepCache::Marker with more detailed debug output
* add Debug::pkgProblemResolver::ShowScores and make the scores
adjustable
Michael Vogt [Mon, 29 Jun 2009 16:00:54 +0000 (18:00 +0200)]
* add depth information to the debug output and show what depends
type triggers a autoinst (closes: #458389)
* add debug::pkgDepCache::Marker with more detailed debug output
(closes: #87520)
Michael Vogt [Mon, 29 Jun 2009 14:55:49 +0000 (16:55 +0200)]
support running "--simulate" as user
Michael Vogt [Mon, 29 Jun 2009 14:44:46 +0000 (16:44 +0200)]
[ABI break] Allow pinning by codename (closes: #97564)
Michael Vogt [Tue, 23 Jun 2009 19:43:18 +0000 (21:43 +0200)]
* apt-pkg/algorithms.cc:
- consider recommends when making the scores for the problem
resolver
Michael Vogt [Wed, 17 Jun 2009 08:44:21 +0000 (10:44 +0200)]
send "dpkg-exec" message on the status fd when dpkg is run
Michael Vogt [Wed, 17 Jun 2009 08:15:51 +0000 (10:15 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
(off by default)
jak@debian.org [Mon, 15 Jun 2009 12:57:01 +0000 (14:57 +0200)]
Introduce support for the Enhances field. (Closes: #137583)
Julian Andres Klode [Fri, 12 Jun 2009 17:07:40 +0000 (19:07 +0200)]
apt-pkg/contrib/configuration.cc: Fix a small memory leak in
ReadConfigFile.
Michael Vogt [Tue, 9 Jun 2009 15:33:22 +0000 (17:33 +0200)]
[ABI break] support '#' in apt.conf and /etc/apt/preferences
(closes: #189866)
Michael Vogt [Tue, 9 Jun 2009 14:14:21 +0000 (16:14 +0200)]
* apt-pkg/acquire.cc:
- make the max pipeline depth of the acquire queue configurable
via Acquire::Max-Pipeline-Depth
bubulle@debian.org [Sat, 6 Jun 2009 05:47:28 +0000 (07:47 +0200)]
Completed Catalan translation
bubulle@debian.org [Fri, 5 Jun 2009 18:37:49 +0000 (20:37 +0200)]
Pending translations
Michael Vogt [Wed, 3 Jun 2009 10:05:20 +0000 (12:05 +0200)]
* cmdline/apt-mark:
- add "showauto" option to show automatically installed packages
bubulle@debian.org [Tue, 2 Jun 2009 05:37:38 +0000 (07:37 +0200)]
Update French translation
Deng Xiyue [Mon, 1 Jun 2009 08:55:26 +0000 (10:55 +0200)]
Simplified Chinese translation update
bubulle@debian.org [Thu, 21 May 2009 10:19:01 +0000 (12:19 +0200)]
Updated Asturian translation
bubulle@debian.org [Sun, 17 May 2009 10:43:09 +0000 (12:43 +0200)]
Asturian translation added
bubulle@debian.org [Sun, 17 May 2009 06:50:40 +0000 (08:50 +0200)]
Basque translation update
David Kalnischkies [Thu, 7 May 2009 10:04:21 +0000 (12:04 +0200)]
[apt-pkg] allow also codenames for specifying a release
* 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
bubulle@debian.org [Tue, 28 Apr 2009 18:18:01 +0000 (20:18 +0200)]
Slovak translation update
Michael Vogt [Fri, 24 Apr 2009 08:12:36 +0000 (10:12 +0200)]
build fixes for g++-4.4
Michael Vogt [Thu, 23 Apr 2009 10:53:48 +0000 (12:53 +0200)]
fix problematic use of tolower() when calculating the version
hash by using locale independant tolower_ascii() function.
Thanks to M. Vefa Bicakci (LP: #80248)
bubulle@debian.org [Thu, 23 Apr 2009 06:05:00 +0000 (08:05 +0200)]
Update French translation
bubulle@debian.org [Thu, 23 Apr 2009 05:37:15 +0000 (07:37 +0200)]
Update PO files
bubulle@debian.org [Wed, 22 Apr 2009 08:15:08 +0000 (10:15 +0200)]
Fix typo in French translation
Michael Vogt [Thu, 16 Apr 2009 06:58:30 +0000 (08:58 +0200)]
releasing version 0.7.21
Michael Vogt [Tue, 14 Apr 2009 12:17:40 +0000 (14:17 +0200)]
build fixes, change version 0.7.21
Michael Vogt [Thu, 9 Apr 2009 02:36:34 +0000 (04:36 +0200)]
* apt-pkg/contrib/strutl.cc:
- 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).
Michael Vogt [Wed, 8 Apr 2009 20:49:23 +0000 (22:49 +0200)]
* methods/gpgv.cc:
- properly check for expired and revoked keys (closes: #433091)
Michael Vogt [Wed, 8 Apr 2009 20:42:30 +0000 (22:42 +0200)]
* methods/gpgv.cc:
- properly check for expired and revoked keys (closes: #433091)
Michael Vogt [Wed, 8 Apr 2009 20:37:40 +0000 (22:37 +0200)]
apt.cron.daily: catch invalid dates due to DST time changes
in the stamp files
bubulle@debian.org [Wed, 8 Apr 2009 17:52:19 +0000 (19:52 +0200)]
Slovak translation update
bubulle@debian.org [Thu, 2 Apr 2009 05:31:41 +0000 (07:31 +0200)]
Italian translation
Michael Vogt [Fri, 27 Mar 2009 21:45:07 +0000 (22:45 +0100)]
* cmdline/acqprogress.cc:
- Call pkgAcquireStatus::Pulse even if quiet, so that we still get
dlstatus messages on the status-fd (LP: #290234).
Michael Vogt [Tue, 24 Mar 2009 13:38:07 +0000 (14:38 +0100)]
ftparchive/cachedb.cc: compact() the database after c_del()
bubulle@debian.org [Thu, 19 Mar 2009 18:52:21 +0000 (19:52 +0100)]
French translation update was reported in the BTS
bubulle@debian.org [Thu, 19 Mar 2009 18:49:14 +0000 (19:49 +0100)]
Slovak translation update
Michael Vogt [Thu, 19 Mar 2009 15:06:10 +0000 (16:06 +0100)]
make pre-build.sh executable
Michael Vogt [Thu, 19 Mar 2009 15:01:36 +0000 (16:01 +0100)]
make it bzr-buildpackage able
Daniel Burrows [Tue, 10 Mar 2009 03:06:04 +0000 (20:06 -0700)]
Fix an infinite loop in pkgAcquire::UriIterator::operator++() (Closes: #335615).
Michael Vogt [Mon, 9 Mar 2009 15:18:38 +0000 (16:18 +0100)]
cmdline/apt-get.cc: fix typo
Michael Vogt [Mon, 9 Mar 2009 15:11:29 +0000 (16:11 +0100)]
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)
Daniel Burrows [Fri, 6 Mar 2009 16:22:53 +0000 (08:22 -0800)]
Fix FindFile (and FindDir) so that the value of RootDir is applied to the 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.
Michael Vogt [Fri, 6 Mar 2009 08:56:30 +0000 (09:56 +0100)]
* apt-pkg/deb/dpkgpm.cc:
- revert the change by Kees again for the amd64 ALL-CAPS problem
bubulle@debian.org [Wed, 4 Mar 2009 20:37:32 +0000 (21:37 +0100)]
Swedish translation update
bubulle@debian.org [Tue, 24 Feb 2009 07:35:02 +0000 (08:35 +0100)]
French translation update
bubulle@debian.org [Tue, 24 Feb 2009 07:24:42 +0000 (08:24 +0100)]
Update PO(T) files
Michael Vogt [Sun, 8 Feb 2009 10:52:34 +0000 (11:52 +0100)]
merge the 0.7.20.2 upload
Michael Vogt [Sun, 8 Feb 2009 10:49:08 +0000 (11:49 +0100)]
fix changlog
Michael Vogt [Tue, 3 Feb 2009 13:10:36 +0000 (14:10 +0100)]
* methods/https.cc:
- add Acquire::https::AllowRedirect support
Michael Vogt [Tue, 3 Feb 2009 13:06:49 +0000 (14:06 +0100)]
apt-pkg/pkgcache.cc: fix typo
Michael Vogt [Tue, 3 Feb 2009 11:24:31 +0000 (12:24 +0100)]
* apt-pkg/pkgcache.cc:
- do not run "dpkg --configure pkg" if pkg is in trigger-awaited
state (LP: #322955)
Michael Vogt [Tue, 3 Feb 2009 09:50:32 +0000 (10:50 +0100)]
methods/https.cc: do not unlink partial files (thanks to robbiew)
bubulle@debian.org [Sun, 1 Feb 2009 18:48:02 +0000 (19:48 +0100)]
Norwegian Bokmal translation update
Michael Vogt [Fri, 30 Jan 2009 20:12:15 +0000 (21:12 +0100)]
[ABI break] use int for the package IDs (thanks to Steve Cotton)
Michael Vogt [Fri, 30 Jan 2009 19:55:20 +0000 (20:55 +0100)]
[ABI break] merge support for http redirects, thanks to
Jeff Licquia and Anthony Towns
bubulle@debian.org [Thu, 29 Jan 2009 21:19:26 +0000 (22:19 +0100)]
Traditional Chinese translation update
Michael Vogt [Wed, 28 Jan 2009 16:36:03 +0000 (17:36 +0100)]
apt-pkg/deb/debsystem.cc: add missing i18n string
bubulle@debian.org [Tue, 27 Jan 2009 19:05:14 +0000 (20:05 +0100)]
Updated Bulgarian translations
Michael Vogt [Mon, 19 Jan 2009 11:54:05 +0000 (12:54 +0100)]
* apt-pkg/pkgcachegen.cc:
- fix apt-cache search for localized description
(closes: #512110)
Michael Vogt [Mon, 19 Jan 2009 11:50:37 +0000 (12:50 +0100)]
apt-pkg/pkgcachegen.cc: when searching for duplicates in the description, avoid side effect
bubulle@debian.org [Sun, 11 Jan 2009 18:26:59 +0000 (19:26 +0100)]
Fix spelling error in French translation
Michael Vogt [Thu, 8 Jan 2009 12:48:06 +0000 (13:48 +0100)]
* apt-pkg/contrib/strutl.cc:
- fix TimeToStr i18n (LP: #289807)
Michael Vogt [Mon, 5 Jan 2009 10:10:41 +0000 (11:10 +0100)]
* COPYING:
- Actualized. Removed obsolete Qt section, added GPLv2 clause.
(Closes: #440049, #509337)
Michael Vogt [Mon, 5 Jan 2009 08:12:37 +0000 (09:12 +0100)]
ready for 0.7.20 upload
Michael Vogt [Mon, 5 Jan 2009 08:00:11 +0000 (09:00 +0100)]
prepare 0.7.20 upload
bubulle@debian.org [Sun, 4 Jan 2009 13:09:01 +0000 (14:09 +0100)]
Be clear about the debian-sid not being released as of now
bubulle@debian.org [Sun, 4 Jan 2009 10:57:16 +0000 (11:57 +0100)]
Added Traditional Chinese translation
bubulle@debian.org [Mon, 22 Dec 2008 20:47:15 +0000 (21:47 +0100)]
Commit pending translations
Eugene V. Lyubimkin [Sun, 21 Dec 2008 14:01:31 +0000 (16:01 +0200)]
Actualized COPYING file.
Eugene V. Lyubimkin [Fri, 19 Dec 2008 19:49:54 +0000 (21:49 +0200)]
Merged from debian-sid branch.
bubulle@debian.org [Fri, 19 Dec 2008 07:19:29 +0000 (08:19 +0100)]
Galician translation update
Eugene V. Lyubimkin [Wed, 17 Dec 2008 22:36:27 +0000 (00:36 +0200)]
Rename: 'debian/NEWS.Debian' => 'debian/NEWS' to make the file recognizeable by debhelper and, so, installed.
Eugene V. Lyubimkin [Wed, 17 Dec 2008 22:35:00 +0000 (00:35 +0200)]
Noted in NEWS.Debian changes in determining proxy algorithm.
Eugene V. Lyubimkin [Wed, 17 Dec 2008 22:28:03 +0000 (00:28 +0200)]
Fixed typo in changelog.