Changelog, bump version
[catagits/Gitalist.git] / Changes
1 This file documents the revision history for Perl extension Gitalist.
2
3 0.000003 2009-12-09
4     - Officially switch repository to Shadowcat
5     - Officially switch bug tracker to rt.cpan.org
6     - Start streamlining and generally rejiging the layout.
7     - Hacked in syntax highlighting to the blame view.
8     - Further tweaks to the blame view, making it more informative.
9     - Dropped the dependency on File::Stat::ModeString
10     - Move all POD below the code, for ::Repo and ::Project.
11
12 0.000002 2009-12-06
13    - Add documentation about how to configure a Gitalist instance.
14    - Fix so that invalid repository directory will be detected at application
15      startup and a helpful error message will be displayed.
16    - Add --repos_dir command line parameter to all of the scripts which can
17      be used to force the repository directory, overriding config and
18      environment.
19    - Add GITALIST_REPOS_DIR environment variable which will determine the
20      repository path (overriding normal config) if set.
21    - Change so that no default repos path is in the config when installed from
22      CPAN (when checked out of git, behavior of browsing AppDir/../ is
23      maintained).
24    - Do not allow directory traversal via the p param.
25
26 0.000001
27    - No changes since last dev release.
28
29 0.000000_02  UNRELEASED
30    - Fixed history action, other minor cleanups.
31
32 0.000000_01  UNRELEASED
33    - Initial release to CPAN