diff options
Diffstat (limited to 'doc/CHANGES.md')
-rw-r--r-- | doc/CHANGES.md | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 40bab6ecf..961a851a3 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,4 +1,4 @@ -# rails-3-develop +# Version 0.21 ## Highlighted Features * Lots of improvements in the process of making a new @@ -39,6 +39,10 @@ now be translated (Louise Crow). * Fixed a bug with the CSV import of authorities which have the same name in multiple locales (Louise Crow). +* No longer need to restart webserver when compacting Xapian database (Gareth + Rees). +* `config/deploy.yml` now accepts a `daemon_name` parameter so that Capistrano + can deploy multiple Alaveteli instances on the same host (Gareth Rees). ## Upgrade notes @@ -51,10 +55,22 @@ - signup now appears on the left. * If you override the application stylesheets rather than adding to them using a `custom.css` or `custom.scss` file, check that your - stylesheets still order elements correctly in the + stylesheets still order elements correctly in the templates `app/views/request/select_authority.html.erb`, `app/views/public_body/show.html.erb` and - `app/views/request/new.html.erb`. + `app/views/request/new.html.erb`. Also, if you use the application + stylesheets, but have overridden any of these templates or their partials, check to see + if you need to update the order of elements in the templates. +* [Regenerate your crontab](http://alaveteli.org/docs/installing/manual_install/#generate-crontab) + so that compacting the Xapian database only restarts the application, rather + than the webserver. This requires the [appropriate SysVinit script](http://alaveteli.org/docs/installing/manual_install/#generate-application-daemon) to be installed. +* Alaveteli daemons must be executable by the app owner in a Capistrano setup. + In a regular setup, the permissions should be `rwxr-xr-- root:alaveteli`. +* `config/sysvinit-thin.ugly` has been improved. Regenerate it with + `rake config_files:convert_init_script`. See [the documentation](http://alaveteli.org/docs/installing/manual_install/#generate-application-daemon) + for more information. +* This release includes an update to the commonlib submodule - you + should be warned about this when running rails-post-deploy. # Version 0.20 |