diff options
author | anbr <vdr07@deltab.de> | 2013-03-23 11:22:48 +0100 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2013-03-23 11:22:48 +0100 |
commit | 7bb55790dd74c4790b16b7aa01478c7753e8f40b (patch) | |
tree | 9732135d3e172ad37d5a0c4d3d0bb74028f00e7c | |
parent | 34e76bbdd718a4b9c51bc9e95b67749b7b5cc537 (diff) | |
download | vdr-plugin-targavfd-7bb55790dd74c4790b16b7aa01478c7753e8f40b.tar.gz vdr-plugin-targavfd-7bb55790dd74c4790b16b7aa01478c7753e8f40b.tar.bz2 |
Update History0.2.0
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | targavfd.c | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -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) @@ -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) { |