diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-05-16 17:56:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-05-23 11:13:35 +0100 |
commit | 0c8ec1cc0f2082413cb9765c8e86928642553270 (patch) | |
tree | 97d0c62c8da017973944c84ca38012999c1b63ad | |
parent | 9549c546aa32176611f19aaa49c8cb9e48d2ec77 (diff) |
Version 1.4.1.v1.4.1
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | bin/site-specific-install.sh | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -14,7 +14,7 @@ RSS alerts of problems in their area. It was created in 2007 by [mySociety](http://www.mysociety.org/) for reporting problems to UK councils and has been copied around the world. The FixMyStreet -Platform is now at version 1.4. +Platform is now at version 1.4.1. ## Installation @@ -38,6 +38,9 @@ We've extracted all of the mobile apps from this repository into the ## Releases +* v1.4.1 (23rd May 2014) + - Don't run some cron scripts by default, and rejig timings, to alleviate + memory problems on EC2 micro instances. #640 * v1.4 (16th May 2014) - User improvements: - Adds some guidance on an empty /my page. #671 diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 90fa2f65f..2bf8e3e90 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.4} +VERSION=${VERSION_OVERRIDE:-v1.4.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |