summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-08-10 14:58:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-08-10 14:58:25 +0200
commitfd1f60e0e0a346f5db69c03a68be6166a961e5b1 (patch)
tree4c0811c4624cb24f1cef57418066ecd5ad30b0ed /HISTORY
parent506c772bd726e9399389807184a210a399bfec4d (diff)
downloadvdr-fd1f60e0e0a346f5db69c03a68be6166a961e5b1.tar.gz
vdr-fd1f60e0e0a346f5db69c03a68be6166a961e5b1.tar.bz2
Adapted VDR to the NEWSTRUCT driver
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8ba62a5c..d7ef787b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1392,3 +1392,9 @@ Video Disk Recorder Revision History
- Now using CC, CFLAGS, CXX and CXXFLAGS in Makefile.
- Changed the cDevice class to allow plugins to implement their own devices (see
PLUGINS.html for details).
+
+2002-08-10: Version 1.1.7
+
+- Adapted VDR to the NEWSTRUCT driver. To use the new driver, compile VDR with
+ 'make NEWSTRUCT=1' (thanks to Holger Wächtler for some valuable advice).
+ By default it currently still uses the old driver.