aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-06-05 10:03:00 +0100
committerMatthew Somerville <matthew@mysociety.org>2013-06-05 10:03:00 +0100
commit510317a4bedfcabebab7329b0b5c7809a8c5f1c1 (patch)
tree38cbb26b22574bc199fdb3d6945663cfb52b0d6e
parenta8e7842bd2a2e7f6f25cd947aca5174356d9bfcc (diff)
Update to v1.2.1.v1.2.1
-rw-r--r--README.md10
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index e2e377450..5730361f1 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,18 @@ 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.2.
+Platform is now at version 1.2.1.
## Releases
+* v1.2.1 (5th June 2013)
+ - Maintenance release to deal with failing carton installation
+ - Test and module fixes for installation on Debian wheezy
+ - Module fixes for running on Travis
+ - The install script adds gem environment variables to the user's .bashrc
+ so that make_css can be run directly after installation
+ - make_css automatically spots which cobrands use compass
+ - Some missing states added to the admin report edit page
* v1.2 (3rd May 2013)
- Add MAPIT_ID_WHITELIST to allow easier use of global MapIt
- Add postfix to the install script/ AMI so emailing works out of the box
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 7c17198b2..bd435d8d7 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=v1.2
+VERSION=v1.2.1
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh