]> git.donarmstrong.com Git - term-progressbar.git/blob - Changes
263389a2dcace7b235e214bc847dee6dafa1639e
[term-progressbar.git] / Changes
1 Revision history for Perl extension Term-ProgressBar.
2
3 2.13 Fri May 18 06:24:42 2012
4         - remove unused and invalid SIGNATURE file
5         - move content of BUGS to Changes
6     
7
8 2.12 Wed May 16 12:47:16 2012
9         - use strict; use warnings; in examples
10         - remove bareword from POD (JBAKER)
11         - make lbrack and rbrack official.
12
13 2.11 Fri Feb 17 12:31:04 2012
14         - skip the signature verification
15
16 2.10  Wed Dec 21 11:18:26 2011
17         - remove Build.PL (keep the Makefile.PL only)
18         - Replace home-made testing tools with CPAN-ish tools
19         - Require Capture::Tiny for testing
20         - New co-maintainer: Gabor Szabo
21
22 2.09  Sun Mar 13  9:17 PM GMT 2005
23         - Fix for incorrect formatting of 'D...' time done at end
24
25 2.08  Sat Mar 12 11:47 AM GMT 2005
26         - Add remove option
27         - Add patch to account for weird terminal sizing under Windoze
28           (thanks to Andrew Peters for the patch).
29
30 2.07  Sun Mar  6  1:31 PM GMT 2005
31         - Correct handling of non-term mode to output stats but no PB
32         - Print time taken to complete in ETA mode when Done
33         - Add use of 'name' to example in 'new' doc
34         - Add doc of use of minor characters to description
35         - Add doc. for name value to new
36
37 2.06  Sun Mar 14 10:46 AM GMT 2004
38         - Add patch to cope when terminal size cannot be detected or is
39           too small.
40           Thanks to Ed Avis (<ed at membled dot com>) for the patch.
41         - Add patch to test to avoid failure on windoze due to unlinking open
42           files
43         - Add patch to cope when Term::ReadKey fails to initialize for some
44           reason.
45           Thanks to Scott Cain (<cain at cshl dot org>) for the patch.
46         - Add patch to suppress unnecessary terminal updates
47           Thanks to Ed Avis (<ed at membled dot com>) for the patch.
48
49 2.05  Sat Aug 30  4:23 PM GMT 2003
50         - Fix test.pm to handle OS (e.g., Solaris) who refuse to delete the cwd
51
52 2.04  Sat Aug 14  4:38 PM GMT 2003
53         - Change build system to accomodate CPAN & automated tests
54
55 2.03  Sat Jan 11  3:47 PM GMT 2003
56         - Fix incorrect reset of progress bar in message method
57           Thanks to Frank Maas (<frank dot maas at cheiron-it dot nl>) for
58           the patch.
59         - Improve documentation of ETA display formats.
60
61 2.02  Tue Nov 19 10:08 PM GMT 2002
62         - Fix behaviour in terminals where GetTerminalSize fails (e.g.,
63           resized Emacs term windows).  Thanks to Ed Avis for the patch.
64
65 2.01  Mon Oct  7  9:12 PM GMT 2002
66         - Make it 5.005_03-compatible, with thanks to Ed Avis
67
68 2.00  Sun Mar 10  5:26 AM GMT 2002
69         - New API added; now takes one hashref as argument (see docs)
70         - v1 API remains, but is deprecated
71         - Add message method to Term::ProgressBar
72         - Add v2 tests
73
74 1.51  Sun Dec  2 12:22 PM GMT 2001
75         - Correct Bug #001
76           Wrong minor character (= should be *) selected by default.
77
78 1.50  Sat Dec  1  1:11 PM GMT 2001
79         - Merged with Utility::Progress by Martyn J. Pearce
80
81 1.00  Mon Oct 30 2001
82         - original version
83         - by Edward Avis, <epa98 at sync32>