aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/initializers/alaveteli.rb2
-rw-r--r--doc/CHANGES.md10
2 files changed, 8 insertions, 4 deletions
diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb
index 840639228..19e8df7d1 100644
--- a/config/initializers/alaveteli.rb
+++ b/config/initializers/alaveteli.rb
@@ -10,7 +10,7 @@ load "debug_helpers.rb"
load "util.rb"
# Application version
-ALAVETELI_VERSION = '0.20.0.14'
+ALAVETELI_VERSION = '0.21.0.0'
# Add new inflection rules using the following format
# (all these examples are active by default):
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 5ae96f293..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
@@ -55,10 +55,12 @@
- 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.
@@ -67,6 +69,8 @@
* `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