X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ae01cddef48011320f0ae6fd17d8607dd009b636;hb=0c3fed1b2aecbd5ea2f59a8028f58d3f72004468;hp=0e45534a29b03388a421516aefc0b8dbe08c12a1;hpb=67f7ad5d34618932e26d189a6edd90edf8aa2fbb;p=catagits%2FGitalist.git diff --git a/Changes b/Changes index 0e45534..ae01cdd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,47 @@ This file documents the revision history for Perl extension Gitalist. +0.004001 2013-03-15 + - Depend on new Catalyst::Runtime and drop use of Catalyst::Controller::ActionRole + - Stop calling tags branches (Dennis Kaarsemaker) + - Stop breaking trees when submodules are encountered (Dennis Kaarsemaker) + - Correctly handle utf-8 encoded .git/description files (Dennis Kaarsemaker) + - Controller::ActionRole is dead (Tomas Doran) + - Add gitalist.psgi (Tomas Doran) + +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. + +0.003003 2011-06-06 + - Fixed ownership assertions in t/02git_object.t (Christian Walde). + - Change default local config to not search recursively. + - Don't attempt to syntax highlight anything big. + - Fix for infinite loop bug in blame. + 0.003002 2011-05-23 - Add JSON serialization and expose via .json (Tomas Doran). - Provide .psgi for Plack goodness (Francoise Dehinbo).