diff --git a/README.md b/README.md index e2e377450b1..5730361f182 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 7c17198b279..bd435d8d718 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