[hybi] Firefox 5-Aurora builds with websockets -07 are available

Patrick McManus <pmcmanus@mozilla.com> Fri, 29 April 2011 21:35 UTC

Return-Path: <pmcmanus@mozilla.com>
X-Original-To: hybi@ietfa.amsl.com
Delivered-To: hybi@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 46982E0670 for <hybi@ietfa.amsl.com>; Fri, 29 Apr 2011 14:35:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gZykSk3nlqIS for <hybi@ietfa.amsl.com>; Fri, 29 Apr 2011 14:35:34 -0700 (PDT)
Received: from linode.ducksong.com (linode.ducksong.com [64.22.125.164]) by ietfa.amsl.com (Postfix) with ESMTP id 86C66E0593 for <hybi@ietf.org>; Fri, 29 Apr 2011 14:35:34 -0700 (PDT)
Received: by linode.ducksong.com (Postfix, from userid 1000) id D186410305; Fri, 29 Apr 2011 17:35:33 -0400 (EDT)
Received: from [192.168.16.226] (cpe-67-253-92-25.maine.res.rr.com [67.253.92.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by linode.ducksong.com (Postfix) with ESMTPSA id 7AEC1102A6 for <hybi@ietf.org>; Fri, 29 Apr 2011 17:35:29 -0400 (EDT)
From: Patrick McManus <pmcmanus@mozilla.com>
To: hybi <hybi@ietf.org>
Content-Type: text/plain; charset="UTF-8"
Date: Fri, 29 Apr 2011 17:35:28 -0400
Message-ID: <1304112928.3449.76.camel@ds9>
Mime-Version: 1.0
X-Mailer: Evolution 2.32.2
Content-Transfer-Encoding: 7bit
Subject: [hybi] Firefox 5-Aurora builds with websockets -07 are available
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Apr 2011 21:35:37 -0000

Hi All,

Just as I did with -06, I am releasing unofficial and unsupported builds
of firefox amended to include support for
draft-ietf-hybi-thewebsocketprotocol-07:

http://www.ducksong.com/misc/websockets-builds/ws-07/5.0.a2.01/

Last time around there was some really great interop testing between the
various clients and servers and I certainly hope to see that repeated
now that we are in last call. I have personally benefited from testing
with a couple other projects already updated to -07 and announced on
this list - especially thanks to Andy and Brian.

As usual, feedback generally about the protocol and how inherent things
in it impact you when dealing with these builds should go to the hybi
list - but if you have just bugs or questions specifically about the
firefox implementation then send them to me directly.

This code drop consists of the websockets code added to our "Firefox 5
Aurora" branch. Aurora code is in feature freeze but is still undergoing
stabilization. I made the builds on this branch simply because porting
the patches to Firefox 4 is a PITA for code conflict reasons, but it
does not mean that the updated websockets protocol will be in the
official Firefox 5 released in June. This is just a testing build :)

-Patrick