From 5ea3916780aee8e905370fb872d3ea811a8729c8 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 1 Oct 2018 12:12:37 +0100 Subject: Version 2.4.1. --- CHANGELOG.md | 2 ++ README.md | 2 +- bin/site-specific-install.sh | 2 +- docs/_posts/2018-10-01-v2.4.1.md | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 docs/_posts/2018-10-01-v2.4.1.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 91468b4ca..8ba6effb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Releases * Unreleased + +* v2.4.1 (2nd October 2018) - New features: - Support for storing photos in AWS S3. #2253 - Front end improvements: diff --git a/README.md b/README.md index a09c38c8d..ef065060a 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 2.4; see CHANGELOG.md for a version history. +Platform is now at version 2.4.1; see CHANGELOG.md for a version history. ## Installation diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 4d7f05f1e..422f39d7c 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:-v2.4} +VERSION=${VERSION_OVERRIDE:-v2.4.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh diff --git a/docs/_posts/2018-10-01-v2.4.1.md b/docs/_posts/2018-10-01-v2.4.1.md new file mode 100644 index 000000000..e39c3f0c5 --- /dev/null +++ b/docs/_posts/2018-10-01-v2.4.1.md @@ -0,0 +1,32 @@ +--- +layout: post +title: Version 2.4.1 +author: matthew +--- + +
+Docks +
+ +Today we have released **version 2.4.1** of FixMyStreet. + +This release contains a wide variety of new features for use by reusers of our software, +funded by [NDI](https://www.ndi.org/) as part of their FixMyCommunity project; thanks +very much to them. It also includes a number of smaller features and bugfixes. + +FixMyStreet now comes with a Dockerfile and example Docker Compose setup for +use by those tools, and we provide a hosted Vagrant box that can be used also. +You can choose to store photos in Amazon S3 rather then the local filesystem, +use an external memcache server, + +We've added a script, `cobrand-checks`, that will list/diff template changes in core +that might need applying to a cobrand, to help with upgrading, and added more checks +to our Pull Requests on GitHub to spot included cobrands that need checking with each +PR made. + +We have sped up fetching full lists of bodies to help installs that have +thousands of bodies, sped up the display of `/_dev` pages, fixed the display of +pins on a body page when using Bing or TonerLite maps, and fixed an issue where the +`from_body` field was lost on a user when edited by a non-superuser admin. + +[Full changelog](https://github.com/mysociety/fixmystreet/releases/tag/v2.4.1) -- cgit v1.2.3