X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7a696f3a931e7c51df648949de7a56c3bd4f7d55;hb=eef1fb14f8acced2937e0f7f75fca40f51154036;hp=3f128b491ce444f69994cec3eb7413fcc8fff2ee;hpb=d3f6e5216862e0b679891259b2b2ea5f31cf0674;p=catagits%2FGitalist.git diff --git a/Changes b/Changes index 3f128b4..7a696f3 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,24 @@ This file documents the revision history for Perl extension Gitalist. +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).