summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2013-04-12 19:25:50 +0200
committeranbr <vdr07@deltab.de>2013-04-12 19:25:50 +0200
commitb6a04aa19dab95e55ba0d54b20e914f446050d43 (patch)
tree3b56d094b069035d6f625275f1d5ba3b0c9186f4
parentdd16536b40e10e52100cb8cf1965598cc3471ae6 (diff)
downloadvdr-plugin-targavfd-b6a04aa19dab95e55ba0d54b20e914f446050d43.tar.gz
vdr-plugin-targavfd-b6a04aa19dab95e55ba0d54b20e914f446050d43.tar.bz2
release 0.2.10.2.1
-rw-r--r--HISTORY4
-rw-r--r--targavfd.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 07176b1..de3fed4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,10 @@
VDR Plugin 'targavfd' Revision History
-------------------------------------
+2013-04-12: Version 0.2.1
+- On amd64 linker binds not libusb (Bug #1338)
+- Fix warning on amd64: format '%d' expects argument of type 'int'... [-Wformat]
+
2013-03-23: Version 0.2.0
- Adapt Makefile for new VDR >=1.7.36
- Fix bug: close crash without open device.
diff --git a/targavfd.c b/targavfd.c
index afa26e0..4766059 100644
--- a/targavfd.c
+++ b/targavfd.c
@@ -21,7 +21,7 @@
#include "status.h"
#include "setup.h"
-static const char *VERSION = "0.2.0";
+static const char *VERSION = "0.2.1";
cPluginTargaVFD::cPluginTargaVFD(void)
{