blob: 36a8d17ac2655801788ecce6e6162ccfff19ad57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
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
--------
Bug Fixes
---------
Deprecations
------------
Documentation Changes
---------------------
- Updated Windows installation instructions and related bits.
See: https://github.com/Pylons/pyramid/issues/2661
|