aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-07-14 15:58:54 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-07-14 18:16:39 +0100
commit5e781b12a0a0abb1709ae0498b2517bc3e722e21 (patch)
tree8abc536a434aef0e5f76db6495f61068f3fe05ec
parent757467d961c69c8280e7d936ad1b5d566e0ed2f7 (diff)
Version 1.4.2.v1.4.2
-rw-r--r--README.md14
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7d51c3ceb..3ec260313 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.4.1.
+Platform is now at version 1.4.2.
## Installation
@@ -38,6 +38,18 @@ We've extracted all of the mobile apps from this repository into the
## Releases
+* v1.4.2 (14th July 2014)
+ - Maintenance release to deal with failing package installation. #832
+ - User additions/improvements:
+ - New links from /reports to open/fixed reports. #798
+ - Better detection of signing in on /auth form. #816
+ - Installation/developer improvements:
+ - Allow SMTP username/password to be specified. #406
+ - Correct GitHub link in Vagrantfile.
+ - Error correctly if cron-wrapper fails to run.
+ - Rename 'default' web templates directory to 'base'.
+ - Move UK-specific text to separate templates. #344
+ - Upgrade bundled cpanm. #807
* 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
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 2bf8e3e90..3794d6bfc 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.1}
+VERSION=${VERSION_OVERRIDE:-v1.4.2}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh