]> git.donarmstrong.com Git - term-progressbar.git/commitdiff
release 2.11
authorGabor Szabo <szabgab@gmail.com>
Fri, 17 Feb 2012 10:32:01 +0000 (12:32 +0200)
committerGabor Szabo <szabgab@gmail.com>
Fri, 17 Feb 2012 10:32:01 +0000 (12:32 +0200)
Changes
lib/Term/ProgressBar.pm

diff --git a/Changes b/Changes
index 4b36f3c9597cd67dbc49d056aac913f23cd81bef..25c71f70349994b358dce4363ebf0335d80ca5cf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Term-ProgressBar.
 
 Revision history for Perl extension Term-ProgressBar.
 
-2.11
+2.11 Fri Feb 17 12:31:04 2012
     - skip the signature verification
 
 2.10  Wed Dec 21 11:18:26 2011
     - skip the signature verification
 
 2.10  Wed Dec 21 11:18:26 2011
@@ -26,11 +26,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
 
 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.
          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
          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
          reason.
          Thanks to Scott Cain (<cain at cshl dot org>) for the patch.
        - Add patch to suppress unnecessary terminal updates
index 1dfea0601ab0a71cf87fff0ab0bc6c4a413ab37a..708aab00969973138f0cc9827cc0485d4e092078 100644 (file)
@@ -254,7 +254,7 @@ use constant DEBUG => 0;
 
 use vars qw($PACKAGE $VERSION);
 $PACKAGE = 'Term-ProgressBar';
 
 use vars qw($PACKAGE $VERSION);
 $PACKAGE = 'Term-ProgressBar';
-$VERSION = '2.10';
+$VERSION = '2.11';
 
 # ----------------------------------
 # CLASS CONSTRUCTION
 
 # ----------------------------------
 # CLASS CONSTRUCTION