diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-16 16:50:37 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-16 16:50:37 +0200 |
commit | c8848ae22c1aedc19bc17bae486efef972fc6d73 (patch) | |
tree | 229f3c2edc36b0452babebc5f749eb49f2260316 /debian | |
parent | 6070a3461841d4398d731fcb33792d55779111f1 (diff) |
* apt-pkg/acquire-method.cc:
- write directly to stdout instead of creating the message in
memory first before writing to avoid hitting limits
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1aeb9c718..694d3f406 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,11 @@ apt (0.8.14.1) unstable; urgency=low * apt-pkg/depcache.cc: - really include 'rc' packages in the delete count by fixing a typo which exists since 1999 in the sourceā¦ (LP: #761175) + * apt-pkg/acquire-method.cc: + - write directly to stdout instead of creating the message in + memory first before writing to avoid hitting limits - -- David Kalnischkies <kalnischkies@gmail.com> Sat, 16 Apr 2011 01:07:44 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Sat, 16 Apr 2011 16:50:22 +0200 apt (0.8.14) unstable; urgency=low |