diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-12 11:19:35 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-12 11:19:35 +0200 |
commit | 504bbe47e634f07c3de7a4868f63ee2ec142b9e4 (patch) | |
tree | 9afd2f526eff3ce5bea8e0212bbea0bb62e276e7 /debian | |
parent | 02b7ddb1404fa3969bceb03a5f35107884027ba6 (diff) |
* methods/gzip.cc:
- if it can't write (because var is full), close the FromGz stream
to not hang in ExecWait() later
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e69c5091f..05d29662c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ apt (0.6.45.1) unstable; urgency=low suggested/recommends packages (closes: #311619) * methods/http.cc: - check more careful for incorrect proxy settings (closes: #378868) + * methods/gzip.cc: + - don't hang when /var is full (closes: #341537), thanks to + Luis Rodrigo Gallardo Cruz for the patch -- |