From 5c3064ce9d0dff84f8301ae33ee7c84279b492b8 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Thu, 22 Sep 2011 11:31:50 -0600 Subject: [PATCH] document changes in train-2011.08.22 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index b2fa00024..cb251971b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +train-2011.09.22: + * migrate to browserid signed certificates rather than keypairs where browserid hosts the public key: https://github.com/mozilla/browserid/issues?milestone=6 + * IE9 support + * partial IE8 support (not yet usable, several small remaining bugs, and abysmal performance) + * development harness (./run.js) now respects an IP_ADDRESS env var to bind to a specific address (other than 127.0.0.1) + * improved first-time development experience: `git clone && cd browserid && npm install && npm run` + * initial support for running locally under virtualbox via vagrant: issue #261 (thanks ozten!) + train-2011.09.01: * /ws_api/set_key always returns returns value instead of HTTP 204 response: #219 * update javascript mvc to 3.1.0. -- GitLab