]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - Changes
Remove trailing CRLFs before testing what we received
[perl/modules/rgit.git] / Changes
diff --git a/Changes b/Changes
index ebda156fdf59f399d83a0c9a1008e977b14c2395..f151cd5912347a1c6ca273990f091855e090f2c7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,31 @@
 Revision history for rgit
 
+0.05    2008-10-21 21:15 UTC
+        + Add : When a command returned non-zero, you are now ask if you want to
+                fork a shell inside the repository.
+        + Add : The -D command-line switch makes rgit output diagnostics. The
+                default is quieter than before.
+        + Chg : Perl 5.8 is required.
+        + Upd : META.yml spec updated to 1.4.
+
+0.04    2008-10-07 22:05 UTC
+        + Add : Command-line switches -V, -I, -K. List::Util isn't required
+                anymore.
+        + Add : Policies for when a command fail.
+        + Add : Interactive mode.
+        + Fix : Test more portably the returned status of system. POSIX is
+                required.
+        + Fix : git-gui should be ran once too.
+        + Fix : Setting GIT_DIR didn't really work.
+        + Tst : Coverage down to 95%.
+
+0.03    2008-10-06 16:45 UTC
+        + Chg : Repositories are now sorted by path before being visited.
+        + Fix : Prefer to chdir() into the working directory, as commands like
+                pull may need it.
+        + Fix : The root directory can also be a repository.
+        + Tst : Almost reached 98% of coverage.
+
 0.02    2008-10-05 22:40 UTC
         + Fix : Missing $VERSION in App::Rgit::Config.
         + Tst : Don't bundle fake repositories, but create them on the fly.