X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=99d23da7b8d4fc0c3bd72da9860d8ff5e187eff3;hb=e09a125b42420241c34529697c250ad795f1c59e;hp=f151cd5912347a1c6ca273990f091855e090f2c7;hpb=0c3a62e21d624c6076fc69dd2310bea0dd556ab8;p=perl%2Fmodules%2Frgit.git diff --git a/Changes b/Changes index f151cd5..99d23da 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ 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.