]>
git.saurik.com Git - apt.git/log
Michael Vogt [Wed, 2 May 2007 11:54:10 +0000 (13:54 +0200)]
* merged with the apt--mvo branch
Michael Vogt [Wed, 2 May 2007 11:39:49 +0000 (13:39 +0200)]
* fix version number and changelog
Michael Vogt [Tue, 24 Apr 2007 22:49:59 +0000 (00:49 +0200)]
* changelog updated
Michael Vogt [Tue, 24 Apr 2007 22:49:41 +0000 (00:49 +0200)]
* NMU
* Fix broken use of awk in apt-key that caused removal of the wrong keys
from the keyring. Closes: #412572
Michael Vogt [Tue, 24 Apr 2007 22:39:26 +0000 (00:39 +0200)]
* merged from Christian Perrier:
* mr.po: New Marathi translation Closes: #416806
* zh_CN.po: Updated by Eric Pareja Closes: #416822
* tl.po: Updated by Eric Pareja Closes: #416638
* gl.po: Updated by Jacobo Tarrio
Closes: #412828
* da.po: Updated by Claus Hindsgaul
Closes: #409483
* fr.po: Remove a non-breakable space for usability
issues. Closes: #408877
* ru.po: Updated Russian translation. Closes: #405476
* *.po: Unfuzzy after upstream typo corrections
Michael Vogt [Tue, 24 Apr 2007 22:33:56 +0000 (00:33 +0200)]
* revert the api
Michael Vogt [Tue, 24 Apr 2007 22:32:01 +0000 (00:32 +0200)]
* debian/changelog:
- fix changelog entries
bubulle@debian.org [Sat, 21 Apr 2007 20:21:43 +0000 (22:21 +0200)]
Merge with Michael
bubulle@debian.org [Sat, 21 Apr 2007 20:17:37 +0000 (22:17 +0200)]
Galician translation update
Michael Vogt [Fri, 20 Apr 2007 16:31:19 +0000 (18:31 +0200)]
- only increase the score of installed applications if they
are not obsolete
- fix resolver bug on removal triggered by weak-dependencies
with or-groups
* methods/http.cc:
- send apt version in User-Agent
* apt-pkg/deb/debrecords.cc:
- fix SHA1Hash() return value
* 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
* po/gl.po:
- fix error translation that causes trouble to lsb_release
* apt-pkg/acquire-item.cc:
- if decompression of a index fails, delete the index
* apt-pkg/acquire.{cc,h}:
- deal better with duplicated sources.list entries (avoid
double queuing of URLs) - this fixes hangs in bzip/gzip
* apt-pkg/policy.cc:
- allow multiple packages (thanks to David Foerster)
* merged from Christian Perrier:
* mr.po: New Marathi translation Closes: #416806
Michael Vogt [Fri, 20 Apr 2007 16:20:23 +0000 (18:20 +0200)]
* merged from Christian Perrier:
* mr.po: New Marathi translation Closes: #416806
Michael Vogt [Fri, 20 Apr 2007 15:42:06 +0000 (17:42 +0200)]
* apt-pkg/policy.cc:
- allow multiple packages (thanks to David Foerster)
Michael Vogt [Tue, 17 Apr 2007 13:33:19 +0000 (15:33 +0200)]
* [ABI] apt-pkg/acquire.{cc,h}:
- deal better with duplicated sources.list entries (avoid
double queuing of URLs) - this fixes hangs in bzip/gzip
Michael Vogt [Tue, 17 Apr 2007 13:31:29 +0000 (15:31 +0200)]
* apt-pkg/acquire-item.cc:
- if decompression of a index fails, delete the index
Michael Vogt [Wed, 11 Apr 2007 08:27:36 +0000 (10:27 +0200)]
* po/gl.po:
- fix error translation that causes trouble to lsb_release
bubulle@debian.org [Sun, 1 Apr 2007 14:26:05 +0000 (16:26 +0200)]
Added Marathi translation
Closes: #416806
bubulle@debian.org [Sat, 31 Mar 2007 16:15:43 +0000 (18:15 +0200)]
Simplified Chinese translation updated.
Closes: #416822
bubulle@debian.org [Thu, 29 Mar 2007 19:59:55 +0000 (21:59 +0200)]
Sync with Michael
bubulle@debian.org [Thu, 29 Mar 2007 16:08:30 +0000 (18:08 +0200)]
Tagalog translation update. Closes: #416638
Michael Vogt [Wed, 14 Mar 2007 16:11:31 +0000 (17:11 +0100)]
cmdline/apt-mark: fix chmod()/rename() ordering
Michael Vogt [Wed, 14 Mar 2007 13:07:51 +0000 (14:07 +0100)]
* apt-pkg/depcache.cc:
- always chmod extended_states to 0644
Michael Vogt [Wed, 14 Mar 2007 12:57:57 +0000 (13:57 +0100)]
* cmdline/apt-get.cc:
- applied patch from Frode M. Døving to have APT::Get::HideAutoRemove
Michael Vogt [Wed, 14 Mar 2007 12:47:42 +0000 (13:47 +0100)]
* cmdline/apt-get.cc:
- do not clean the auto-flag in "remove" mode (e.g. apt-get remove already-installed-pkg)
- only show packages in the auto-remove list that are not already marked for removal
Michael Vogt [Wed, 14 Mar 2007 11:41:37 +0000 (12:41 +0100)]
* cmdline/apt-get.cc:
- apt-get install foo
for a already installed package foo that is marked "auto" will clear
the auto-flag
Michael Vogt [Wed, 14 Mar 2007 10:45:33 +0000 (11:45 +0100)]
* apt-pkg/depcache.cc:
- added APT::Never-MarkAuto-Section variable - that will consider dependencies of packages in this section manual
Michael Vogt [Tue, 13 Mar 2007 12:38:12 +0000 (13:38 +0100)]
* apt-pkg/packagemanager.cc:
- use ActionGroup() to protect FixMissing()
Michael Vogt [Tue, 13 Mar 2007 11:00:21 +0000 (12:00 +0100)]
* cmdline/apt-get.cc:
- fix show-versions output
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
bubulle@debian.org [Wed, 28 Feb 2007 17:07:28 +0000 (18:07 +0100)]
Galician translation update. Closes: #412828
Michael Vogt [Wed, 21 Feb 2007 08:58:03 +0000 (09:58 +0100)]
* debian/control:
- fix dependency to libcurl3-gnutls-dev (>= 7.15.5)
bubulle@debian.org [Sat, 3 Feb 2007 16:33:43 +0000 (17:33 +0100)]
Danish translation update. Closes: #409483
bubulle@debian.org [Mon, 29 Jan 2007 07:36:47 +0000 (08:36 +0100)]
Merge with Michael
Remove a non breakable space in the Frenc translation. Closes: #408877
Michael Vogt [Fri, 12 Jan 2007 19:47:02 +0000 (20:47 +0100)]
* merged from apt--mvo
bubulle@debian.org [Thu, 4 Jan 2007 07:15:44 +0000 (08:15 +0100)]
Updated Russian translation. Closes: #405476
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 13:51:52 +0000 (14:51 +0100)]
* changelog updated
Michael Vogt [Tue, 19 Dec 2006 13:50:16 +0000 (14:50 +0100)]
* merged 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 [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:15:31 +0000 (12:15 +0100)]
* apt-pkg/depcache.cc:
- never autoremove Required packages
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 [Thu, 14 Dec 2006 11:39:29 +0000 (12:39 +0100)]
* merged the apt-breaks-iwj branch
* pulled in the other remaining ubuntu changes
Michael Vogt [Thu, 14 Dec 2006 11:07:24 +0000 (12:07 +0100)]
* merged with apt--mvo
Michael Vogt [Thu, 14 Dec 2006 10:58:25 +0000 (11:58 +0100)]
* merged from the apt--pdiff branch
Michael Vogt [Thu, 14 Dec 2006 10:50:19 +0000 (11:50 +0100)]
* merged from ian
Michael Vogt [Thu, 14 Dec 2006 10:45:18 +0000 (11:45 +0100)]
* merged the no-pragma branch
Michael Vogt [Thu, 14 Dec 2006 10:34:01 +0000 (11:34 +0100)]
* merged from the apt--auto-mark branch
Michael Vogt [Thu, 14 Dec 2006 10:32:31 +0000 (11:32 +0100)]
* changelog prepared
Michael Vogt [Thu, 14 Dec 2006 10:29:20 +0000 (11:29 +0100)]
* merged with apt--debian-sid
Michael Vogt [Thu, 14 Dec 2006 09:59:16 +0000 (10:59 +0100)]
* merged with apt--debian-sid
Michael Vogt [Thu, 14 Dec 2006 09:58:43 +0000 (10:58 +0100)]
* merged from apt--mvo
Michael Vogt [Thu, 14 Dec 2006 09:48:37 +0000 (10:48 +0100)]
* finalized changelog
Michael Vogt [Wed, 13 Dec 2006 18:19:11 +0000 (19:19 +0100)]
* apt-pkg/algorithms.cc:
- use clog instead of cout in debug
bubulle@debian.org [Wed, 13 Dec 2006 05:02:13 +0000 (06:02 +0100)]
Merge with the POT file and unfuzzy
bubulle@debian.org [Tue, 12 Dec 2006 05:12:52 +0000 (06:12 +0100)]
General unfuzzy for complete translations
bubulle@debian.org [Mon, 11 Dec 2006 20:14:32 +0000 (21:14 +0100)]
Merke with Michael
Update Ukrainian translation
Activate Ukrainian. Closes: #396966
Ian Jackson [Fri, 8 Dec 2006 18:21:59 +0000 (18:21 +0000)]
0.6.46.3ubuntu2 change as uploaded: fix dist-upgrade
bubulle@debian.org [Thu, 7 Dec 2006 18:12:55 +0000 (19:12 +0100)]
Merged with Michael
Michael Vogt [Thu, 7 Dec 2006 13:42:57 +0000 (14:42 +0100)]
* apt-pkg/acquire-item.cc
- more usefull description of the downloaded patches
Michael Vogt [Thu, 7 Dec 2006 11:28:25 +0000 (12:28 +0100)]
* debian/changelog:
- fix incorrect
Michael Vogt [Thu, 7 Dec 2006 10:45:13 +0000 (11:45 +0100)]
merged with 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 10:10:32 +0000 (11:10 +0100)]
* apt-pkg/acquire-item.cc:
- merged the NMU pdiff fix and make the code a bit more readable
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 16:03:43 +0000 (17:03 +0100)]
* apt-pkg/deb/debsrcrecords.{cc,h}:
- cast correct
Michael Vogt [Fri, 1 Dec 2006 13:36:26 +0000 (14:36 +0100)]
* merged from main
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 13:24:33 +0000 (14:24 +0100)]
* merged from main
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
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)
Michael Vogt [Fri, 3 Nov 2006 20:59:43 +0000 (21:59 +0100)]
* finalized changelog, uploaded
Michael Vogt [Fri, 3 Nov 2006 20:57:03 +0000 (21:57 +0100)]
* finalized changelog, uploaded
bubulle@debian.org [Thu, 2 Nov 2006 18:48:29 +0000 (19:48 +0100)]
Updated Greek translation
Michael Vogt [Thu, 2 Nov 2006 10:37:34 +0000 (11:37 +0100)]
* merged from apt--mvo
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 10:02:02 +0000 (11:02 +0100)]
* merged from apt--mvo
Michael Vogt [Mon, 30 Oct 2006 09:51:31 +0000 (10:51 +0100)]
* changelog updated