[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. upstream/2.1.7-214-g6762190

legatvs legatvs at gmail.com
Wed Apr 1 14:44:42 UTC 2009


The following commit has been merged in the master branch:
commit 0e0b870c04c1b47ecdecf080c1428e0405f205a9
Author: legatvs <legatvs at gmail.com>
Date:   Fri Jan 30 16:53:49 2009 +0200

    Set release date. Cleaned up CHANGES.

diff --git a/CHANGES b/CHANGES
index a526378..62d7edc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,17 +1,18 @@
 Version 2.1.4
+(February 1, 2009)
 
  User-visible changes:
   * Fixed Youtube login which sometimes reported failed attempts as OK
     - Youtube defaults web interface language based on users geo ip
     - clive looks for English words in the post-login page to confirm login
   * Tweaked --version output
-  * Fixed progressbar time => string conversion
 
  Developer-visible changes:
+  * Fixed progressbar time2str subroutine
   * Updated INSTALL
   * removed genman (obsoleted by "make man")
   * Added a rudimentary (GNU) Makefile
-  * Cleaned up: embed url => video page url
+  * Cleaned up translate_embed subroutine
 
  Other changes:
   * Removed the clive-announce and clive-users mailing lists
diff --git a/clive b/clive
index b06533c..221edc6 100755
--- a/clive
+++ b/clive
@@ -41,7 +41,7 @@ use Cwd qw(getcwd);
 use File::Spec;
 use Encode;
 
-use constant VERSION             => "2.1.4-dev";
+use constant VERSION             => "2.1.4";
 use constant MBDIV               => 0x100000;
 use constant BP_REFRESH_INTERVAL => 0.2;
 use constant SHOWFMT_DEFAULT     => qq/%D: "%t" | %mMB/;

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list