From 5098066aeb12abbda6b87fbd25a6499555dae7c0 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sun, 10 Dec 2006 18:57:53 +0000 Subject: [PATCH] * Improve performance: rewritten tools/make_disc_trees in perl so we can call add_packages directly as a perl function rather than via fork/exec all the time. Re-arranged tools/add_packages to make this work. * Improved logging in add_packages. --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index e5404c3e..544daa4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -153,6 +153,11 @@ debian-cd (3.0.0) UNRELEASED; urgency=low #402354. Fixes the long-standing warnings from list2cds about "Use of uninitialized value in string comparison", and allows some poor packages to make it onto CDs for the first time... + * Improve performance: rewritten tools/make_disc_trees in perl so we + can call add_packages directly as a perl function rather than via + fork/exec all the time. Re-arranged tools/add_packages to make + this work. + * Improved logging in add_packages. -- Frans Pop Thu, 7 Dec 2006 02:00:04 +0100