summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorschmirl <schmirl>2008-10-22 11:59:31 +0000
committerschmirl <schmirl>2008-10-22 11:59:31 +0000
commitc364a3396d155efa153cdc183591f7e5fff3d1b7 (patch)
treec476aa315cdeb4b70ca2d46b9e657bc653911792 /HISTORY
parent4a5af4f4897d6b34e232ed0e22d1fec9b57177b9 (diff)
downloadvdr-plugin-streamdev-c364a3396d155efa153cdc183591f7e5fff3d1b7.tar.gz
vdr-plugin-streamdev-c364a3396d155efa153cdc183591f7e5fff3d1b7.tar.bz2
- use cThread::Running()/Active() instead of private members
- replaced the last usleep by cCondWait thanks to Rolf Ahrenberg (#383) Modified Files: CONTRIBUTORS HISTORY server/server.c server/server.h server/streamer.c server/streamer.h server/suspend.c server/suspend.h
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 347c367..d953360 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,8 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
+- use cThread::Running()/Active() instead of private members (thanks to
+ Rolf Ahrenberg)
- fixed output format of some debug messages (thanks to Rolf Ahrenberg)
- added HTTP authentication
- compatibility for VDR 1.7.1 (thanks to Udo Richter)