Change to start in IPC::Run for RT#52658
[catagits/Gitalist.git] / Changes
1 This file documents the revision history for Perl extension Gitalist.
2
3     - Switch to IPC::Run::start for streamed mode, fixing RT#52658
4       and the tests with FreeBSD.
5
6 0.000004 2009-12-19
7     - Support being able to pass a list of repositories to view via
8       configuration, rather than having a static directory.
9     - Installation and configuration documentation has been enhanced.
10     - Project has been renamed Repository to correspond with normal git
11       terminology.
12     - Repos has been refactored into a CollectionOfRepositories role
13       and two differnet concrete implementations (the Catalyst model
14       chooses which type to build based on the config).
15     - Remove all tabs and fix no tabs test (Dagfinn Ilmari MannsÃ¥ker)
16     - Decode getpwuid values correctly (Dagfinn Ilmari MannsÃ¥ker)
17     - Generate correct provides information in META.yml so that search.cpan
18       indexes the classes contained in Gitalist correctly.
19
20 0.000003 2009-12-09
21     - Officially switch repository to Shadowcat
22     - Officially switch bug tracker to rt.cpan.org
23     - Start streamlining and generally rejiging the layout.
24     - Hacked in syntax highlighting to the blame view.
25     - Further tweaks to the blame view, making it more informative.
26     - Dropped the dependency on File::Stat::ModeString
27     - Move all POD below the code, for ::Repo and ::Project.
28
29 0.000002 2009-12-06
30    - Add documentation about how to configure a Gitalist instance.
31    - Fix so that invalid repository directory will be detected at application
32      startup and a helpful error message will be displayed.
33    - Add --repos_dir command line parameter to all of the scripts which can
34      be used to force the repository directory, overriding config and
35      environment.
36    - Add GITALIST_REPOS_DIR environment variable which will determine the
37      repository path (overriding normal config) if set.
38    - Change so that no default repos path is in the config when installed from
39      CPAN (when checked out of git, behavior of browsing AppDir/../ is
40      maintained).
41    - Do not allow directory traversal via the p param.
42
43 0.000001
44    - No changes since last dev release.
45
46 0.000000_02  UNRELEASED
47    - Fixed history action, other minor cleanups.
48
49 0.000000_01  UNRELEASED
50    - Initial release to CPAN