summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-12-23 02:26:21 -0800
committerSteve Piercy <web@stevepiercy.com>2015-12-23 02:26:21 -0800
commit0e79f827cb8eed8b836e51e72c747aa8b0824d2a (patch)
tree1596fbdaf7137182a754646203caa46922dfef71 /CHANGES.txt
parent35a479e008e4b09a61864cb3936257975b412ec9 (diff)
parent7593b05e4b4bd0bc85c5f46964b4e4a55286ad49 (diff)
downloadpyramid-0e79f827cb8eed8b836e51e72c747aa8b0824d2a.tar.gz
pyramid-0e79f827cb8eed8b836e51e72c747aa8b0824d2a.tar.bz2
pyramid-0e79f827cb8eed8b836e51e72c747aa8b0824d2a.zip
Merge branch 'master' of https://github.com/Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3c3dd6e79..32c4995b8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -252,13 +252,21 @@ Bug Fixes
process failed to fork because it could not find the pserve script to
run. See https://github.com/Pylons/pyramid/pull/2137
+- Ensure that ``IAssetDescriptor.abspath`` always returns an absolute path.
+ There were cases depending on the process CWD that a relative path would
+ be returned. See https://github.com/Pylons/pyramid/issues/2187
+
+
Deprecations
------------
- 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.
+ ``--status``, ``--user`` and ``--group`` flags.
+ See https://github.com/Pylons/pyramid/pull/2120
+ and https://github.com/Pylons/pyramid/pull/2189
+ and https://github.com/Pylons/pyramid/pull/1641
Please use a real process manager in the future instead of relying on the
``pserve`` to daemonize itself. Many options exist including your Operating