summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorschmirl <schmirl>2009-04-06 06:48:59 +0000
committerschmirl <schmirl>2009-04-06 06:48:59 +0000
commit64ff2c08be769cf227ac6cf2e318fcb6b80c9689 (patch)
treecd0e1d51b1f1a145a232cacdbd982c5b754b62c6 /HISTORY
parent3d16ba08409e5ca42eec427ef742809cc875f0b0 (diff)
downloadvdr-plugin-streamdev-64ff2c08be769cf227ac6cf2e318fcb6b80c9689.tar.gz
vdr-plugin-streamdev-64ff2c08be769cf227ac6cf2e318fcb6b80c9689.tar.bz2
Added missing call to StopSectionHandler().
This method was introduced in VDR 1.5.15. Its absence could cause crashes when shutting down VDR
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7b4c707..4f8aef1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,8 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
+- added missing call to StopSectionHandler which could cause crashes when
+ shutting down VDR
- added IGMP based multicast streaming
- ignore trailing blank lines in HTTP requests
- fixed parsing Min/MaxPriority from config (thanks to Joachim König-Baltes)