summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-26* methods/http.cc: change user agent from debian to ubuntuMichael Vogt
2006-04-18* wording fixes (cherry picked from apt--mvo)Michael Vogt
2006-03-28* changelog updateMichael Vogt
2006-03-28* undo some of the bzr merge damage from the last mergeMichael Vogt
2006-03-28* fix the apt-key (merge problem?)Michael Vogt
2006-03-28* merged with mainlineMichael Vogt
2006-03-28* fix another bug in arch-buildMichael Vogt
2006-03-28* merged with mainlineMichael Vogt
2006-03-28* fix the arch-build targetMichael Vogt
2006-03-28* merged from mainMichael Vogt
2006-03-28* "downloading" -> "retrieving" (thanks to kamion)Michael Vogt
2006-03-28* only show ETA if that makes senseMichael Vogt
2006-03-20* merged from Christians tree (thanks!)Michael Vogt
2006-03-16Tagalog translation updated. Closes: #357215bubulle@debian.org
2006-03-13Updated Romanian translation. Closes: #355897bubulle@debian.org
2006-03-12Portuguese translation update. Closes: #355798bubulle@debian.org
2006-03-12Merge from Michael treebubulle@debian.org
2006-03-01Japanese manpages typo correctionsChristian Perrier
2006-02-25Fake commi tto fix permissionsChristian Perrier
2006-02-22* merged with mainlineMichael Vogt
Patches applied: * mvo@debian.org--2005/apt--debian-sid--0--patch-19 * synced with mainline * mvo@debian.org--2005/apt--debian-sid--0--patch-20 * merged with mainline, finalized changelog
2006-02-22* merged with mainline, finalized changelogMichael Vogt
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-183 Brazilian Portuguese translation update * bubulle@debian.org--2005/apt--main--0--patch-184 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-185 Japanese manpages translation update * bubulle@debian.org--2005/apt--main--0--patch-186 Simplified Chinese translation update * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-136 * merged with bubulle
2006-02-22* merged with bubulleMichael Vogt
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-183 Brazilian Portuguese translation update * bubulle@debian.org--2005/apt--main--0--patch-184 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-185 Japanese manpages translation update * bubulle@debian.org--2005/apt--main--0--patch-186 Simplified Chinese translation update
2006-02-22* synced with mainlineMichael Vogt
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-167 Resync with Michael * bubulle@debian.org--2005/apt--main--0--patch-168 Vietnamese translation completed * bubulle@debian.org--2005/apt--main--0--patch-169 Update PO files and POT file...again * bubulle@debian.org--2005/apt--main--0--patch-170 Compelted French translation * bubulle@debian.org--2005/apt--main--0--patch-171 Activate Welsh translation * bubulle@debian.org--2005/apt--main--0--patch-172 Completed to 512 strings * bubulle@debian.org--2005/apt--main--0--patch-173 Russian translation completed * bubulle@debian.org--2005/apt--main--0--patch-174 Swedish translation completed * bubulle@debian.org--2005/apt--main--0--patch-175 Merge from Philippe Batailler French manpages tree/Vietnamese translation update * bubulle@debian.org--2005/apt--main--0--patch-176 Galician translation update * bubulle@debian.org--2005/apt--main--0--patch-177 Slovak translation update * bubulle@debian.org--2005/apt--main--0--patch-178 Polish translation update * bubulle@debian.org--2005/apt--main--0--patch-179 Correct permissions * bubulle@debian.org--2005/apt--main--0--patch-180 Japanese translation update * bubulle@debian.org--2005/apt--main--0--patch-181 Basque translation update * bubulle@debian.org--2005/apt--main--0--patch-182 Catalan translation completed * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-127 * merged with apt--mvo * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-128 * don't explod if a Provides has DepCompareOp * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-129 * fix regression about not working --print-uris in "install" * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-130 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-131 * create sources.list.d as well * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-132 * make apt-cache madion wotk without deb-src lines * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-133 * only clean out the list dir if the update was successful * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-134 * only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a network error * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-135 tyop * philippe.batailler@free.fr--2005/apt--main--0--patch-9 manpages
2006-02-22Simplified Chinese translation updateChristian Perrier
* po/zh_CN.po: Completed to 512t. Closes: #353936
2006-02-21* more work for the DefaultAptSources specMichael Vogt
apt-pkg/acquire-item.h: - add new pkgAcquire::Item::StatTransientNetworkError status apt-pkg/acquire-item.cc: - if we get a StatTransientNetworkError use old sigfile and indexfiles apt-pkg/acquire-worker.cc: - set StatTransientNetworkError on "Timeout", "TmpResolveFailure", "ConnectionRefused" cmdline/apt-get.cc: - handle a StatTransientNetworkError different than a normal error (warning instead of error)
2006-02-21* don't print a "can't stat " message for missing index files ↵Michael Vogt
(DefaultSourcesSpec)
2006-02-21* fixed changelogMichael Vogt
2006-02-21* handle network failures more gracefully (default apt sources spec)Michael Vogt
apt-pkg/acquire-item.cc: - on network failures (Timeout,ResolveFailure,ConnectionRefused) move the old (known good) sigfile back and don't touch the indexfiles cmdline/apt-get.cc: - don't fail on apt-get update problems but issue a warning instead
2006-02-21* merged with apt--mvoMichael Vogt
Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-134 * only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a network error * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-135 tyop
2006-02-20tyopMichael Vogt
2006-02-20* only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a ↵Michael Vogt
network error
2006-02-20* make errors during apt-get update warnings only (default sources spec)Michael Vogt
2006-02-20* merged with mainlineMichael Vogt
Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-132 * make apt-cache madion wotk without deb-src lines * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-133 * only clean out the list dir if the update was successful
2006-02-19Japanese manpages translation updateChristian Perrier
2006-02-16* only clean out the list dir if the update was successfulMichael Vogt
2006-02-14Italian translation updateChristian Perrier
* po/it.po: Completed to 512t. Closes: #352803
2006-02-13Brazilian Portuguese translation updateChristian Perrier
* po/ca.po: Completed to 512t. Closes: #352419
2006-02-13* make apt-cache madion wotk without deb-src linesMichael Vogt
2006-02-13* merged with mainlineMichael Vogt
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-167 Resync with Michael * bubulle@debian.org--2005/apt--main--0--patch-168 Vietnamese translation completed * bubulle@debian.org--2005/apt--main--0--patch-169 Update PO files and POT file...again * bubulle@debian.org--2005/apt--main--0--patch-170 Compelted French translation * bubulle@debian.org--2005/apt--main--0--patch-171 Activate Welsh translation * bubulle@debian.org--2005/apt--main--0--patch-172 Completed to 512 strings * bubulle@debian.org--2005/apt--main--0--patch-173 Russian translation completed * bubulle@debian.org--2005/apt--main--0--patch-174 Swedish translation completed * bubulle@debian.org--2005/apt--main--0--patch-175 Merge from Philippe Batailler French manpages tree/Vietnamese translation update * bubulle@debian.org--2005/apt--main--0--patch-176 Galician translation update * bubulle@debian.org--2005/apt--main--0--patch-177 Slovak translation update * bubulle@debian.org--2005/apt--main--0--patch-178 Polish translation update * bubulle@debian.org--2005/apt--main--0--patch-179 Correct permissions * bubulle@debian.org--2005/apt--main--0--patch-180 Japanese translation update * bubulle@debian.org--2005/apt--main--0--patch-181 Basque translation update * bubulle@debian.org--2005/apt--main--0--patch-182 Catalan translation completed * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-123 * fix typo in apt-cache.8 manpage * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-124 * fixed another typo in doc/apt-secure.8.xml * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-125 * merged the debian-sid changes back * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-126 * fixed the changelog yet again * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-127 * merged with apt--mvo * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-128 * don't explod if a Provides has DepCompareOp * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-129 * fix regression about not working --print-uris in "install" * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-130 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-131 * create sources.list.d as well * mvo@debian.org--2005/apt--debian-sid--0--patch-17 * merged with apt--mvo--0 * mvo@debian.org--2005/apt--debian-sid--0--patch-18 * merged with apt--mvo * philippe.batailler@free.fr--2005/apt--main--0--patch-9 manpages
2006-02-13* create sources.list.d as wellMichael Vogt
2006-02-08* merged with bubulleMichael Vogt
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-167 Resync with Michael * bubulle@debian.org--2005/apt--main--0--patch-168 Vietnamese translation completed * bubulle@debian.org--2005/apt--main--0--patch-169 Update PO files and POT file...again * bubulle@debian.org--2005/apt--main--0--patch-170 Compelted French translation * bubulle@debian.org--2005/apt--main--0--patch-171 Activate Welsh translation * bubulle@debian.org--2005/apt--main--0--patch-172 Completed to 512 strings * bubulle@debian.org--2005/apt--main--0--patch-173 Russian translation completed * bubulle@debian.org--2005/apt--main--0--patch-174 Swedish translation completed * bubulle@debian.org--2005/apt--main--0--patch-175 Merge from Philippe Batailler French manpages tree/Vietnamese translation update * bubulle@debian.org--2005/apt--main--0--patch-176 Galician translation update * bubulle@debian.org--2005/apt--main--0--patch-177 Slovak translation update * bubulle@debian.org--2005/apt--main--0--patch-178 Polish translation update * bubulle@debian.org--2005/apt--main--0--patch-179 Correct permissions * bubulle@debian.org--2005/apt--main--0--patch-180 Japanese translation update * bubulle@debian.org--2005/apt--main--0--patch-181 Basque translation update * bubulle@debian.org--2005/apt--main--0--patch-182 Catalan translation completed * philippe.batailler@free.fr--2005/apt--main--0--patch-9 manpages
2006-02-08* fix regression about not working --print-uris in "install"Michael Vogt
2006-02-06Catalan translation completedChristian Perrier
* po/ca.po: Completed to 512t. Closes: #351592
2006-01-30Basque translation updateChristian Perrier
* po/eu.po: Completed to 512t. Closes: #350483
2006-01-25Japanese translation updateChristian Perrier
* po/ja.po: Completed to 512t. Closes: #349806
2006-01-25* finalize changelogMichael Vogt
2006-01-23Correct permissionsChristian Perrier
2006-01-23Polish translation updateChristian Perrier
* po/pl.po: Completed to 512t. Closes: #349514
2006-01-23Slovak translation updateChristian Perrier
* po/sk.po: Completed to 512t. Closes: #349474
2006-01-23Galician translation updateChristian Perrier
* po/gl.po: Completed to 512 strings Closes: #349407