summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-16* only clean out the list dir if the update was successfulMichael Vogt
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
2006-01-22Merge from Philippe Batailler French manpages tree/Vietnamese translation updateChristian Perrier
* po/vi.po: Completed to 512 strings Patches applied: * philippe.batailler@free.fr--2005/apt--main--0--patch-9 manpages
2006-01-21Swedish translation completedChristian Perrier
* po/sv.po: Completed to 512 strings Closes: #349210
2006-01-21Russian translation completedChristian Perrier
* po/ru.po: Completed to 512 strings Closes: #349154
2006-01-21Completed to 512 stringsChristian Perrier
* po/da.po: Completed to 512 strings Closes: #349084
2006-01-20Activate Welsh translationChristian Perrier
* po/LINGUAS: Add Welsh
2006-01-20Compelted French translationChristian Perrier
* po/fr.po: Completed to 512 strings
2006-01-20Update PO files and POT file...againChristian Perrier
* po/*.po: Updated from sources (512 strings)
2006-01-20Vietnamese translation completedChristian Perrier
* po/vi.po: Completed to 511 strings Closes: #348968
2006-01-20Resync with MichaelChristian Perrier
Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-116 * changelog updates * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-117 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-118 * merged from bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-119 * fix http data corruption (#280844) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-120 * added debian-archive-keyring to recommends * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-121 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-122 * fix apt-key to ask for the correct package * 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 * mvo@debian.org--2005/apt--debian-experimental--0--patch-12 * added http data corruption fix patch (#280844) * 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
2006-01-19* don't explod if a Provides has DepCompareOpMichael Vogt
2006-01-19* merged with apt--mvoMichael Vogt
Patches applied: * mvo@debian.org--2005/apt--debian-sid--0--patch-18 * merged with apt--mvo
2006-01-18* merged with apt--mvoMichael Vogt
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-160 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-161 Galician translation completed * bubulle@debian.org--2005/apt--main--0--patch-162 Spanish translation update * bubulle@debian.org--2005/apt--main--0--patch-163 Two strings corrected in the British translation * bubulle@debian.org--2005/apt--main--0--patch-164 Danish translation update * bubulle@debian.org--2005/apt--main--0--patch-165 Completed Greek translation * bubulle@debian.org--2005/apt--main--0--patch-166 Fix some permissions * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-120 * added debian-archive-keyring to recommends * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-121 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-122 * fix apt-key to ask for the correct package * 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
2006-01-18* fixed the changelog yet againMichael Vogt
2006-01-18* merged the debian-sid changes backMichael Vogt
Patches applied: * mvo@debian.org--2005/apt--debian-sid--0--patch-17 * merged with apt--mvo--0
2006-01-18* fixed another typo in doc/apt-secure.8.xmlMichael Vogt
2006-01-18* fix typo in apt-cache.8 manpageMichael Vogt
2006-01-18* merged with apt--mvo--0Michael Vogt
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-160 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-161 Galician translation completed * bubulle@debian.org--2005/apt--main--0--patch-162 Spanish translation update * bubulle@debian.org--2005/apt--main--0--patch-163 Two strings corrected in the British translation * bubulle@debian.org--2005/apt--main--0--patch-164 Danish translation update * bubulle@debian.org--2005/apt--main--0--patch-165 Completed Greek translation * bubulle@debian.org--2005/apt--main--0--patch-166 Fix some permissions * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-121 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-122 * fix apt-key to ask for the correct package
2006-01-18* fix apt-key to ask for the correct packageMichael Vogt
2006-01-18* merged with bubulleMichael Vogt
Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-160 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-161 Galician translation completed * bubulle@debian.org--2005/apt--main--0--patch-162 Spanish translation update * bubulle@debian.org--2005/apt--main--0--patch-163 Two strings corrected in the British translation * bubulle@debian.org--2005/apt--main--0--patch-164 Danish translation update * bubulle@debian.org--2005/apt--main--0--patch-165 Completed Greek translation * bubulle@debian.org--2005/apt--main--0--patch-166 Fix some permissions
2006-01-18* merged from mainMichael Vogt
Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-120 * added debian-archive-keyring to recommends
2006-01-18* added debian-archive-keyring to recommends Michael Vogt
2006-01-18Fix some permissionsChristian Perrier
2006-01-18Completed Greek translationChristian Perrier
* po/el.po: Completed to 511 strings Closes: #344642
2006-01-18Danish translation updateChristian Perrier
* po/da.po: Completed to 511 strings Closes: #348574
2006-01-16Two strings corrected in the British translationChristian Perrier
* po/en_GB.po: Minor errors correction
2006-01-15Spanish translation update Christian Perrier
* po/es.po: Updated to 510t1f Closes: #348158
2006-01-12Galician translation completedChristian Perrier
* po/gl.po: Completed to 511 strings Closes: #347729