Herein lies Test-Reporter-1.38.
[test-reporter.git] / Changes
blob88cb0787551b5e9aff76177910efdc9b09952d87
1 Revision history for Perl extension Test::Reporter. For canonical change info,
2 visit the master repository at: http://repo.or.cz/w/test-reporter.git
4 1.38    Tue Oct 09 21:00:00 EDT 2007
5         - Additional compatibility improvements for VMS.
6           Many thanks to Peter (Stig) Edwards!
8 1.36    Mon Oct 08 21:00:00 EDT 2007
9         - Compat for perl-5.005_05 per David Golden and Slaven Rezic
10         - Per 29690@RT cleaning up cpantest's -dump output (thanks janus!)
11         - Per 9@Google compat fixes for VMS courtesy of Peter (Stig) Edwards
13 1.34    Sun Aug 12 23:00:00 EDT 2007
14         - It is now possible to override the automatic selection of a
15           transport by making use of the transport() method (per WYANT and
16           ANDK)
17         - A dozen new tests added to support transport()
18         - Internal debugging improvements
19         - Various documentation improvements
20         - Removing subversion artifacts; This project is now under git control
22 1.32    Sun Jul 29 06:30:00 EDT 2007
23         - Fixed an issue (8@Google) whereby test reports had Date headers that
24           were not RFC-822 complaint (reported by Serguei Trouchelle)
26 1.30    Wed Jul 18 04:50:00 EDT 2007
27         - Public release of all activity against 1.29_0* (see below)
28         - Additionally, updated some documentation and added more tests
30 1.29_04 Wed Jun 27 13:20:00 CDT 2007
31         - Added t/0-signature.t to test the SIGNATURE
32         - Renamed t/reporter.t to t/1-reporter.t
33         - Adjusted Makefile.PL to support dist-time signing
35 1.29_03 Wed Jun 27 02:30:00 CDT 2007
36         - We now explicitly specify the license (same terms as perl itself) in
37           the Makefile.PL, which eventually makes it into the auto-generated
38           META.yml
40 1.29_02 Tue Jun 26 16:00:00 CDT 2007
41         - Fixed a portability bug in t/reporter.t. Reported by David Golden.
42           See 6@Google for more information
44 1.29_01 Tue Jun 26 01:30:00 CDT 2007
45         - Switched from RT to Google Code for defect and enhancement tracking.
46           Please visit: http://code.google.com/p/test-reporter/
47         - warnings enabled for Reporter.pm
48         - TODO file removed; moved to POD
49         - MacPerl (i.e., pre OS X) support dropped for Test::Reporter
50         - MacPerl (i.e., pre OS X) support dropped for cpantest
51         - Incorporated suggestion from MIROD; add documentation to describe
52           what a package should look like (14376)
53         - Incorporated patch from SAPER; compatibility for write() under
54           5.004 (14148)
55         - Incorporated suggestion from CLACO; updated MX for perl.org (11370)
56         - Incorporated suggestion from an anonymous individual: when an MX
57           connection failure occurs, show the failing MX server, if debugging
58           is on (14626)
59         - Changes indentation style of code from tabs to spaces
60         - Added Id and HeadURL subversion tokens
61         - Removed dependencies on Date::Format and Time::Zone
62         - Unbundled Mail::Util; Now integrated into Reporter.pm
63         - Incorporated patch from MIROD; support for reporting tests on
64           non-standard versions of perl (14375)
65         - Added more tests to the T::R test suite (more than doubled quantity)
66         - We now refuse to report results against perl itself; use perlbug
67         - Added Message-IDs to emails sent via SMTP per tom at eborcom dot com
69 1.27    Mon Jan 17 15:51:00 2005
70         - don't try to use Mail::Send on Windows
72 1.26    Thu Dec 30 19:03:00 2004
73         - add support for a user-specified suffix in edit_comments()
74         - add a suffix of '.txt' to the tempfile when editing comments
75         - update changes
77 1.25    Thu Dec 30 19:02:00 2004
78         - reintegrate Reporter.pod into Reporter.pm
80 1.24    Thu Dec 30 19:02:00 2004
81         - correct MAN3EXT in Makefile.PL for Reporter.pod
83 1.23    Sun Dec 26 10:17:00 2004
84         - add cpantest -from and -dump
85         - update T:R->write() to accept a second argument, filehandle object
86         - ucfirst'd globals that were lowercase
87         - fix pod man3 extension
88         - make tests autodetect release version
90 1.22    Sun Dec 26 09:23:00 2004
91         - restructured mx, recipient filter logic
92         - remove commented $VERSION to fix mlc 0.06 (cpanplus <= 0.050_04)
94 1.21    Sun Dec 26 07:57:00 2004
95         - fixed local hostname logic to skip /\.local$/ domains under OS X
97 1.20    Wed Mar 05 04:03:07 2003
98         - fixed a minor bug with read()
100 1.19    Wed Mar 05 03:03:07 2003
101         - added dir() -- specifies default directory to write report files to
102         - added write() -- writes a test report to disk
103         - added read() -- reads a test report from disk
104         - These three methods are used in situations where you test on a
105           machine that has port 25 blocked and there is no local MTA. You use
106           write() on the machine that you are testing from, and use read() on
107           the machine that you want to actually submit the reports from
109 1.16    Tue Feb 25 04:00:00 2003
110         - abstract now matches PAUSE meta-data for this distribution
111         - better POD documentation
112         - header pass-through for X-Reported-Via, via via() -- this is useful
113           for third-party distributions, like CPANPLUS, that use Test::Reporter
114         - added 'debug' get/set method -- this is extremely verbose and
115           primarily of use for debugging Test::Reporter itself
116         - added 'address' get/set method -- specifies the e-mail address that
117           the reports should be sent to -- you shouldn't need this unless the
118           CPAN Tester's change the e-mail address to send report's to
119         - added 'from' get/set method -- specifies the e-mail address of the
120           individual doing the reporting -- you generally shouldn't need this
121           as Test::Reporter tries very hard to guess your e-mail address
122           automatically
123         - added 'mx' get/set method -- specifies the MX's for perl.org -- you
124           really shouldn't need to use this unless the hardcoded MX's have
125           become wrong and you don't have Net::DNS installed
126         - the constructor now takes named parameters
127         - we now use Net::DNS to get MX's if Net::DNS is available
128         - we now use Net::Domain to better auto-guess the reporter's email
129           address
130         - we now use Mail::Send to send reports, if it's available
131         - now cycles through all available MX servers, when using Net::SMTP
132         - added bin/cpantest
133         - T::R now allows testers to edit the report interactively via the
134           edit_comments() method
135         - T::R report's have been made less susceptible to being marked as spam
136         - "can't call method "mail" on an undefined value" bug fixed
137         - doubled the number of tests
138         - memoized certain methods
139         - bundling Date::Format and Time::Zone to assist in SMTP sends (for
140           'Date')
141         - bundling an updated Mail::Util
143 1.13    Sun Aug 12 03:20:08 2002
144         - initial beta release