summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-12 11:19:35 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-12 11:19:35 +0200
commit504bbe47e634f07c3de7a4868f63ee2ec142b9e4 (patch)
tree9afd2f526eff3ce5bea8e0212bbea0bb62e276e7 /debian
parent02b7ddb1404fa3969bceb03a5f35107884027ba6 (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/changelog3
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
--