summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-09-30 03:21:06 +0200
committerGuillem Jover <guillem@debian.org>2009-09-30 22:02:44 +0200
commitdac03e12b418899430a6667a5596cd515b120295 (patch)
tree3e007a10aad98ef58d9ed67bb2ebaa01fca4ce46 /debian
parent353b02acb33224bc2d7e3b0295538d592b9c8bad (diff)
downloaddpkg-dac03e12b418899430a6667a5596cd515b120295.tar.gz
libdpkg: Use varbuf_grow instead of varbufextend
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0e6ab3add..78462891b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ dpkg (1.15.5) UNRELEASED; urgency=low
* Use the size from stat to allocate the buffers for readlink, instead of
indefinitely calling readlink and growing the buffer. This should reduce
memory usage when handling lots of symlinks, and be slightly faster.
+ * Rework varbuf api to avoid increasing buffers indefinitely when adding
+ content to them, regardless of space being already available.
[ Raphaƫl Hertzog ]
* Add versioned dependency on base-files (>= 5.0.0) to dpkg-dev to ensure