diff options
-rw-r--r-- | CONTRIBUTORS | 3 | ||||
-rw-r--r-- | HISTORY | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 22e72a79..b60404df 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -338,3 +338,6 @@ Oliver Lorei <oliverlorei@cityweb.de> Andreas Böttger <fboettger@t-online.de> for reporting a bug in skipping forward in time shift mode near the end of the recording + +Onno Kreuzinger <ok@solutas.net> + for reporting leftover references to the file FORMATS in MANUAL and svdrp.c @@ -1261,7 +1261,8 @@ Video Disk Recorder Revision History 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. -- Fixed leftover references to the file FORMATS in MANUAL and svdrp.c. +- Fixed leftover references to the file FORMATS in MANUAL and svdrp.c (thanks to + Onno Kreuzinger for reporting this one). - Avoiding ambiguities in the cList template class in case one defines a "list of lists" (thanks to Stefan Huelswitt). - Simplified the basic cMenuSetupPage class for easier use in plugins. |