X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/db86586c3403588f37079cf1401800e3ff852b62..1a2c28ad8b1aa4904916eff977756c6aaaa3b632:/debian/changelog diff --git a/debian/changelog b/debian/changelog index c2566c6..ff79043 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +mr (0.17) unstable; urgency=low + + * Even bigger hammer: Set LC_ALL. Closes: #453305 + + -- Joey Hess Thu, 29 Nov 2007 11:18:40 -0500 + +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