diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-06 09:56:08 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-06 09:56:08 +0200 |
commit | bc22ed879c05836e0f1d5e40f0f4a052d1f9d511 (patch) | |
tree | 43cc2c754bc9a18913b4bbb37a440446762cfa3b /HISTORY | |
parent | 068e17303c93dcca4521a8f9c09eb7b8a4dc5104 (diff) | |
download | vdr-bc22ed879c05836e0f1d5e40f0f4a052d1f9d511.tar.gz vdr-bc22ed879c05836e0f1d5e40f0f4a052d1f9d511.tar.bz2 |
Files and directories are now created with rights according to the shell's umask settings
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3634,7 +3634,7 @@ Video Disk Recorder Revision History replaced with the new one instead of adding the new entries (thanks to Andreas Regel). -2005-07-31: Version 1.3.28 +2005-08-06: Version 1.3.28 - Added a sleep in cDvbPlayer::Action() in case there is no data to send to the device, which avoids a busy loop on very fast machines (thanks to Martin Wache). @@ -3653,3 +3653,5 @@ Video Disk Recorder Revision History - Now checking whether timers or channels are currently being edited via the menu before making changes through SVDRP (thanks to Andreas Brugger for reporting a problem with this). +- Files and directories are now created with rights according to the shell's + umask settings (thanks to Andreas Brachold). |