aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-04-25 12:08:54 +0000
committerJanne Grunau <janne-libav@jannau.net>2012-11-15 17:36:14 +0100
commitada51a334aeb1e378fe852c8b5eede9cbbd05f69 (patch)
treed541ae47107863e9987bb52507dc8ed6381d6db0 /Changelog
parent9eded0fe412e610ee8944681d5c554b723463e96 (diff)
downloadffmpeg-ada51a334aeb1e378fe852c8b5eede9cbbd05f69.tar.gz
avserver: remove daemon mode
This code spews a multitude of warnings with glibc (unchecked return values), some of them possibly warranted. Furthermore, the deamonisation is not suitable for use with typical startup scripts as it does not provide the PID of the daemon in any way. Users wishing to run avserver as a daemon can still do so using start-stop-daemon or equivalent tools. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f8079d15fe..33e55a5f18 100644
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,7 @@ version <next>:
version 9_beta2:
- metadata (INFO tag) support in WAV muxer
- support for building DLLs using MSVC
+- remove avserver daemon mode
version 9_beta1: