summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-05-20 11:18:09 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-05-20 11:18:09 +0200
commit0161197360fb2090dd189daa672871695bc2fef2 (patch)
treeef4c8d1da99e0a896886f28c93e70d0756f53a95 /HISTORY
parent9f9d6a8a9354960eb9c42f9c45ed507f05804ff4 (diff)
downloadvdr-0161197360fb2090dd189daa672871695bc2fef2.tar.gz
vdr-0161197360fb2090dd189daa672871695bc2fef2.tar.bz2
Moved the cEITScanner out of dvbapi.h/.c, into the new eitscan.h/.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 35377201..5b5afdb8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1294,7 +1294,7 @@ Video Disk Recorder Revision History
- Fixed the cutting mechanism to make it re-sync in case a frame is larger than the
buffer (thanks to Sven Grothklags).
-2002-05-19: Version 1.1.3
+2002-05-20: Version 1.1.3
- Improved the VDR Makefile to avoid a warning if the '.dependencies' file does
not exist, and also using $(MAKE) to call recursive makes.
@@ -1314,3 +1314,4 @@ Video Disk Recorder Revision History
- Completely moved OSD handling out of the cDvbApi class, into the new cOsd.
- Implemented cStatusMonitor to allow plugins to set up a status monitor.
See PLUGINS.html for details.
+- Moved the cEITScanner out of dvbapi.h/.c, into the new eitscan.h/.c.