aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-12-18 13:50:24 +0000
committerLouise Crow <louise.crow@gmail.com>2012-12-18 13:50:24 +0000
commit90dcc6982c07ba34b684e58a8e72d283321a4674 (patch)
tree68136f20d5ce7b117f93c7adc323bdf316b8744f
parent122e37ca509671f3b8ed34fa4b235df0a868c84f (diff)
Add release notes for 0.6.9
-rw-r--r--doc/CHANGES.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index b74e46248..0c293db78 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -1,3 +1,21 @@
+# Version 0.6.9
+## Highlighted features
+* [Security] Fix for security issue where image files from HTML conversion on hidden/requester-only requests were accessible without authentication [issue #739](https://github.com/mysociety/alaveteli/issues/739).
+* [Security] Fix for issue where the zip file download function was available for logged-in users even on hidden/requester-only requests [issue #743](https://github.com/mysociety/alaveteli/issues/743)
+* Isolation of mail handling code in the MailHandler module in lib/mail_handler
+* Tests run under Ruby 1.9.3 - *running the app under 1.9 not yet advised*.
+* Routes without a locale part can be enabled for the default locale - see upgrade notes
+* Fixes to support themed error pages, and allow responsive themes (Matthew Landauer, Brendan Molloy)
+* Migrations run under sqlite (Stefan Langenmaier)
+* Time zone fixes (Henare Degan)
+* Faster tests (Henare Degan)
+
+* [List of issues on github](https://github.com/mysociety/alaveteli/issues?milestone=25&state=closed)
+
+## Upgrade notes
+* Note the new config variable INCLUDE_DEFAULT_LOCALE_IN_URLS (if not set defaults to true, which should replicate existing behaviour)
+* Check out this version and run `rails-post-deploy` as usual.
+
# Version 0.6.8
## Highlighted features