aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2014-12-12 16:22:35 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2014-12-12 16:22:35 +0000
commit6652663b5f5a2abee0f0493e211baede15f662ba (patch)
treebf0445a490aa08e53c9aec761a83f16a8a637ec5
parent6257b1c812159b75b72ed46e46d3accdc79fa9ff (diff)
Version 1.5.1.v1.5.1
-rw-r--r--README.md17
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 17 insertions, 2 deletions
diff --git a/README.md b/README.md
index 24eadd785..50e89584c 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ RSS alerts of problems in their area.
It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting
problems to UK councils and has been copied around the world. The FixMyStreet
-Platform is now at version 1.5.
+Platform is now at version 1.5.1.
## Installation
@@ -38,6 +38,21 @@ We've extracted all of the mobile apps from this repository into the
## Releases
+* v1.5.1 (12th December 2014)
+ - Bugfixes
+ - Use correct cobrand signature in SendReport emails. #960
+ - Fix double encoding of non-ASCII signature in emails. #961
+ - Use area-based alerts by default, as they function correctly. #959
+ - Set DefaultLocale appropriately when language set, for date display.
+ - Open311
+ - Better error if Open311 server returns a nil service list.
+ - Cope better with Open311 server not liking a blank jurisdiction_id.
+ - Installation/developer improvements:
+ - Add a script to use a test database for running tests. #786
+ - Make base FAQ more generic, move out UK-specific parts. #753 #935
+ - Provide guidance at top of example config file.
+ - Don't install open311-endpoint feature by default.
+
* v1.5 (19th November 2014)
- Installation/developer improvements:
- Support for Ubuntu Trusty Tahr 14.04 LTS. #921
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 2b1c496fe..774f90b15 100644
--- a/bin/site-specific-install.sh
+++ b/bin/site-specific-install.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Set this to the version we want to check out
-VERSION=${VERSION_OVERRIDE:-v1.5}
+VERSION=${VERSION_OVERRIDE:-v1.5.1}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh