summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-15 12:22:21 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-15 12:22:21 +0100
commit825dd70bc4d3a247207fa6f490aa3f86376d9270 (patch)
tree6ee0aa37c8f99492f104232c049100e2d111ddeb /HISTORY
parent8dc6eb0cda751e7d052dc4f7efade809cb42b98e (diff)
downloadvdr-825dd70bc4d3a247207fa6f490aa3f86376d9270.tar.gz
vdr-825dd70bc4d3a247207fa6f490aa3f86376d9270.tar.bz2
Fixed handling the PrimaryLimit when requesting a device for live viewing
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b1d897a1..ea1ec5f1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6847,7 +6847,7 @@ Video Disk Recorder Revision History
- Fixed cRecordings::DelByName() to avoid compilation errors with gcc 4.4
(backport from version 1.7.9, thanks to Ralf Schueler).
-2012-02-14: Version 1.7.24
+2012-02-15: Version 1.7.24
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed a high load in case a transponder can't be received.
@@ -6873,3 +6873,5 @@ Video Disk Recorder Revision History
log file).
- Added a missing '.' after the month in VPS strings.
- Added some missing 'const' to cDevice (thanks to Joachim Wilke).
+- Fixed handling the PrimaryLimit when requesting a device for live viewing
+ (reported by Uwe Scheffler).