From c3b7a57df737a002d748677d8c42c5d23036fa31 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Sat, 9 Jun 2012 02:22:22 +0300
Subject: [PATCH] update changelog with goodies in train-2012.06.08

---
 ChangeLog | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 74cc1368f..b43484066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
-train-2012.06.08 (in progress):
-  * Support non-english passwords: issue #1631
-  * remove obsolete code - 'code_update' handler: issue #1645
+train-2012.06.08
+  * rebrand from 'browserid' to 'persona': (including regressions #1711 #1706 #1716 #1719)
+  * new "router" process added - subsumes responsibility of old "webhead" process, handles all requets forwarding: #1657
+  * Support non-english passwords: #1631
   * allow sessions to persist for 4 weeks after a user confirms ownership of a device (was effectively 1 week): #1632
+  * general code cleanup, removal of obsolete code, accidental globals cleaned up: #1645 #1681 #1699
+  * fix tab order on signup page: #1635
+  * minified include.js again has link to unminified source: #1624
+  * improve handling of uncaught exceptions (new statsd counter): #1558
+  * fix cachify stuff to allow multiple background images per css dec: #1652
+  * 50x error pages added to repo
+  * authenticated sessions are now 4 weeks: #1632, #1572
+  * improvements to KPI system: #1614 #1619 #1660 #1698
+  * UI improvements: #1684
+  * new secret debug menu added to dialog
+  * "silent assertions" (via observer api) now check cert expiry and don't issue invalid assertions
 
 train-2012.05.25:
   * many KPI improvements: #1597, #1613
-- 
GitLab