diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:06:06 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:06:06 +0000 |
commit | c33b707e5dbfced74e5dd02f663bc88210ddb94b (patch) | |
tree | 411ba2b0a6fdc698f330ab7d83419866a9afd5c0 /debian/changelog | |
parent | 1b48091148e1f423a834d3218dbe024df34932b5 (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/changelog')
-rw-r--r-- | debian/changelog | 5 |
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) -- |