summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-08 18:31:47 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-08 18:31:47 +0200
commitfc5f54175a514c31c9400d9f9d08e6496cf63823 (patch)
tree6149e30ad7ba9d320b8b7f7e5b91efb6785335b0 /debian
parent8a9cd8995f4a5392de9843ff65795c5345d2573a (diff)
* methods/ftp.cc: remove a tried-to-downloaded file if the file is missing on the sever
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 b104e9666..034702090 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,9 @@ apt (0.6.44) unstable; urgency=low
- i18n fixes (closes: #349298)
* debian/postinst: dont fail on not available
/usr/share/doc/apt/examples/sources.list (closes: #361130)
+ * methods/ftp.cc:
+ - unlink empty file in partial if the download failed because
+ the file is missing on the server (closes: #316337)
--