summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-08-11 10:47:11 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-08-11 10:47:11 +0200
commit4d784a198dbdbd8ac1c1056308c3663c0e90d098 (patch)
treeb00e84446fab93cd2eb44e79f52261841b4914f0 /HISTORY
parentfd1f60e0e0a346f5db69c03a68be6166a961e5b1 (diff)
downloadvdr-4d784a198dbdbd8ac1c1056308c3663c0e90d098.tar.gz
vdr-4d784a198dbdbd8ac1c1056308c3663c0e90d098.tar.bz2
Added some missing #includes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index d7ef787b..d8d66be4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1393,8 +1393,9 @@ Video Disk Recorder Revision History
- Changed the cDevice class to allow plugins to implement their own devices (see
PLUGINS.html for details).
-2002-08-10: Version 1.1.7
+2002-08-11: 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.
+- Added some missing #includes (thanks to Martin Hammerschmid).