diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-10 13:51:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-10 13:51:49 +0200 |
commit | a384d14f925877d240bbbe7705ba0bc678411b86 (patch) | |
tree | a0aec18486657c974ffdfaa0e33e0deadaaf15c6 /PLUGINS/src/dvbsddevice/HISTORY | |
parent | 471c1cc044c4969c700be040b5092d570984af55 (diff) | |
download | vdr-a384d14f925877d240bbbe7705ba0bc678411b86.tar.gz vdr-a384d14f925877d240bbbe7705ba0bc678411b86.tar.bz2 |
No longer delivering the dvbsddevice and rcu plugins with the source archive
Diffstat (limited to 'PLUGINS/src/dvbsddevice/HISTORY')
-rw-r--r-- | PLUGINS/src/dvbsddevice/HISTORY | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/PLUGINS/src/dvbsddevice/HISTORY b/PLUGINS/src/dvbsddevice/HISTORY deleted file mode 100644 index 68e3e6dd..00000000 --- a/PLUGINS/src/dvbsddevice/HISTORY +++ /dev/null @@ -1,65 +0,0 @@ -VDR Plugin 'dvbsddevice' Revision History ------------------------------------------ - -2009-12-28: Version 0.0.1 - -- Initial revision. - -2010-01-04: Version 0.0.2 - -- Calling the MakePrimaryDevice() function of the base class to allow - the cDevice to stop displaying subtitles. -- Added support for DVB cards with multiple fontends. - -2010-01-30: Version 0.0.3 - -- The PCR pid is now recorded for channels where this is different from the - video PID. - -2011-04-17: Version 0.0.4 - -- Removed an obsolete local variable in dvbsdffosd.c (thanks to Paul Menzel). - -2011-08-27: Version 0.0.5 - -- Added option --outputonly to use the device only for output (thanks to Udo Richter). - -2012-03-07: Version 0.0.6 - -- Removed the call to EITScanner.UsesDevice(this) from dvbsddevice.c, because - the code following these calls is only executed if LiveView is true, which is - never the case when the EITScanner switches to a channel. - -2012-12-27: Version 0.0.7 - -- Adapted Makefile to changes introduced in recent VDR versions. - -2013-01-12: Version 0.0.8 - -- Adapted Makefile to changes introduced in recent VDR versions. - -2013-01-25: Version 0.0.9 - -- Returning 0 from cDvbSdFfDevice::NumProvidedSystems() if option --outputonly is given. - -2013-03-31: Version 2.0.0 - -- Official release. - -2013-08-22: Version 2.0.1 - -- Fixed handling the -o option (short form of --outputonly; problem reported by - Mario Edelmann). - -2014-01-01: Version 2.1.1 - -- Avoiding unnecessary pkg-config warnings in plugin Makefiles. -- cDevice::TrickSpeed() now has an additional parameter named Forward. - -2014-03-15: Version 2.1.2 - -- The function cDevice::GetVideoSystem() has been deprecated. - -2015-02-19: Version 2.2.0 - -- Official release. |