]> git.donarmstrong.com Git - debhelper.git/commitdiff
preliminary changelog
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 28 Oct 2009 22:22:22 +0000 (18:22 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 28 Oct 2009 22:22:22 +0000 (18:22 -0400)
debian/changelog

index 1c067d1b3b8eabcb69f746be0b1880328f70cccf..d164f73b442202b3d4580e4330668045d3d6240a 100644 (file)
@@ -1,3 +1,16 @@
+debhelper (7.4.4) UNRELEASED; urgency=low
+
+  * dh_auto_*: Add --parallel option that indicates the package supports
+    parallel building. Then if DH_BUILD_OPTIONS contains 'parallel=N',
+    and the build system supports it, parallel building is done.
+  * The makefile buildsystem (and derived buildsystems) now supports
+    parallel building.
+  * dh: If --parallel is not explicitly specified, enable it anyway.
+    Closes: #532805.
+  * Thanks, Modestas Vainius for most of the work on parallel build support.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 28 Oct 2009 18:10:45 -0400
+
 debhelper (7.4.3) unstable; urgency=low
 
   [ Valery Perrin ]