summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-01 12:53:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-01 12:53:40 +0100
commit4da70bbab161dc545566f57d2cb611b10c8f4f8d (patch)
tree0fc84b176b9d11402ba3f9f957b7cf7c5513e752 /HISTORY
parent566c6fa4641ea116307cfb5e40d151a104ab1490 (diff)
downloadvdr-4da70bbab161dc545566f57d2cb611b10c8f4f8d.tar.gz
vdr-4da70bbab161dc545566f57d2cb611b10c8f4f8d.tar.bz2
The script given to VDR with the '-r' option is now also called after the recording process has actually started
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a5aa6526..668f686a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8103,3 +8103,5 @@ Video Disk Recorder Revision History
- Added a check to avoid a possible NULL pointer dereference in cCiSession::SendData()
(reported by Ville Skyttä).
- Deleted a superfluous assignment in cPipe::Open() (reported by Ville Skyttä).
+- The script given to VDR with the '-r' option is now also called after the recording
+ process has actually started (thanks to Christian Kaiser).