summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-06-16 09:22:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-06-16 09:22:20 +0200
commit1d4512cbea1cf983890205d4e2af32f0e96350ee (patch)
tree9cd696f2c50daa143ca8982d0aaf1bb2b1b9288a /HISTORY
parent3ed538f4966d5f3807c04b7c9def02ec83034f9e (diff)
downloadvdr-1d4512cbea1cf983890205d4e2af32f0e96350ee.tar.gz
vdr-1d4512cbea1cf983890205d4e2af32f0e96350ee.tar.bz2
Now making sure VPS timers don't get stuck with outdated events, and that the actual device isn't used for updating a VPS timer's event as long as other free devices are available
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 45a7ce0d..550d9f7d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4783,7 +4783,7 @@ Video Disk Recorder Revision History
so that they can be suppressed in normal operation mode to avoid clogging the
log file in case this function is used frequently (suggested by Helmut Auer).
-2006-06-15: Version 1.4.1-1
+2006-06-16: Version 1.4.1-1
- Added "-fPIC" to the compiler options in Make.config.template when compiling
plugins (thanks to Udo Richter). If you use your own Make.config file, you may
@@ -4791,3 +4791,6 @@ Video Disk Recorder Revision History
- Added some comment to cDevice::GetDevice() to explain how the individual
conditions are put together to make a decision on which device to use.
- Updated 'S13E' in 'sources.conf' (thanks to Antti Hartikainen).
+- Now making sure VPS timers don't get stuck with outdated events, and that the
+ actual device isn't used for updating a VPS timer's event as long as other
+ free devices are available.