diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-27 10:32:53 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-27 10:32:53 +0200 |
commit | 3b422ab4b2df243f48330a3329e98c9506d791c6 (patch) | |
tree | 6ab69aeae606e5438f684285a6d8bd863343c883 /debian/changelog | |
parent | 2d5102e87ae43da3ec7a3f12997363348278cabe (diff) |
* methods/http.cc:
- add config option to ignore a closed stdin to be able to easily
use the method as a simple standalone downloader
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 22af4700e..143661b87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,8 +45,11 @@ apt (0.8.14.2) UNRELEASED; urgency=low * apt-pkg/acquire-item.cc: - apply fix for poorly worded 'locate file' error message from Ben Finney, thanks! (Closes: #623171) + * methods/http.cc: + - add config option to ignore a closed stdin to be able to easily + use the method as a simple standalone downloader - -- David Kalnischkies <kalnischkies@gmail.com> Tue, 26 Apr 2011 22:41:33 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Wed, 27 Apr 2011 10:30:47 +0200 apt (0.8.14.1) unstable; urgency=low |