From 7bb55790dd74c4790b16b7aa01478c7753e8f40b Mon Sep 17 00:00:00 2001 From: anbr Date: Sat, 23 Mar 2013 11:22:48 +0100 Subject: Update History --- HISTORY | 6 ++++++ targavfd.c | 4 ++-- 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 + * (C) 2010-2013 Andreas Brachold * * 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) { -- cgit v1.2.3