diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-02-09 13:21:56 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-02-09 13:21:56 +0000 |
commit | 308707f1512fc43c570023ee786463d37e43f1fb (patch) | |
tree | ea7ebdaaf9988a8adfa91b8ff2b496a92a6624f9 /doc/CHANGES.md | |
parent | b1a683778e817005751ac08654d17366d4cda624 (diff) | |
parent | 46646f8e659dc3c567495424088eb66e6ef2feee (diff) |
Merge branch 'release/0.5.1'
Conflicts:
README.md
Diffstat (limited to 'doc/CHANGES.md')
-rw-r--r-- | doc/CHANGES.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index d80acec3c..025d72c8d 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,33 @@ +# Version 0.5.1 + +## Highlighted features + +This release was mainly to address issue #418, a regression introduced +in 0.5, which was causing deployment problems: + +* Setting `STAGING_SITE: 0` in `general.yml` and running + `script/rails-post-deploy` will ensure the correct behaviour in + production environments +* It should now be safe to run `rake spec` on a production server + +There is one minor new feature in this release: + +* Administrators can follow the auto-login URLs forwarded in emails + from users who want support, and they will remain logged in as + themselves. + +We now have a most of a Czech translation (thanks Josef Pospisil!) + +Finally, this release also addresses a number of small bugs, including +the (potentially) important issue #408. + +As usual, there is a [full list of changes on github](https://github.com/sebbacon/alaveteli/issues?milestone=9&state=closed) + +## Upgrade notes + +* On a production server, ensure that `STAGING_SITE` is set to `0`, + and then run `script/rails-post-deploy` as usual. + # Version 0.5 ## Highlighted features |