summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2016-06-02 21:17:59 -0400
committerChris McDonough <chrism@plope.com>2016-06-02 21:17:59 -0400
commit88d40ca6a84920d4c36b7a3be1cf3b46a6375f4e (patch)
tree187d1e54a5c0054b3670ab4b11dd09893cd5474f /CHANGES.txt
parent3e9a737500e79a6a919ce53db9557c75d874b84c (diff)
parent03301637f1069a084e539b04944eb45eec59628e (diff)
downloadpyramid-88d40ca6a84920d4c36b7a3be1cf3b46a6375f4e.tar.gz
pyramid-88d40ca6a84920d4c36b7a3be1cf3b46a6375f4e.tar.bz2
pyramid-88d40ca6a84920d4c36b7a3be1cf3b46a6375f4e.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited 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
--------