Change to start in IPC::Run for RT#52658
[catagits/Gitalist.git] / Changes
diff --git a/Changes b/Changes
index 373d801..72fa0db 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,25 @@
 This file documents the revision history for Perl extension Gitalist.
 
+    - Switch to IPC::Run::start for streamed mode, fixing RT#52658
+      and the tests with FreeBSD.
+
+0.000004 2009-12-19
+    - Support being able to pass a list of repositories to view via
+      configuration, rather than having a static directory.
+    - Installation and configuration documentation has been enhanced.
+    - Project has been renamed Repository to correspond with normal git
+      terminology.
+    - Repos has been refactored into a CollectionOfRepositories role
+      and two differnet concrete implementations (the Catalyst model
+      chooses which type to build based on the config).
+    - Remove all tabs and fix no tabs test (Dagfinn Ilmari MannsÃ¥ker)
+    - Decode getpwuid values correctly (Dagfinn Ilmari MannsÃ¥ker)
+    - Generate correct provides information in META.yml so that search.cpan
+      indexes the classes contained in Gitalist correctly.
+
+0.000003 2009-12-09
+    - Officially switch repository to Shadowcat
+    - Officially switch bug tracker to rt.cpan.org
     - Start streamlining and generally rejiging the layout.
     - Hacked in syntax highlighting to the blame view.
     - Further tweaks to the blame view, making it more informative.