diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-04 11:31:21 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-04 11:31:21 +0100 |
commit | 75648e80cfb13ee0589b246c4c0238b5e7c99abd (patch) | |
tree | 2e0019867d7bf6ef7052ec680a775af16f365dd5 /HISTORY | |
parent | 8a7540321d01a11f461b99fc313e463ba58a5f65 (diff) | |
download | vdr-75648e80cfb13ee0589b246c4c0238b5e7c99abd.tar.gz vdr-75648e80cfb13ee0589b246c4c0238b5e7c99abd.tar.bz2 |
Modified cStateLock's SetExplicitModify() and IncState()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9162,7 +9162,7 @@ Video Disk Recorder Revision History a subdirectory. - SVDRP peering can now be limited to the default SVDRP host (see MANUAL for details). -2018-03-03: Version 2.3.9 +2018-03-04: Version 2.3.9 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). @@ -9293,3 +9293,5 @@ Video Disk Recorder Revision History stuttering replay in fast forward and fast rewind mode in case the video directory is mounted via NFS. You can re-enable it by setting the macro USE_FADVISE_READ to 1 in tools.c. +- Modified cStateLock's SetExplicitModify() and IncState() (changed to SetModified()) to + allow for the introduction of syncing a separate cStateKey to a cStateLock. |