]> git.donarmstrong.com Git - term-progressbar.git/blobdiff - Changes
update changes for release
[term-progressbar.git] / Changes
diff --git a/Changes b/Changes
index bd529bfa222a2ba41687dbf7b989bb31580ad172..e774e95982ea36001111c8eb6bc9b2e08c22ed45 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,25 @@
 Revision history for Perl extension Term-ProgressBar.
 
+2.14 Sun Jul 21 13:34:52 2013
+    - Document the term_width argument to the constructor (OVID)
+    - Add a "silent" option to the constructor (OVID)
+
+2.13 Fri May 18 06:24:42 2012
+       - remove unused and invalid SIGNATURE file
+       - move content of BUGS to Changes
+       - Remove the INSTALL and configure files,
+         people should use the standard CPAN installation tools
+    - Add standard prerequisites to Makefile.PL
+    
+
+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)
        - Replace home-made testing tools with CPAN-ish tools
@@ -23,11 +43,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 (<ed at membled dot com>) 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 (<cain at cshl dot org>) for the patch.
        - Add patch to suppress unnecessary terminal updates
@@ -60,6 +80,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