X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=99d23da7b8d4fc0c3bd72da9860d8ff5e187eff3;hb=0f55b91d632134b6077941fa223cd94378151373;hp=f5397e81a5d33f2bf8b1cff0a391e040a264a174;hpb=ce5091c087229219cf4dc879fb0d2dcab808b885;p=perl%2Fmodules%2Frgit.git diff --git a/Changes b/Changes index f5397e8..99d23da 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Revision history for rgit +0.06 2009-01-04 15:35 UTC + + Chg : INCOMPATIBLE CHANGE : since ^ is actually an escape character + for cmd.exe, and that there's no good universal escape + character, let's use % for our formats instead. + + Fix : Tests on Win32. + + Doc : Nits and clarifications. + +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.