From 10e821e6f053456405cb439df5751a84067b09fd Mon Sep 17 00:00:00 2001 From: amercader Date: Wed, 22 Jul 2015 12:00:47 +0100 Subject: [PATCH] Add other backports to changelog, fix spelling test failure --- CHANGELOG.rst | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 661dc9b01f3..0b47d418c4b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,7 +20,7 @@ Bug fixes: * Email invites had the email address changed to lower-case (#2415) * Default resource views not created when using a custom dataset schema (#2421, #2482) - * If the licences pick-list was customized to remove some, datasets with old + * If the licenses pick-list was customized to remove some, datasets with old values had them overwritten when edited (#2472) * Recline views failed on some non-ascii characters (#2490) * Resource views for non-default dataset types couldn't be created (#2532) @@ -321,6 +321,17 @@ Troubleshooting: Also see the previous point for other ``who.ini`` changes. +v2.2.3 2015-07-22 +================= + +Bug fixes: + * Allow uppercase emails on user invites (#2415) + * Fix broken boolean validator (#2443) + * Fix auth check in resources_list.html (#2037) + * Key error on resource proxy (#2425) + * Ignore revision_id passed to resources (#2340) + * Add reset for reset_key on successful password change (#2379) + v2.2.2 2015-03-04 ================= @@ -542,6 +553,15 @@ Troubleshooting: leaving the fields empty. Also make sure to restart running processes like harvesters after the update to make sure they use the new code base. +v2.1.5 2015-07-22 +================= + +Bug fixes: + * Fix broken boolean validator (#2443) + * Key error on resource proxy (#2425) + * Ignore revision_id passed to resources (#2340) + * Add reset for reset_key on successful password change (#2379) + v2.1.4 2015-03-04 ================= @@ -700,6 +720,15 @@ Known issues: * Under certain authorization setups the frontend for the groups functionality may not work as expected (See #1176 #1175). +v2.0.7 2015-07-22 +================= + +Bug fixes: + * Fix broken boolean validator (#2443) + * Key error on resource proxy (#2425) + * Ignore revision_id passed to resources (#2340) + * Add reset for reset_key on successful password change (#2379) + v2.0.6 2015-03-04 =================