X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/db86586c3403588f37079cf1401800e3ff852b62..2ccc38f4061497e18172d3e9a470c3d489a0e23e:/debian/changelog?ds=sidebyside diff --git a/debian/changelog b/debian/changelog index c2566c6..6ea3f1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +mr (0.16) unstable; urgency=low + + * Use LC_MESSAGES=C not LANG=C, as if the user has LC_MESSAGES set, LANG + won't override it. Closes: #453305 + + -- Joey Hess Wed, 28 Nov 2007 15:46:38 -0500 + +mr (0.15) unstable; urgency=low + + [ Joey Hess ] + * Allow -n to be passed a number to specify how deep to go into + subdirectories to find repositories to act on. Closes: #450621 + + [ Josh Triplett ] + * Make -j with no argument run unlimited jobs in parallel, like make -j + Closes: #452467 + + [ Joey Hess ] + * Add a warning about runing too many jobs at a time. + + -- Joey Hess Sun, 25 Nov 2007 13:13:47 -0500 + +mr (0.14) unstable; urgency=low + + * Portability fixes for the non-POSIX shell of SunOS 5. Patch from Ken + Bloom. Closes: #449592 + * Cut number of rcs tests run in half. + + -- Joey Hess Sun, 11 Nov 2007 01:10:18 -0500 + mr (0.13) unstable; urgency=low * -c was broken, fix. Closes: #449539