From a5cbfca0f0567db8c00fe401dcfb895ab9860710 Mon Sep 17 00:00:00 2001 From: zrayn Date: Thu, 2 Jun 2016 16:41:25 -0700 Subject: Adding daemon support remove to CHANGES.txt --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index c0681053d..4fdd7bf2f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,16 @@ unreleased Backward Incompatibilities -------------------------- + - Following the Pyramid deprecation period (1.6 -> 1.8), + daemon support for pserve has been removed. This includes removing the + daemon commands (start, stop, restart, status) as well as the following + arguments: + --daemon --pid-file --log-file --monitor-restart --status --user --group + --stop-daemon + + To run your server as a daemon you should use a process manager instead of + pserve. + Features -------- -- cgit v1.2.3