summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-12 14:20:52 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-12 14:20:52 +0200
commit1d829aaf6d263725379a5940adefbafa88af398d (patch)
treeb3ea90c0501c252ebe84afd584e9134f2f6b217f /HISTORY
parentffc0f49c12df27906e37b0cb1f62c56bb69da623 (diff)
downloadvdr-1d829aaf6d263725379a5940adefbafa88af398d.tar.gz
vdr-1d829aaf6d263725379a5940adefbafa88af398d.tar.bz2
No longer checking for deleted recordings to be removed from the foreground thread
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 086c92af..d5712866 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6030,3 +6030,8 @@ Video Disk Recorder Revision History
- No longer writing the video type into channels.conf if VPID is 0 (thanks to
Oliver Endriss for reporting this).
- Improved efficiency of cEIT::cEIT() (thanks to Tobias Bratfisch).
+
+2009-04-12: Version 1.7.6
+
+- No longer checking for deleted recordings to be removed from the foreground
+ thread, to avoid blocking the main loop for too long (thanks to Rolf Ahrenberg).