summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-17 12:38:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-17 12:38:57 +0100
commitf1eecdeb1c10e51a85a33ed41aacd34a9e2353f0 (patch)
treeaaca4e2d7347b4a1a80c651d9163f393f0670027 /HISTORY
parent6a93cfe0c9c71a8f12fa667fda063a74504ee0e3 (diff)
downloadvdr-f1eecdeb1c10e51a85a33ed41aacd34a9e2353f0.tar.gz
vdr-f1eecdeb1c10e51a85a33ed41aacd34a9e2353f0.tar.bz2
The DVB device adapters/frontends are now probed by scanning the /dev/dvb directory instead of looping through adapter/frontend numbers
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index d5afee7a..6f818079 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-16: Version 1.7.24
+2012-02-17: 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.
@@ -6881,3 +6881,6 @@ Video Disk Recorder Revision History
version of the recording is deleted from the Recordings menu.
- The SVDRP command DELR now won't delete a recording that is currently being edited.
- Removed code stub for obsolete SVDRP command MOVT.
+- The DVB device adapters/frontends are now probed by scanning the /dev/dvb directory
+ instead of looping through adapter/frontend numbers. This allows for "holes" in the
+ device numbering.