Bump version to 0.003001, update Changes and README. macquart 0.003001
Dan Brook [Sun, 13 Mar 2011 20:55:27 +0000 (20:55 +0000)]
Changes
README
lib/Gitalist.pm

diff --git a/Changes b/Changes
index 44db5df..bb880c0 100644 (file)
--- 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 (file)
--- 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
index 69782dd..a2bf1a5 100644 (file)
@@ -14,7 +14,7 @@ use Catalyst qw/
                 SubRequest
 /;
 
-our $VERSION = '0.002009';
+our $VERSION = '0.003001';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->config(