summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-05-10 14:55:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-05-10 14:55:53 +0200
commit37f89dca4967856b0b780fdfa68b30296968be61 (patch)
tree3040e1c023d83d1a5da1991dd74baf3675af4802 /HISTORY
parentb527b2770868bccde05ad47393951fde5d51f79a (diff)
downloadvdr-37f89dca4967856b0b780fdfa68b30296968be61.tar.gz
vdr-37f89dca4967856b0b780fdfa68b30296968be61.tar.bz2
Separated the actual DVB hardware OSD implementation from the abstract OSD interface
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ff8e834f..361c0cec 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1254,3 +1254,10 @@ Video Disk Recorder Revision History
and '-P' used to load plugins. This first step implements the complete "outer"
shell for plugins. The "inner" access to VDR data structures will follow.
- The VDR version number is now displayed in the title line of the "Setup" menu.
+
+2002-05-10: Version 1.1.1
+
+- Separated the actual DVB hardware OSD implementation from the abstract OSD
+ interface. 'osdbase.c/.h' now implements the abstract OSD, while 'dvbosd.c/.h'
+ is the actual implementation for the DVB hardware. This is in preparation for
+ allowing additional kinds of OSD hardware implementations.