From: Dan Brook Date: Sun, 13 Mar 2011 20:55:27 +0000 (+0000) Subject: Bump version to 0.003001, update Changes and README. X-Git-Tag: 0.003001 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=refs%2Fheads%2Fmacquart Bump version to 0.003001, update Changes and README. --- diff --git a/Changes b/Changes index 44db5df..bb880c0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ This file documents the revision history for Perl extension Gitalist. +0.003001 2011-03-13 + - Reinstate FromDirectory in model. + - Drop unneeded deps in Makefile.PL. + - Add support for multiple repos with the same name (Jose Luis Martinez). + - Make paging work for history (Lian Wan Situ), + - Respect paging.log config settings. + 0.002009 2011-03-06 - Document the available configuration options. - Provide switch in config for forcing recursive repo searching. diff --git a/README b/README index 61bb97c..939d69a 100644 --- a/README +++ b/README @@ -147,8 +147,8 @@ CONFIGURATION repo_dir A directory containing the directories to show. - If no repositories are found in this directory then Gitalist will - search recursively in that directory for repositories. + repos + A list of directories containing repositories to show. search_recursively A boolean indicating whether to always search recursively for @@ -168,7 +168,8 @@ CONFIGURATION visible. This is similar to "gitweb"'s functionality. paging - log The number of commits to show in the + log The number of commits to show in the summary, shortlog and longlog + views. FASTCGI Running Gitalist in FastCGI mode requires a webserver with FastCGI diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index 69782dd..a2bf1a5 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -14,7 +14,7 @@ use Catalyst qw/ SubRequest /; -our $VERSION = '0.002009'; +our $VERSION = '0.003001'; $VERSION = eval $VERSION; __PACKAGE__->config(