]> git.donarmstrong.com Git - term-progressbar.git/blob - Changes
build requires
[term-progressbar.git] / Changes
1 Revision history for Perl extension Term-ProgressBar.
2
3 2.09  Sun Mar 13  9:17 PM GMT 2005
4         - Fix for incorrect formatting of 'D...' time done at end
5
6 2.08  Sat Mar 12 11:47 AM GMT 2005
7         - Add remove option
8         - Add patch to account for weird terminal sizing under Windoze
9           (thanks to Andrew Peters for the patch).
10
11 2.07  Sun Mar  6  1:31 PM GMT 2005
12         - Correct handling of non-term mode to output stats but no PB
13         - Print time taken to complete in ETA mode when Done
14         - Add use of 'name' to example in 'new' doc
15         - Add doc of use of minor characters to description
16         - Add doc. for name value to new
17
18 2.06  Sun Mar 14 10:46 AM GMT 2004
19         - Add patch to cope when terminal size cannot be detected or is
20           too small.  
21           Thanks to Ed Avis (<ed at membled dot com>) for the patch.
22         - Add patch to test to avoid failure on windoze due to unlinking open 
23           files
24         - Add patch to cope when Term::ReadKey fails to initialize for some 
25           reason.
26           Thanks to Scott Cain (<cain at cshl dot org>) for the patch.
27         - Add patch to suppress unnecessary terminal updates
28           Thanks to Ed Avis (<ed at membled dot com>) for the patch.
29
30 2.05  Sat Aug 30  4:23 PM GMT 2003
31         - Fix test.pm to handle OS (e.g., Solaris) who refuse to delete the cwd
32
33 2.04  Sat Aug 14  4:38 PM GMT 2003
34         - Change build system to accomodate CPAN & automated tests
35
36 2.03  Sat Jan 11  3:47 PM GMT 2003
37         - Fix incorrect reset of progress bar in message method
38           Thanks to Frank Maas (<frank dot maas at cheiron-it dot nl>) for
39           the patch.
40         - Improve documentation of ETA display formats.
41
42 2.02  Tue Nov 19 10:08 PM GMT 2002
43         - Fix behaviour in terminals where GetTerminalSize fails (e.g.,
44           resized Emacs term windows).  Thanks to Ed Avis for the patch.
45
46 2.01  Mon Oct  7  9:12 PM GMT 2002
47         - Make it 5.005_03-compatible, with thanks to Ed Avis
48
49 2.00  Sun Mar 10  5:26 AM GMT 2002
50         - New API added; now takes one hashref as argument (see docs)
51         - v1 API remains, but is deprecated
52         - Add message method to Term::ProgressBar
53         - Add v2 tests
54
55 1.51  Sun Dec  2 12:22 PM GMT 2001
56         - Correct Bug #001
57
58 1.50  Sat Dec  1  1:11 PM GMT 2001
59         - Merged with Utility::Progress by Martyn J. Pearce
60
61 1.00  Mon Oct 30 2001
62         - original version
63         - by Edward Avis, <epa98 at sync32>