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