aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-12-16 11:13:24 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-12-16 11:13:24 +0000
commit38490f6ea18064c232bda6ebfbaee052bd8f0951 (patch)
treea1279f2130a1067892a4e5c670b4af025499a3ad
parent876fe2609a09b35ba7bbeae3c3f0e4cb05606fa0 (diff)
Version 2.0.1.v2.0.1
-rw-r--r--README.md16
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08c57675c..95a8f03dd 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,22 @@ web-based cross-browser testing tools for this project.
## Releases
+* v2.0.1 (16th December 2016)
+ - Bugfixes:
+ - Fix issue in dragging map in Chrome 55. openlayers/ol2#1510
+ - Don't double-decode strftime output, to fix date/time display.
+ - Filter category should always carry through to form.
+ - Don't fix height of admin multiple selects. #1589
+ - Admin improvements:
+ - Add duplicate management to inspector view. #1581
+ - Open inspect Navigate link in new tab. #1583
+ - Scroll to report inspect form if present. #1583
+ - Update problem lastupdate column on inspect save. #1584
+ - Update priorities in inspect form on category change. #1590
+ - Development improvements:
+ - Pass test if NXDOMAINs are intercepted.
+ - Better path for showing config git version. #1586
+
* v2.0 (15th November 2016)
- Front end improvements:
- Add HTML emails. #1281 #1103
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 6c54b51d0..007cd1839 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.0}
+VERSION=${VERSION_OVERRIDE:-v2.0.1}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh