summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:06:06 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:06:06 +0000
commitc33b707e5dbfced74e5dd02f663bc88210ddb94b (patch)
tree411ba2b0a6fdc698f330ab7d83419866a9afd5c0 /debian
parent1b48091148e1f423a834d3218dbe024df34932b5 (diff)
* Implement an ugly workaround for the 10000-character ...
Author: mdz Date: 2004-03-17 05:58:54 GMT * Implement an ugly workaround for the 10000-character limit on the Binaries field in debSrcRecordParser, until such time as some things can be converted over to use STL data types (ABI change) (Closes: #236688) * Increase default tagfile buffer from 32k to 128k; this arbitrary limit should also be removed someday (Closes: #174945)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7d4fd17b0..1fb46ae69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,11 @@ apt (0.5.24) unstable; urgency=low
* In pkgAcquire::Shutdown(), set the status of fetching items to
StatError to avoid a sometimes large batch of error messages
(Closes: #234685)
+ * Implement an ugly workaround for the 10000-character limit on the
+ Binaries field in debSrcRecordParser, until such time as some things
+ can be converted over to use STL data types (ABI change) (Closes: #236688)
+ * Increase default tagfile buffer from 32k to 128k; this arbitrary limit
+ should also be removed someday (Closes: #174945)
--