summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2015-11-12 22:32:08 -0700
committerBert JW Regeer <xistence@0x58.com>2015-11-12 22:32:08 -0700
commit2cb0419e3ebcfc4c6671d0325b7fb280bc986001 (patch)
treea5af7638c651a894ae87693e29b4b36319a248af /CHANGES.txt
parentbd52b68df1c4a754a6cf3891c53c7b34812cc3be (diff)
parentbaff99d69e80c58a76e0b0e8cf444ee5e573208b (diff)
downloadpyramid-2cb0419e3ebcfc4c6671d0325b7fb280bc986001.tar.gz
pyramid-2cb0419e3ebcfc4c6671d0325b7fb280bc986001.tar.bz2
pyramid-2cb0419e3ebcfc4c6671d0325b7fb280bc986001.zip
Merge pull request #2120 from mmerickel/fix/pserve-deprecation-messages
improve pserve deprecation messages
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a17c7e1e6..114bdc3a0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -242,9 +242,10 @@ Bug Fixes
Deprecations
------------
-- The ``pserve`` command's daemonization features have been deprecated. This
- includes the ``[start,stop,restart,status]`` subcommands as well as the
- ``--daemon``, ``--stop-server``, ``--pid-file``, and ``--status`` flags.
+- The ``pserve`` command's daemonization features have been deprecated as well
+ as ``--monitor-restart``. This includes the ``[start,stop,restart,status]``
+ subcommands as well as the ``--daemon``, ``--stop-daemon``, ``--pid-file``,
+ and ``--status`` flags.
Please use a real process manager in the future instead of relying on the
``pserve`` to daemonize itself. Many options exist including your Operating
@@ -252,6 +253,7 @@ Deprecations
solutions like Circus and Supervisor.
See https://github.com/Pylons/pyramid/pull/1641
+ and https://github.com/Pylons/pyramid/pull/2120
- Renamed the ``principal`` argument to ``pyramid.security.remember()`` to
``userid`` in order to clarify its intended purpose.