diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | targavfd.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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) { |