summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-22 15:18:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-22 15:18:58 +0100
commit0be1a13c60b6e43d1ef6357444111c35b4c0a942 (patch)
treecc84ed67edf983c0c640b7f798385f59f9ac57b8 /HISTORY
parent70db7f17bcc8142fbb80a6811fe8a5fa090cee65 (diff)
downloadvdr-0be1a13c60b6e43d1ef6357444111c35b4c0a942.tar.gz
vdr-0be1a13c60b6e43d1ef6357444111c35b4c0a942.tar.bz2
Improved file I/O in case of EINTR
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 0aa75d4b..1d60f8c4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1125,3 +1125,5 @@ Video Disk Recorder Revision History
- Fixed restoring CICAM setup values for a fourth DVB card.
- Completed internationalization of OSD texts (thanks to Hannu Savolainen,
Arnold Niessen, Paulo Lopes).
+- Improved file I/O in case of EINTR, which may occur e.g. with heavy system
+ load (thanks to Werner Fink).