summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-05-05 13:35:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2019-05-05 13:35:56 +0200
commitc5277df361f49093bbf9874e2d2abdcdeee3e630 (patch)
tree6cab5191b6938b04e405135c0d46b1574a7fdf63 /HISTORY
parentb83d29764e1832d1a81a03903afba5dc437445f7 (diff)
downloadvdr-c5277df361f49093bbf9874e2d2abdcdeee3e630.tar.gz
vdr-c5277df361f49093bbf9874e2d2abdcdeee3e630.tar.bz2
Fixed the install target in case of multiple jobs
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b862a0d9..847d09e5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9348,7 +9348,7 @@ Video Disk Recorder Revision History
Senzel).
- Official release.
-2019-03-19: Version 2.4.1
+2019-05-05: Version 2.4.1
- Fixed handling the tfRecording flag in the SVDRP commands MODT and UPDT (reported
by Johann Friedrichs).
@@ -9393,3 +9393,4 @@ Video Disk Recorder Revision History
- Now touching the .update file in the video directory after removing deleted
recordings, so that other VDRs that use the same video directory will update their
list of (deleted) recordings and thus won't display too much empty disk space.
+- Fixed the install target in case of multiple jobs (thanks to Chris Mayo).