aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-29 10:22:55 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-29 10:22:55 +0100
commit8e17a41c991e16080eb09bb964ecc95148323569 (patch)
tree8154b1746a0f8a5592c1e6160fef9abedef89769
parentb3f5b17b79f228c4206d808b81a8697175bc72fd (diff)
parente851c2bcb8b205776865151bff05ec65b403881d (diff)
Merge branch 'release-0-19-blog' into gh-pages
-rw-r--r--_posts/2014-08-29-release-0-19.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/_posts/2014-08-29-release-0-19.md b/_posts/2014-08-29-release-0-19.md
new file mode 100644
index 000000000..3c3b2915f
--- /dev/null
+++ b/_posts/2014-08-29-release-0-19.md
@@ -0,0 +1,32 @@
+---
+author: Gareth Rees
+comments: true
+date: 2014-08-29 09:30:00+01:00
+layout: post
+slug: release-0-19
+title: Release 0.19
+---
+
+We've just released [Alaveteli 0.19](https://github.com/mysociety/alaveteli/tree/0.19)!
+
+## The highlights
+
+This release we've been working on making Alaveteli easier to [install]({{ site.baseurl }}docs/installing/).
+
+* We've overhauled the [manual install guide]({{ site.baseurl }}docs/installing/manual_install/) to be much more comprehensive.
+* The [email setup guide]({{ site.baseurl }}docs/installing/email/) has updated instructions for Exim and Postfix, and adds some extra troubleshooting tips.
+* We've improved the [generators](https://github.com/mysociety/alaveteli/blob/0.19/lib/tasks/config_files.rake) for some of the config files and added [more](https://github.com/mysociety/alaveteli/blob/0.19/config/nginx.conf.example) – and [better](https://github.com/mysociety/alaveteli/blob/0.19/config/httpd.conf-example) – examples for ones we can't generate yet.
+* Developers can now pick one of the [supported operating systems](https://github.com/mysociety/alaveteli/blob/0.19/Vagrantfile#L63) to use for their Vagrant VM.
+
+We've also made some great improvements to the framework.
+
+* Added responsive stylesheets! We've made this the default, but you can configure whether they're used or not in `config/general.yml`.
+* Support for the Portuguese locale.
+* Improved search term highlighting.
+* The Public Body Stats page can now be made available to your users.
+* Added a Rake task for cleaning up holding pen events (`rake cleanup:holding_pen`).
+* Added searching of bodies by their short name.
+
+You can see the full list of highlights and upgrade notes in the [changelog](https://github.com/mysociety/alaveteli/blob/rails-3-develop/doc/CHANGES.md).
+
+Thanks to everyone who's [contributed](https://github.com/mysociety/alaveteli/graphs/contributors)!