aboutsummaryrefslogtreecommitdiffstats
path: root/doc/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/CHANGES.md')
-rw-r--r--doc/CHANGES.md30
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