summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-11 13:41:29 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-11 13:41:29 +0100
commit2772964f99e7b14888d1faf4a2d3915e54f3e924 (patch)
tree07e36d6e8290ac3f2099a7ac31cf020c454b1670 /HISTORY
parentb3891d831901da5e6ced3c022a3245a8f9f0bed7 (diff)
downloadvdr-2772964f99e7b14888d1faf4a2d3915e54f3e924.tar.gz
vdr-2772964f99e7b14888d1faf4a2d3915e54f3e924.tar.bz2
The epg.data file is now read in a separate thread
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 81117f0a..749b0eb6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6836,7 +6836,7 @@ Video Disk Recorder Revision History
- Fixed frozen live view with device bonding in case the bonded master is used for
live viewing (reported by Uwe Scheffler).
-2012-01-26: Version 1.7.24
+2012-02-11: 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.
@@ -6851,3 +6851,5 @@ Video Disk Recorder Revision History
minutes (thanks to Christoph Haubrich).
- Symbolic links are no longer resolved in cRecordings::ScanVideoDir() (thanks to
Sundararaj Reel).
+- The epg.data file is now read in a separate thread to make the startup process
+ faster in case the file is very large (suggested by Helmut Auer).