aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-08-05 09:55:50 +0100
committerLouise Crow <louise.crow@gmail.com>2014-08-05 09:55:50 +0100
commitf5689d400edab7d3a48b47f4aebce7c62a040b09 (patch)
tree03ea936bbde53a3bde3ab799b2c456d29e7cce88 /doc
parent6796692d4a37eb5b0339a42105e039803c672ef4 (diff)
parente3220dd3d1f720661fb2cdca875b9735906be9d6 (diff)
Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 0032706ef..61f55211c 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -4,6 +4,11 @@
## Upgrade Notes
+* The `SHARED_DIRECTORIES` setting now includes `tmp/pids`. The notes below for
+ updating the log directory should cover the update steps for `tmp/pids`.
+* Capistrano now creates `SHARED_PATH/tmp/pids` and links `APP_ROOT/tmp/pids`
+ here, as the alert tracks daemon writes its pids to the generally expected
+ location of `APP_ROOT/tmp/pids`.
* rails-post-deploy no longer handles linking `APP_ROOT/log` to a log directory
outside the app. Capistrano users will find that `:symlink_configuration` now
links `APP_ROOT/log` to `SHARED_PATH/log`. Users who aleady use the