summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-07-24 19:28:43 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2010-07-24 19:28:43 +0300
commit430d7d456045d923982a8458b901b445c82a5b2d (patch)
treef5bf8b802a0d442919240f30de10a224f9a93ac1
parent538ad1c5720c72619a62a9c029b73ad5cde1499e (diff)
downloadvdr-plugin-webvideo-430d7d456045d923982a8458b901b445c82a5b2d.tar.gz
vdr-plugin-webvideo-430d7d456045d923982a8458b901b445c82a5b2d.tar.bz2
update HISTORY and version numbers
-rw-r--r--HISTORY8
-rw-r--r--src/vdr-plugin/webvideo.c2
-rw-r--r--src/version2
-rw-r--r--src/webvicli/webvicli/client.py2
4 files changed, 8 insertions, 6 deletions
diff --git a/HISTORY b/HISTORY
index 1e3d3bf..7ea9c75 100644
--- a/HISTORY
+++ b/HISTORY
@@ -184,7 +184,9 @@ Video site modules:
- Make all downloads abortable.
- Fixed Vimeo search.
-2010-xx-xx: Version 0.3.1
+2010-07-24: Version 0.3.1
-- Updated Italian translation (thanks to Diego Pierotto)
-- Fixed Youtube extractor
+- Updated Italian translation (thanks to Diego Pierotto).
+- Fixed Youtube extractor.
+- Timers are no longer marked as "Unfinished" after the download has
+ been completed.
diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c
index 554ef28..e2b65c3 100644
--- a/src/vdr-plugin/webvideo.c
+++ b/src/vdr-plugin/webvideo.c
@@ -24,7 +24,7 @@
#include "common.h"
#include "timer.h"
-const char *VERSION = "0.3.0";
+const char *VERSION = "0.3.1";
static const char *DESCRIPTION = trNOOP("Download video files from the web");
static const char *MAINMENUENTRY = "Webvideo";
cMimeTypes *MimeTypes = NULL;
diff --git a/src/version b/src/version
index 9325c3c..a2268e2 100644
--- a/src/version
+++ b/src/version
@@ -1 +1 @@
-0.3.0 \ No newline at end of file
+0.3.1 \ No newline at end of file
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py
index 782c47c..be96614 100644
--- a/src/webvicli/webvicli/client.py
+++ b/src/webvicli/webvicli/client.py
@@ -34,7 +34,7 @@ from ConfigParser import RawConfigParser
from webvi.constants import WebviRequestType, WebviErr, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig
from . import menu
-VERSION = '0.3.0'
+VERSION = '0.3.1'
# Default options
DEFAULT_PLAYERS = ['vlc --play-and-exit "%s"',