X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Changes;h=263389a2dcace7b235e214bc847dee6dafa1639e;hb=33c78a7a43c6266f8bcef2c311a1c11beabaf32b;hp=4b36f3c9597cd67dbc49d056aac913f23cd81bef;hpb=cbc7b2da89fed4167db14a35664b5876b772f8d2;p=term-progressbar.git diff --git a/Changes b/Changes index 4b36f3c..263389a 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,17 @@ Revision history for Perl extension Term-ProgressBar. -2.11 - - skip the signature verification +2.13 Fri May 18 06:24:42 2012 + - remove unused and invalid SIGNATURE file + - move content of BUGS to Changes + + +2.12 Wed May 16 12:47:16 2012 + - use strict; use warnings; in examples + - remove bareword from POD (JBAKER) + - make lbrack and rbrack official. + +2.11 Fri Feb 17 12:31:04 2012 + - skip the signature verification 2.10 Wed Dec 21 11:18:26 2011 - remove Build.PL (keep the Makefile.PL only) @@ -26,11 +36,11 @@ Revision history for Perl extension Term-ProgressBar. 2.06 Sun Mar 14 10:46 AM GMT 2004 - Add patch to cope when terminal size cannot be detected or is - too small. + too small. Thanks to Ed Avis () for the patch. - - Add patch to test to avoid failure on windoze due to unlinking open + - Add patch to test to avoid failure on windoze due to unlinking open files - - Add patch to cope when Term::ReadKey fails to initialize for some + - Add patch to cope when Term::ReadKey fails to initialize for some reason. Thanks to Scott Cain () for the patch. - Add patch to suppress unnecessary terminal updates @@ -63,6 +73,7 @@ Revision history for Perl extension Term-ProgressBar. 1.51 Sun Dec 2 12:22 PM GMT 2001 - Correct Bug #001 + Wrong minor character (= should be *) selected by default. 1.50 Sat Dec 1 1:11 PM GMT 2001 - Merged with Utility::Progress by Martyn J. Pearce