]>
git.saurik.com Git - apt.git/log
Michael Vogt [Wed, 14 Mar 2007 12:56:47 +0000 (13:56 +0100)]
* debian/changelog:
- updated with the correct bugs
Michael Vogt [Wed, 14 Mar 2007 12:47:49 +0000 (13:47 +0100)]
- do not show packages already marked for removal as auto-installed
Michael Vogt [Wed, 14 Mar 2007 12:10:42 +0000 (13:10 +0100)]
* cmdline/apt-get.cc:
- "apt-get install foo" on a already installed package foo will
clean the automatic installed flag
Michael Vogt [Wed, 14 Mar 2007 10:38:41 +0000 (11:38 +0100)]
* apt-pkg/depcache.cc:
- added "APT::Never-MarkAuto-Section" and consider dependencies
of packages in this section manual
* debian/apt.conf.ubuntu:
- added APT::Never-MarkAuto-Section "metapackages";
Michael Vogt [Tue, 13 Mar 2007 13:04:55 +0000 (14:04 +0100)]
* apt-pkg/indexfile.cc:
- fix problem overwriting APT::Acquire::Translation
* doc/examples/configure-index:
- document APT::Acquire::Translation
Michael Vogt [Tue, 13 Mar 2007 12:38:52 +0000 (13:38 +0100)]
* apt-pkg/packagemanager.cc:
- do not spin 100% cpu in FixMissing() (LP#84476)
Michael Vogt [Tue, 13 Mar 2007 11:02:38 +0000 (12:02 +0100)]
* cmdline/apt-get.cc:
- fix version output in autoremove list (LP#68941)
Michael Vogt [Wed, 7 Mar 2007 12:00:35 +0000 (13:00 +0100)]
* apt-pkg/cdrom.cc:
- only unmount if APT::CDROM::NoMount is false
* methods/cdrom.cc:
- only umount if it was mounted by the method before
Michael Vogt [Wed, 7 Mar 2007 11:49:33 +0000 (12:49 +0100)]
* apt-pkg/cdrom.cc:
- only unmount if APT::CDROM::NoMount is false
* methods/cdrom.cc:
- only umount if it was mounted by the method before
Michael Vogt [Wed, 7 Mar 2007 11:06:08 +0000 (12:06 +0100)]
- added APT::CDROM::UnMountOnFinish to have more control over
the umount/mount process
Michael Vogt [Wed, 7 Mar 2007 09:04:31 +0000 (10:04 +0100)]
* apt-pkg/cdrom.cc, methods/cdrom.cc:
- only unmount if APT::CDROM::NoMount is false
Michael Vogt [Tue, 27 Feb 2007 10:44:39 +0000 (11:44 +0100)]
- Set Ubuntu maintainer address
Michael Vogt [Tue, 27 Feb 2007 10:42:15 +0000 (11:42 +0100)]
* debian/control:
- set XS-Vcs-Bzr header
Michael Vogt [Wed, 21 Feb 2007 09:02:22 +0000 (10:02 +0100)]
* fix segfault in the pkgRecords destructor
* debian/control:
- make the libcurl3-gnutls-dev versionized (LP#86614)
Michael Vogt [Wed, 21 Feb 2007 08:59:53 +0000 (09:59 +0100)]
* fix in the pkgRecords destructor
* Bump ABI version
Michael Vogt [Wed, 21 Feb 2007 08:58:03 +0000 (09:58 +0100)]
* debian/control:
- fix dependency to libcurl3-gnutls-dev (>= 7.15.5)
Michael Vogt [Tue, 6 Feb 2007 15:37:20 +0000 (16:37 +0100)]
* ABI version bumped
Michael Vogt [Tue, 6 Feb 2007 14:04:47 +0000 (15:04 +0100)]
* merged the apt--mirror branch
Michael Vogt [Tue, 6 Feb 2007 10:09:41 +0000 (11:09 +0100)]
* updated changelog ro reflect last upload
Michael Vogt [Tue, 6 Feb 2007 10:06:15 +0000 (11:06 +0100)]
* removed dead code
Michael Vogt [Tue, 6 Feb 2007 09:49:25 +0000 (10:49 +0100)]
* apt-pkg/acquire-item.cc:
- default to "/usr/lib/apt/apt-report-mirror-failure"
* cmdline/apt-report-mirror-failure:
- no default comit url for now
* debian/rules:
- move apt-report-mirror-failure into /usr/lib/apt
* doc/examples/configure-index:
- more documentation
* methods/mirror.cc:
- updated TODO
Michael Vogt [Mon, 5 Feb 2007 18:06:42 +0000 (19:06 +0100)]
* apt-pkg/acquire-item.cc:
- use FailReason in pkgAcquire::Item::Failed when available
* methods/mirror.cc:
- move some debug output into if(Debug)
Michael Vogt [Mon, 5 Feb 2007 17:46:45 +0000 (18:46 +0100)]
* get rid of magic mirror
Michael Vogt [Mon, 5 Feb 2007 16:52:28 +0000 (17:52 +0100)]
* use pkgAcqMethod::FailReason() for consistent error reporting
Michael Vogt [Thu, 1 Feb 2007 12:02:47 +0000 (13:02 +0100)]
* get the mirror failure stuff really working
Michael Vogt [Thu, 1 Feb 2007 11:32:50 +0000 (12:32 +0100)]
* commited the latest mirror failure detection code
Michael Vogt [Wed, 24 Jan 2007 13:42:17 +0000 (14:42 +0100)]
make the mirror failures actually produce a error message
Michael Vogt [Tue, 23 Jan 2007 17:43:42 +0000 (18:43 +0100)]
* cmdline/report-mirror-failure
- basic mirror failure script added
Michael Vogt [Wed, 17 Jan 2007 16:16:42 +0000 (17:16 +0100)]
* mirror-failure.py: example mirror failure cgi
* methods/mirror.cc: prepare for the failure submit
Michael Vogt [Wed, 17 Jan 2007 15:35:56 +0000 (16:35 +0100)]
* basic error reporting from apt in place now (ReportMirrorFailures())
Michael Vogt [Mon, 8 Jan 2007 12:07:22 +0000 (13:07 +0100)]
* methods/mirror.cc:
- updated the TODO
Michael Vogt [Mon, 8 Jan 2007 11:10:05 +0000 (12:10 +0100)]
* implemented proper mirror list cleanup
Michael Vogt [Mon, 8 Jan 2007 10:38:55 +0000 (11:38 +0100)]
* methods/mirror.cc:
- implemented simple Clean() implementation based on the time of
the last access for a mirror file
Michael Vogt [Mon, 8 Jan 2007 10:19:32 +0000 (11:19 +0100)]
* apt-pkg/init.cc:
- added Dir::State::Mirrors
* doc/examples/configure-index:
- added Acquire::mirror::RefreshInterval
* methods/mirror.{cc,h}:
- download the mirror file into Dir::State::Mirrors
- added RefreshInterval option to not ask for the mirror file too often
Michael Vogt [Wed, 20 Dec 2006 10:01:03 +0000 (11:01 +0100)]
* merged from main
Michael Vogt [Wed, 20 Dec 2006 09:59:13 +0000 (10:59 +0100)]
* merged from apt--mvo
Michael Vogt [Wed, 20 Dec 2006 09:58:57 +0000 (10:58 +0100)]
* apt-pkg/algorithms.cc:
- make sure we have a candidateVer if we check it for downloadability
Michael Vogt [Tue, 19 Dec 2006 19:44:54 +0000 (20:44 +0100)]
* apt-pkg/algorithms.cc:
- when encountering a or-group in pkgProblemResolver::Resolver(), check
if it IsCritical(), otherwise we may do checking on weak-depends and
confuse the system badly
Michael Vogt [Tue, 19 Dec 2006 18:50:11 +0000 (19:50 +0100)]
* changelog updated, package uploaded
Michael Vogt [Tue, 19 Dec 2006 15:21:35 +0000 (16:21 +0100)]
* merged the apt--curl-https branch
Michael Vogt [Tue, 19 Dec 2006 12:11:26 +0000 (13:11 +0100)]
* methods/https.cc:
- implemented various cert verification options
Michael Vogt [Tue, 19 Dec 2006 11:03:30 +0000 (12:03 +0100)]
* added https transport method as optional pacakge
Michael Vogt [Tue, 19 Dec 2006 10:44:52 +0000 (11:44 +0100)]
* apt-pkg/deb/debrecords.cc:
- return the correct SHA1Hash()
* methods/http.cc:
- send VERSION of apt in the User-Agent string
Michael Vogt [Tue, 19 Dec 2006 09:17:54 +0000 (10:17 +0100)]
* merged with mainline
Michael Vogt [Mon, 18 Dec 2006 18:39:42 +0000 (19:39 +0100)]
* apt-pkg/algorithms.cc:
- only increase the score of installed applications if they are not
obsolte (still downloadable)
Michael Vogt [Mon, 18 Dec 2006 11:06:54 +0000 (12:06 +0100)]
* merged from apt--auto-mark
Michael Vogt [Mon, 18 Dec 2006 10:55:43 +0000 (11:55 +0100)]
* apt-pkg/depcache.cc:
- never mark required packages as garbage
Michael Vogt [Wed, 13 Dec 2006 18:36:21 +0000 (19:36 +0100)]
* merged from apt--mvo
Michael Vogt [Wed, 13 Dec 2006 18:19:11 +0000 (19:19 +0100)]
* apt-pkg/algorithms.cc:
- use clog instead of cout in debug
Michael Vogt [Thu, 7 Dec 2006 22:09:25 +0000 (23:09 +0100)]
merged iwjs patch
Michael Vogt [Thu, 7 Dec 2006 16:10:44 +0000 (17:10 +0100)]
* changelog fixes
Michael Vogt [Thu, 7 Dec 2006 15:53:51 +0000 (16:53 +0100)]
merged from main
Michael Vogt [Thu, 7 Dec 2006 15:52:10 +0000 (16:52 +0100)]
changelog updated
Michael Vogt [Thu, 7 Dec 2006 11:28:25 +0000 (12:28 +0100)]
* debian/changelog:
- fix incorrect
Michael Vogt [Thu, 7 Dec 2006 11:06:54 +0000 (12:06 +0100)]
merged from apt--mvo
Michael Vogt [Thu, 7 Dec 2006 10:34:52 +0000 (11:34 +0100)]
* merged from bubulle
Michael Vogt [Thu, 7 Dec 2006 10:28:00 +0000 (11:28 +0100)]
* apt-pkg/contrib/progress.cc
- only check time on precent boundaries (seems to make a real difference
on ARM, see debian #398381)
* apt-pkg/contrib/sha256.cc:
- added #pragma interface
* apt-pkg/contrib/sha256.h:
- remove unneeded stdint.h include
* apt-pkg/vendorlist.cc:
- fix qualifier to make it build with -O0
* po/:
- make update-po
Michael Vogt [Thu, 7 Dec 2006 09:45:44 +0000 (10:45 +0100)]
* merged NMU from aba
Michael Vogt [Thu, 7 Dec 2006 09:32:06 +0000 (10:32 +0100)]
* apt-pkg/deb/debindexfile.cc:
- File.FileName() == NULL check added
* apt-pkg/deb/debsrcrecords.cc:
- fix FTBFS on i386
Michael Vogt [Fri, 1 Dec 2006 13:30:19 +0000 (14:30 +0100)]
* changelog updates
Michael Vogt [Fri, 1 Dec 2006 13:27:02 +0000 (14:27 +0100)]
* changelog updated
Michael Vogt [Fri, 1 Dec 2006 12:06:07 +0000 (13:06 +0100)]
* apt-pkg/deb/debsrcrecords.cc:
- fix off-by-one problem
Michael Vogt [Thu, 30 Nov 2006 14:06:28 +0000 (15:06 +0100)]
* apt-pkg/deb/debsrcrecords.{cc,h}:
- make the buffer dynmaic
Michael Vogt [Thu, 30 Nov 2006 10:06:09 +0000 (11:06 +0100)]
* methods/mirror.cc:
- check the complette queue on Fetch() for urls to transform
Michael Vogt [Wed, 29 Nov 2006 22:21:47 +0000 (23:21 +0100)]
* more todo items
Michael Vogt [Wed, 29 Nov 2006 22:09:26 +0000 (23:09 +0100)]
* todo added
Michael Vogt [Wed, 29 Nov 2006 21:59:35 +0000 (22:59 +0100)]
* working mirror implementation based on http method
Michael Vogt [Wed, 29 Nov 2006 20:24:29 +0000 (21:24 +0100)]
* prototype of mirror method added
bubulle@debian.org [Tue, 28 Nov 2006 21:14:28 +0000 (22:14 +0100)]
Fix remaining non ASCII in headers
bubulle@debian.org [Tue, 28 Nov 2006 21:02:02 +0000 (22:02 +0100)]
Removed non ASCII characters in headers
bubulle@debian.org [Tue, 28 Nov 2006 20:59:13 +0000 (21:59 +0100)]
(incomplete) Arabic translation added
bubulle@debian.org [Tue, 28 Nov 2006 20:58:21 +0000 (21:58 +0100)]
Remove non ASCII characters in headers
Michael Vogt [Mon, 27 Nov 2006 11:07:06 +0000 (12:07 +0100)]
* apt-pkg/deb/dpkgpm.cc:
- added "Dpkg::StopOnError" variable that controls if apt
will abort on errors from dpkg
Michael Vogt [Thu, 23 Nov 2006 07:12:02 +0000 (08:12 +0100)]
* added missing ","
Michael Vogt [Thu, 23 Nov 2006 07:04:38 +0000 (08:04 +0100)]
* mention apt-secure in apt.8 and apt-apt.8
bubulle@debian.org [Thu, 23 Nov 2006 06:20:59 +0000 (07:20 +0100)]
Update the POT file after the grammar change
Michael Vogt [Thu, 23 Nov 2006 06:16:12 +0000 (07:16 +0100)]
* changelog updated to match latest debian upload
Michael Vogt [Thu, 23 Nov 2006 06:14:02 +0000 (07:14 +0100)]
* merged from bubulle
bubulle@debian.org [Wed, 22 Nov 2006 07:38:17 +0000 (08:38 +0100)]
Correct grammar in one message. Unfuzzy translations. Closes: #399652
bubulle@debian.org [Sun, 12 Nov 2006 06:30:07 +0000 (07:30 +0100)]
Fix the typo described in #320000
bubulle@debian.org [Sat, 11 Nov 2006 17:13:44 +0000 (18:13 +0100)]
Fix a minor error in the French manpage. Closes: #398028
bubulle@debian.org [Sat, 4 Nov 2006 07:39:00 +0000 (08:39 +0100)]
Added Ukrainian translation. Closes: #396966
bubulle@debian.org [Sat, 4 Nov 2006 07:34:18 +0000 (08:34 +0100)]
Sync with Michael
Temporary compeltion for Greek (needs translator attention)
bubulle@debian.org [Thu, 2 Nov 2006 18:48:29 +0000 (19:48 +0100)]
Updated Greek translation
Michael Vogt [Tue, 31 Oct 2006 19:06:34 +0000 (20:06 +0100)]
* apt-pkg/deb/dpkgpm.cc:
- reset the line if a invalid line was read
Michael Vogt [Mon, 30 Oct 2006 09:51:08 +0000 (10:51 +0100)]
* merged from bubulle
Michael Vogt [Mon, 30 Oct 2006 09:39:18 +0000 (10:39 +0100)]
* apt-pkg/deb/dpkgpm.cc:
- fix segfault if dpkg sends multiline error messages
bubulle@debian.org [Tue, 24 Oct 2006 16:51:56 +0000 (18:51 +0200)]
Updates and corrections to the German translation
bubulle@debian.org [Sun, 22 Oct 2006 17:31:30 +0000 (19:31 +0200)]
Catalan translation update
bubulle@debian.org [Sun, 22 Oct 2006 06:58:01 +0000 (08:58 +0200)]
Updated Dutch
bubulle@debian.org [Sat, 21 Oct 2006 21:29:18 +0000 (23:29 +0200)]
Completed Italian translation
bubulle@debian.org [Sat, 21 Oct 2006 10:49:44 +0000 (12:49 +0200)]
Hungarian translation update
bubulle@debian.org [Sat, 21 Oct 2006 09:37:00 +0000 (11:37 +0200)]
Completed Chinese Traditional
bubulle@debian.org [Sat, 21 Oct 2006 07:05:49 +0000 (09:05 +0200)]
Updated Arabic translation (still not compelte
bubulle@debian.org [Mon, 16 Oct 2006 21:27:01 +0000 (23:27 +0200)]
Russian translation update
bubulle@debian.org [Mon, 16 Oct 2006 05:27:43 +0000 (07:27 +0200)]
Norwegian Bokmal updated. Closes: #392466
bubulle@debian.org [Sun, 15 Oct 2006 16:50:06 +0000 (18:50 +0200)]
Portuguese translation update. Closes: #393199
bubulle@debian.org [Sun, 15 Oct 2006 11:59:52 +0000 (13:59 +0200)]
Fix permission issues with dummy commit
bubulle@debian.org [Sat, 14 Oct 2006 06:24:36 +0000 (08:24 +0200)]
Correct spelling error in French translation
bubulle@debian.org [Fri, 13 Oct 2006 13:58:13 +0000 (15:58 +0200)]
Khmer translation update