diff options
author | Udo Richter <udo_richter@gmx.de> | 2008-03-02 00:00:00 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-01 17:18:45 +0200 |
commit | 207697bc97e1ac8905c14baac311769e02834330 (patch) | |
tree | 458ffeb0ecb1da1ff2a9afd446ca200449498453 /HISTORY | |
parent | 6d08550184e9d6d801d67882a827da46fadcdb66 (diff) | |
download | runvdr-extreme-207697bc97e1ac8905c14baac311769e02834330.tar.gz runvdr-extreme-207697bc97e1ac8905c14baac311769e02834330.tar.bz2 |
Version 0.3.0v0.3.0
* New: Support for the new VDR parameters --localedir and --userdump (LOCALEDIR="..." and USERDUMP="1")
* New: Wildcard loading with INCLUDE, allows for example to INCLUDE /etc/runvdr/conf.d/* to load several one-file-per-plugin config files.
* New: runvdr-conf.d, a plugin enable/disable service
* New: osdserver frontend for runvdr-conf.d
* New: Sample init.d script, Debian style
* Fix: Clean up mess with USER= and VDRUSER=. VDRUSER still works, but is deprecated.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,18 @@ runvdr extreme Revision History ------------------------------- + +2008-03-02: Version 0.3.0 +- New: Support for the new VDR parameters --localedir and --userdump + (LOCALEDIR="..." and USERDUMP="1") +- New: Wildcard loading with INCLUDE, allows for example to INCLUDE + /etc/runvdr/conf.d/* to load several one-file-per-plugin config files. +- New: runvdr-conf.d, a plugin enable/disable service +- New: osdserver frontend for runvdr-conf.d +- New: Sample init.d script, Debian style +- Fix: Clean up mess with USER= and VDRUSER=. VDRUSER still works, + but is deprecated. + 2007-02-18: Version 0.2.0 - New: Pass DVBLOAD and DVBUNLOAD to eval, allows to execute more than one |