-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changelog.ini
99 lines (88 loc) · 3.4 KB
/
Changelog.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[Module]
Name=HTML::Timeline
Changelog.Creator=Module::Metadata::Changes V 2.11
Changelog.Parser=Config::IniFiles V 2.94
[V 1.10]
Date=2017-04-16T18:01:00
Comments= <<EOT
- Replace 'perl' with $^X in t/test.t. Reported by Slaven Rezic. See RT#121181.
- Update pre-reqs in Makefile.PL.
EOT
[V 1.09]
Date=2017-04-16T11:16:00
Comments= <<EOT
- Adopt new repo structure. For details, see
http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
- Fix issue with open(my $fh...) used twice in generate_xml_file(). The 2nd use of 'my' was
chopped. Reported by Nigel Horne. See RT#120946.
- Add the option validate_gedcom_file, which takes a Boolean value, to the set of options
accepted by new() and hence accepted by bin/timeline.pl. It defaults to 0, so that
validate() is no longer called by default. Suggested by Nigel Horne. See RT#120973.
- In bin/timeline.pl, document much more clearly what values are taken by each option.
Do the same in the pod.
- Fix docs for new(). It takes a hash of options, not a hashref.
- Add specific versions of pre-reqs in Makefile.PL.
- Rewrite t/test.t to run bin/timeline.pl under control of Capture::Tiny, and check its output.
This requires Capture::Tiny as a new pre-req.
EOT
[V 1.08]
Date=2014-01-25T14:07:00
Comments= <<EOT
- Replace /usr/bin/perl with /usr/bin/env perl.
- Replace common::sense with use strict and use warnings, to get uninit var warnings.
- Rename CHANGES to Changes, as per CPAN::Changes::Spec.
- Rewrite bareword filehandles (INX) to use a variable (my $fh).
- Rename github repo from html--timeline to HTML-Timeline - My new standard.
Update Build.PL and Makefile.PL to match.
- Reformat the docs, and this file, slighty, to be <= 100 chars per line - My new standard.
- Move t/pod.t to xt/author/.
EOT
[V 1.07]
Date=2010-02-21T12:55:20
Comments= <<EOT
- Remove text 'All rights reserved' (for Debian licensing).
- Remove POD heads 'Required Modules' and 'Changes'.
EOT
[V 1.06]
Date=2010-02-10T13:52:47
Comments=- Add META.yml. Update MANIFEST.SKIP. Add MANIFEST and MYMETA.yml.
[V 1.05]
Date=2009-11-13T13:20:00
Comments=- Run dos2unix. This only affects examples/bach.ged.
[V 1.04]
Date=2008-08-29T14:44:00
Comments= <<EOT
- Download Phil Durbin's patches from github
- Implement missing_as_table (see docs for details)
EOT
[V 1.03]
Date=2008-08-22T12:23:00
Comments= <<EOT
- Add support for ~/.timelinerc, using Config::IniFiles
- Rename Changes.txt to CHANGES because search.cpan.org won't display Changes.txt
- Ensure spouse of root person is included when processing descendents and spouses
- Fix date-parsing via Gedcom::Date
EOT
[V 1.02]
Date=2008-08-18T13:50:00
Comments= <<EOT
- Switch from Date::Manip as used by ged2xml.pl to Gedcom::Date.
Backwards-incompatability, if any, with Date::Manip, is deemed to be a feature
- Add the -output_dir option. This requires Path::Class
- Add the -template_dir option. This requires HTML::Template
- Add the -template_name option
- Add the -timeline_height option
- Add the -url_for_xml option
- Add the -web_page option
- Rename timeline.html to timeline.tmpl
- Add user help to the bottom of the HTML output
- Report people with missing birth dates below the timeline
- Change default height of the HTML output to 500px
- Change the hard-coded date in timeline.tmpl to the earliest birth date
EOT
[V 1.01]
Date=2008-08-13T09:27:00
Comments=- Oops. Left Local::Config in t/test.t
[V 1.00]
Date=2008-08-11T17:56:00
Comments=- Original version