From 09aa9d94e2be24c84e6505e5436a44ac959ec98d Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Thu, 17 Nov 2011 09:59:46 -0700 Subject: [PATCH] document changes in train-2011.11.17 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 35cf85445..43be0a852 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +train-2011.11.17: + * frontend code restructuring and refactoring + * process breakup complete (dbwriter, keysigner, browserid, and verifier): #460 + * several updates to production deployment scripts (rpm generation): #571, #575 + * all processes should log and exit hard if misconfigured: #576, #581 + * complete 'keep me signed in' feature: #559, #490 + * simplify and consolidate user facing help links in dialog: #553 + * clean up user facing error messages (email throttling and sent email): #579, #577, #591 + * moved 'this is not me' and 'use a different email' links based on UX suggestions: #459 + * incrementally work to repair load_gen (not yet complete) : #504 + * unit test fixes: #504 + * remove extraneous console logging: #574 + * improve email validation in main site (whitespace handling): #583, #429 + * fix serious regressions related to iOS5 fixes that prevented dialog from working the second time on RPs: #580, #588 #589 + * fix "go back and try another" link in dialog: #587 + * added "required email" feature: #491 + train-2011.11.10: * keysigner process now handles certificate generation: #460 * verifier no longer supports CORS requests: #245 -- GitLab