diff options
author | Azul <azul@riseup.net> | 2017-03-22 10:34:12 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-03-23 08:47:25 +0100 |
commit | d03082680007d30b8883495c2ae5110daec14f71 (patch) | |
tree | 96ebbcb9f18dacadd0886efe029e1e91531f938b /CHANGES.md | |
parent | 84be2700a09808ccae4a3f68a8586ce9aa74066c (diff) |
upgrade: use rails4s 'secret_key_base'
This will get us encrypted cookies but also requires changes to the platform.
fixes #23
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,8 +1,26 @@ +version 0.9 (unreleased) - rails 4, twitter feed and deprecations +---------------------------------------------------- + +We have a great contribution from the Rails Girls Summer of Code again! +The landing page of the webapp can now include a twitter feed to display +news from the provider. +Other than that this is a maintainance and transition release. + +* Twitter feed on main page (thanks theaamanda and lilaluca). +* upgrade to rails 4.2 + +Upgrading: + +* We now use rails 4's `secret_key_base`. Please make sure to supply it + in config/config.yml for production environments. If you are using the + leap platform that will already take care of it. + + version 0.8 - email and RGSoC ------------------------------------------ -This release focused on getting all the features needed for a complete -email provider and merging in the work done by Rails Girls Summer of +This release focused on getting all the features needed for a complete +email provider and merging in the work done by Rails Girls Summer of Code. * Support for invite codes: admins can require that new |