From: Dan Brook Date: Sat, 26 Feb 2011 17:36:40 +0000 (+0000) Subject: Bump version to 0.002008, regen README, update Changes. X-Git-Tag: 0.002008 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=02404ff5bfbe2feb7d7efe398054498092fd94cc Bump version to 0.002008, regen README, update Changes. --- diff --git a/Changes b/Changes index 80656a6..cd0f141 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ This file documents the revision history for Perl extension Gitalist. +0.002008 2011-02-26 - Add the ability to provide a whitelist of repos. - Add support for export-ok config option. - Ignore ancient/malformed tags. diff --git a/README b/README index 88201d2..94f2992 100644 --- a/README +++ b/README @@ -2,20 +2,20 @@ NAME Gitalist - A modern git web viewer SYNOPSIS - script/gitalist_server.pl --repo_dir /home/me/code/git + perl script/gitalist_server.pl --repo_dir /home/me/code/git INSTALL As Gitalist follows the usual Perl module format the usual approach for installation should work, e.g.: - perl Makefile.PL - make - make test - make install + perl Makefile.PL + make + make test + make install or - cpan -i Gitalist + cpan -i Gitalist You can also check Gitalist out from its git repository and run it, in this case you'll additionally need the author modules, but no @@ -83,7 +83,7 @@ INITIAL CONFIGURATION This means that if you check Gitalist out next to your other git checkouts, then starting the demo server needs no parameters at all: - Gitalist [master]$ ./script/gitalist_server.pl + Gitalist [master]$ perl script/gitalist_server.pl You can connect to your server at http://localhost:3000 FOR CPAN INSTALLS diff --git a/lib/Gitalist.pm b/lib/Gitalist.pm index 6c1a581..43924c7 100644 --- a/lib/Gitalist.pm +++ b/lib/Gitalist.pm @@ -14,7 +14,7 @@ use Catalyst qw/ SubRequest /; -our $VERSION = '0.002007'; +our $VERSION = '0.002008'; $VERSION = eval $VERSION; __PACKAGE__->config(