summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2013-03-23 11:22:48 +0100
committeranbr <vdr07@deltab.de>2013-03-23 11:22:48 +0100
commit7bb55790dd74c4790b16b7aa01478c7753e8f40b (patch)
tree9732135d3e172ad37d5a0c4d3d0bb74028f00e7c
parent34e76bbdd718a4b9c51bc9e95b67749b7b5cc537 (diff)
downloadvdr-plugin-targavfd-7bb55790dd74c4790b16b7aa01478c7753e8f40b.tar.gz
vdr-plugin-targavfd-7bb55790dd74c4790b16b7aa01478c7753e8f40b.tar.bz2
Update History0.2.0
-rw-r--r--HISTORY6
-rw-r--r--targavfd.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 575d270..07176b1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,12 @@
VDR Plugin 'targavfd' Revision History
-------------------------------------
+2013-03-23: Version 0.2.0
+- Adapt Makefile for new VDR >=1.7.36
+- Fix bug: close crash without open device.
+- Update plugin interface for vdr 1.7.26
+- Closing of libusb corrected
+
2011-05-22: Version 0.1.0
- Drop dependency to libhid, now is libusb-1.0 used
- Wrong time on playback of HD recordings (Bug #517)
diff --git a/targavfd.c b/targavfd.c
index db9f8a0..afa26e0 100644
--- a/targavfd.c
+++ b/targavfd.c
@@ -1,7 +1,7 @@
/*
* targavfd plugin for VDR (C++)
*
- * (C) 2010-2011 Andreas Brachold <vdr07 AT deltab de>
+ * (C) 2010-2013 Andreas Brachold <vdr07 AT deltab de>
*
* This targavfd plugin is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
@@ -21,7 +21,7 @@
#include "status.h"
#include "setup.h"
-static const char *VERSION = "0.1.1";
+static const char *VERSION = "0.2.0";
cPluginTargaVFD::cPluginTargaVFD(void)
{