summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-25 11:54:32 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-25 11:54:32 +0200
commit027ae738a87db113984d7c079db16b855e0cee3d (patch)
tree9ace36614729ac6bcb1c99fe04c3bffee9fb6673 /HISTORY
parentce5e23f2097f6491f87e0fb5e72c0781975667c9 (diff)
downloadvdr-027ae738a87db113984d7c079db16b855e0cee3d.tar.gz
vdr-027ae738a87db113984d7c079db16b855e0cee3d.tar.bz2
Now using readdir() instead of readdir_r(), if GLIBC version 2.24 or newer is used
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1ffaa77b..06139383 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9152,3 +9152,5 @@ Video Disk Recorder Revision History
The old version of cSkinDisplayMenu::SetItemEvent() (without the TimerActive parameter)
is still there for backwards compatibility. It may be removed in a future version,
so plugin authors should switch to the new one.
+- Now using readdir() instead of readdir_r(), if GLIBC version 2.24 or newer is used
+ (suggested by Frank Neumann).