X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=55068fb4851b73366b28923045d5823c2e5a5b23;hb=7991f22f604d79f6080f4da00a77c4a07f164903;hp=188ae713d703563b6bbb31abe366f4e13af3f62c;hpb=4c6b2fdb82ad560468d875db6fdbcfcffc574279;p=catagits%2FGitalist.git diff --git a/Changes b/Changes index 188ae71..55068fb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,30 @@ This file documents the revision history for Perl extension Gitalist. +0.003009 2012-03-18 + - Don't use MooseX::Types::ISO8601 to serialize DateTime objects as its + coercion function is now stricter than the object provided. + - Make tests pass with more recent versions of Catalyst. + +0.003008 2012-01-29 + - Now with Changes. + +0.003007 2012-01-28 + - Allow the model to be user defined, + - Use new Catalyst features. + - Make repo_dir work consistently with GITALIST_REPO_DIR (Tomas Doran). + - Add the Vhost collection of repositories (Tomas Doran). + +0.003006 2011-10-18 + - Fix lies in docs, make config more obvious (Tomas Doran) + - Avoid "Use of qw(...) as parentheses is deprecated" warning with + perl-5.14 (Gisle Aas) + +0.003005 2011-07-13 + - Provide option to disable gravatars. + - Tweaks to make Gitalist fit for debian (Jonas Genannt). + - Fixes to enable Gitalist to run on Win32 (Christian Walde). + - Fix content-type of core.css handler (Christian Walde). + 0.003004 2011-06-07 - Fix dependency typo in Makefile.PL.