diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-22 22:27:56 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-08-22 22:27:56 +0000 |
commit | 25182152bc7812fdd56fd40f8b9a04a140079585 (patch) | |
tree | 36569ecd85f651b667dd17546d4a404d0e2194d2 /debian | |
parent | 2ac470e19e33c8f326f98c58a4d3974989d6d1a0 (diff) |
* improve the timeout handling (again)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6e7648377..39ab07b32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,8 +17,13 @@ apt (0.6.40.2) unstable; urgency=low * Andreas Pakulat: - added example apt-ftparchive.conf file to doc/examples (closes: #322483) + * methods/connect.cc: + - send failure reason for EAI_AGAIN (TmpResolveFailure) to acuire-item + * apt-pkg/acquire-item.cc: + - fail early if a FailReason is TmpResolveFailure (avoids hangs during + the install when no network is available) - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Aug 2005 00:15:00 +0200 apt (0.6.40.1) unstable; urgency=low |