summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-11 16:10:06 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-11 16:10:06 +0200
commit2a7472b00a310c11a81a2a29794eba03cba1c1d1 (patch)
treece928126b2c8f5038bbacadb290948d8e09159d2 /HISTORY
parent7b9f3dc5689fa3e2b2f83ac01827442c39e29e61 (diff)
downloadvdr-2a7472b00a310c11a81a2a29794eba03cba1c1d1.tar.gz
vdr-2a7472b00a310c11a81a2a29794eba03cba1c1d1.tar.bz2
Removed a faulty parameter initialization in menu.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 098c10dc..550be80a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2116,7 +2116,7 @@ Video Disk Recorder Revision History
(suggested by Andreas Schultz). Plugin authors should please read the section
about "Getting started" in PLUGINS.html and adapt their code if applicable.
- Implemented the CableDeliverySystemDescriptor and TerrestrialDeliverySystemDescriptor
- in libdtv (thanks to Sven Grothklags and Andreas Schultz)
+ in libdtv (thanks to Sven Grothklags and Andreas Schultz).
- Fixed keeping live video active in case the primary device doesn't have an MPEG
decoder (thanks to Wolfgang Goeller for reporting this one).
- Implemented cDevice::ActualDevice(), which returns the actual receiving device in
@@ -2142,3 +2142,8 @@ Video Disk Recorder Revision History
created when pausing live video (suggested by Alfred Zastrow).
- Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.x
(thanks to Andreas Schultz).
+
+2003-05-11: Version 1.1.32
+
+- Removed a faulty parameter initialization in menu.c (thanks to Lauri Tischler for
+ reporting this one).