summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-31 09:37:56 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-31 09:37:56 +0100
commit3e3f30d88dd33fc1a9859fa59912cd66dd66437d (patch)
tree8789a2f69d4b055207da399fd87b1662f03584ee /HISTORY
parentfc0596d8598a235a1bf9fd3e107213dc1ccc4647 (diff)
downloadvdr-3e3f30d88dd33fc1a9859fa59912cd66dd66437d.tar.gz
vdr-3e3f30d88dd33fc1a9859fa59912cd66dd66437d.tar.bz2
Moved the main program loop variables further up to allow compilation with older compiler versions
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 53e65662..dbe592ee 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3078,7 +3078,7 @@ Video Disk Recorder Revision History
This avoids shortly seeing the wrong events in the channel display when
switching to a channel that hasn't been tuned to in a while.
-2004-10-30: Version 1.3.15
+2004-10-31: Version 1.3.15
- Fixed some typos in the Makefile's 'font' target (thanks to Uwe Hanke).
- Added more checks and polling when getting frontend events (based on a patch
@@ -3087,3 +3087,5 @@ Video Disk Recorder Revision History
(apparently setting "live" PIDs before the tuner is locked doesn't hurt).
Moved the wait into cDevice::AttachReceiver() instead.
- Immediately displaying the new channel info when switching channel groups.
+- Moved the main program loop variables further up to allow compilation with
+ older compiler versions (thanks to Marco Schlüßler for reporting this one).