Skip to content

Commit

Permalink
update changelog for #2120
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 13, 2015
1 parent 03465e7 commit 9c4bf12
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,16 +242,18 @@ 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-server``, ``--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
System's services such as Systemd or Upstart, as well as Python-based
solutions like Circus and Supervisor.

See https://github.com/Pylons/pyramid/pull/1641
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.
Expand Down

0 comments on commit 9c4bf12

Please sign in to comment.