summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:01:21 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:01:21 +0000
commit7bb525cb8a81e77923213a83039659ca375c4239 (patch)
tree61dab7ec3b3896d55fd2aa3aa59835ad3f114115 /debian
parentb9c0654cb96f40c5a53ccc4fd8667085e7ec9c1e (diff)
Fix status file parser so that if a record is larger th...
Author: doogie Date: 2003-04-27 05:59:14 GMT Fix status file parser so that if a record is larger than 32k, the buffer size will be doubled, and the read attempted again.
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 d5e8de3f3..aaa69798e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -120,6 +120,9 @@ apt (0.5.4.9) unstable; urgency=low
instead of only 1024.
* APT::Immediate-Configure had inverted semantics(false meant it was
enabled). Closes: #173619.
+ * Fix status file parser so that if a record is larger than 32k, the
+ buffer size will be doubled, and the read attempted again. Closes:
+ #174945.
-- Adam Heath <doogie@debian.org> Sun, 02 Feb 2003 02:54:45 -0600