summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2011-07-12 10:33:39 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2011-07-12 10:33:39 +0300
commitf5c9fd8b9bcb0b3077ef0fbaed5f78336acf1204 (patch)
tree6bb71543f0c5904abcec0755a32d9a955cbd4a84
parent98bbd2bf7f7a33c9480a982bfe8bb8ab81a110f0 (diff)
downloadvdr-plugin-webvideo-f5c9fd8b9bcb0b3077ef0fbaed5f78336acf1204.tar.gz
vdr-plugin-webvideo-f5c9fd8b9bcb0b3077ef0fbaed5f78336acf1204.tar.bz2
Bump version
-rw-r--r--HISTORY2
-rw-r--r--debian/changelog11
-rw-r--r--src/libwebvi/webvi/version.py2
-rw-r--r--src/vdr-plugin/webvideo.c2
-rw-r--r--src/webvicli/webvicli/client.py2
5 files changed, 15 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index 73f86f2..a3f58a0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -237,7 +237,7 @@ Video site modules:
- Watch on vdr bookmarklet now works also on katsomo.fi.
- webvi: Space in search terms was errornously replaced by plus.
-2011-xx-xx: Version 0.4.3
+2011-07-12: Version 0.4.3
- Streaming works on YLE Areena and on other sources which use
external downloaders (playback in VLC does not work very well)
diff --git a/debian/changelog b/debian/changelog
index b880ceb..f36660e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+vdr-plugin-webvideo (0.4.3-1) unstable; urgency=low
+
+ * Streaming works on YLE Areena and on other sources which use
+ external downloaders (playback in VLC does not work very well)
+ * Prefer mplayer over VLC when playing streams
+ * Fixed "Error 501: No active sockets" by properly implementing
+ timeouts
+ * Improved ruutu.fi support
+
+ -- Antti Ajanki <antti.ajanki@iki.fi> Tue, 12 Jul 2011 10:31:50 +0300
+
vdr-plugin-webvideo (0.4.2-1) unstable; urgency=low
* Fixed katsomo.fi module.
diff --git a/src/libwebvi/webvi/version.py b/src/libwebvi/webvi/version.py
index a4fba61..ffeb5c1 100644
--- a/src/libwebvi/webvi/version.py
+++ b/src/libwebvi/webvi/version.py
@@ -15,4 +15,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-VERSION = '0.4.2'
+VERSION = '0.4.3'
diff --git a/src/vdr-plugin/webvideo.c b/src/vdr-plugin/webvideo.c
index 2daf642..0a8e5b5 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.4.2";
+const char *VERSION = "0.4.3";
static const char *DESCRIPTION = trNOOP("Download video files from the web");
static const char *MAINMENUENTRY = "Webvideo";
cMimeTypes *MimeTypes = NULL;
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py
index 9ce8379..ba263b7 100644
--- a/src/webvicli/webvicli/client.py
+++ b/src/webvicli/webvicli/client.py
@@ -38,7 +38,7 @@ from urlparse import urlparse
from webvi.constants import WebviRequestType, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig, WebviSelect
from . import menu
-VERSION = '0.4.2'
+VERSION = '0.4.3'
# Default options
DEFAULT_PLAYERS = ['mplayer -cache-min 10 "%s"',