X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/311c6efa8e64a24f406955373eff67e4a35ad0c0..4f6dbb4fb3f744397618026f52b605eeb395e91d:/debian/changelog

diff --git a/debian/changelog b/debian/changelog
index e0214f3..b794323 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,43 @@
-mr (0.11) UNRELEASED; urgency=low
+mr (0.15) UNRELEASED; 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 <joeyh@debian.org>  Sun, 25 Nov 2007 12:02:40 -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 <joeyh@debian.org>  Sun, 11 Nov 2007 01:10:18 -0500
+
+mr (0.13) unstable; urgency=low
+
+  * -c was broken, fix. Closes: #449539
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 06 Nov 2007 11:39:04 -0500
+
+mr (0.12) unstable; urgency=low
+
+  * Avoid creating parent directory for a checkout that will ultimately be
+    skipped.
+  * Don't try to test the repo type when doing a checkout, that can't work
+    since the repo isn't there yet. It was actually checking the repo type
+    of the parent directory, which caused several unexpected behaviors.
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 03 Nov 2007 14:22:00 -0400
+
+mr (0.11) unstable; urgency=low
 
   * Avoid using commands like git-config and instead use "git config".
     In some configurations, only the main git command is in the path.
@@ -6,7 +45,7 @@ mr (0.11) UNRELEASED; urgency=low
   * Better error message if more than one repo type test matches a single
     directory.
 
- -- Joey Hess <joeyh@debian.org>  Fri, 02 Nov 2007 22:41:44 -0400
+ -- Joey Hess <joeyh@debian.org>  Fri, 02 Nov 2007 23:28:52 -0400
 
 mr (0.10) unstable; urgency=low