X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=Changes;fp=Changes;h=77054908230d251e4b5d44b77580e6938612e432;hp=99d23da7b8d4fc0c3bd72da9860d8ff5e187eff3;hb=3ff07b59ff41754a77105973a4f1e9d6d25b2c3a;hpb=d02d080e923caf7eafd646d39122c84d1e53178d diff --git a/Changes b/Changes index 99d23da..7705490 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Revision history for rgit +0.07 2010-02-24 19:25 UTC + + Chg : Policies earned their own set of classes under the + App::Rgit::Policy namespace. + + Chg : Object::Tiny is no longer a dependency. + + Chg : The module now depends on File::Spec in spite of + File::Spec::Functions. + + Chg : Also try to append .exe, .com and .cmd to the end of the git + path on Win32. + + Fix : rgit used to run the command in "/path/foo.git" when the root + directory was named "/path/foo/". + + Fix : Work around Kwalitee test misfailures. + + Opt : The .git directories won't be searched for another repositories + anymore. + + Tst : Skip tests when the mock git executable can't be run. + 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