summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzrayn <zshooter@gmail.com>2016-06-02 16:41:25 -0700
committerzrayn <zshooter@gmail.com>2016-06-02 16:41:25 -0700
commita5cbfca0f0567db8c00fe401dcfb895ab9860710 (patch)
tree32401b8541948e1ef6b9e1bbb70961f710d086e8
parentaddb956a07a15e008c0fc4febf890dc410111868 (diff)
downloadpyramid-a5cbfca0f0567db8c00fe401dcfb895ab9860710.tar.gz
pyramid-a5cbfca0f0567db8c00fe401dcfb895ab9860710.tar.bz2
pyramid-a5cbfca0f0567db8c00fe401dcfb895ab9860710.zip
Adding daemon support remove to CHANGES.txt
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
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
--------