[Beepwg] [ANN] jsVortex 0.5.3 'I got mine' release is ready!

Francis Brosnan Blazquez <francis@aspl.es> Mon, 21 May 2012 09:04 UTC

Return-Path: <beepwg-bounces@beepcore.org>
X-Original-To: ietfarch-beep-archive@ietfa.amsl.com
Delivered-To: ietfarch-beep-archive@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6234821F849A for <ietfarch-beep-archive@ietfa.amsl.com>; Mon, 21 May 2012 02:04:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 4.884
X-Spam-Level: ****
X-Spam-Status: No, score=4.884 tagged_above=-999 required=5 tests=[BAYES_50=0.001, FH_HOST_ALMOST_IP=1.889, HOST_EQ_STATIC=1.172, HOST_EQ_STATICIP=1.511, HOST_MISMATCH_NET=0.311]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9WUsFvwtQvcs for <ietfarch-beep-archive@ietfa.amsl.com>; Mon, 21 May 2012 02:04:48 -0700 (PDT)
Received: from mail.aspl.es (196.Red-212-170-101.staticIP.rima-tde.net [212.170.101.196]) by ietfa.amsl.com (Postfix) with ESMTP id 4D2E121F84B4 for <beep-archive@lists.ietf.org>; Mon, 21 May 2012 02:04:46 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.aspl.es (Postfix) with ESMTP id 33AA731200B; Mon, 21 May 2012 10:58:14 +0200 (CEST)
X-Virus-Scanned: amavisd-new at aspl.es
Received: from mail.aspl.es ([127.0.0.1]) by localhost (dolphin.aspl.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nMOmbpVLQ6sh; Mon, 21 May 2012 10:58:14 +0200 (CEST)
Received: from dolphin.aspl.es (localhost [127.0.0.1]) by mail.aspl.es (Postfix) with ESMTP id 41B52312009; Mon, 21 May 2012 10:58:07 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1]) by mail.aspl.es (Postfix) with ESMTP id 770EE312002; Mon, 21 May 2012 10:58:04 +0200 (CEST)
X-Virus-Scanned: amavisd-new at aspl.es
Received: from mail.aspl.es ([127.0.0.1]) by localhost (dolphin.aspl.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j58hfDHZ2gOh; Mon, 21 May 2012 10:58:03 +0200 (CEST)
Received: from [192.168.0.132] (unknown [192.168.0.132]) by mail.aspl.es (Postfix) with ESMTP id 9D4F0312001; Mon, 21 May 2012 10:58:03 +0200 (CEST)
From: Francis Brosnan Blazquez <francis@aspl.es>
To: Vortex <vortex@lists.aspl.es>
Content-Type: text/plain; charset="ISO-8859-15"
Organization: ASPL
Date: Mon, 21 May 2012 10:58:03 +0200
Message-ID: <1337590683.27695.33.camel@vulcan.aspl.local>
Mime-Version: 1.0
X-Mailer: Evolution 2.30.3
Content-Transfer-Encoding: 8bit
Cc: BEEP <beepbuilders@beepcore.org>, BEEPwg <beepwg@beepcore.org>, Vortex@aspl.es, Tech Support <vortex-tech-support@aspl.es>
Subject: [Beepwg] [ANN] jsVortex 0.5.3 'I got mine' release is ready!
X-BeenThere: beepwg@beepcore.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: "BEEP community list." <beepwg.beepcore.org>
List-Unsubscribe: <http://lists.aspl.es/cgi-bin/mailman/options/beepwg>, <mailto:beepwg-request@beepcore.org?subject=unsubscribe>
List-Archive: <http://lists.aspl.es/pipermail/beepwg>
List-Post: <mailto:beepwg@beepcore.org>
List-Help: <mailto:beepwg-request@beepcore.org?subject=help>
List-Subscribe: <http://lists.aspl.es/cgi-bin/mailman/listinfo/beepwg>, <mailto:beepwg-request@beepcore.org?subject=subscribe>
Sender: beepwg-bounces@beepcore.org
Errors-To: beepwg-bounces@beepcore.org

                     >>>> jsVortex 0.5.3 <<<<
                          'I got mine' 

>>>> Release note
----------------------------------------------------------------------

  Advanced Software Production Line is proud to announce jsVortex
  0.5.3 "I got mine" release: an Open Source Javascript BEEP
  implementation.

  jsVortex is a Javascript BEEP implementation that is specially
  designed to run in the context of a web browser, turning it into an
  effective BEEP peer without too much effort.

  Check out the following links to get ready with jsVortex:

    - http://www.aspl.es/jsVortex
      [jsVortex homepage]

    - http://www.aspl.es/jsVortex/docs
      [jsVortex API documentation]

    - http://www.aspl.es/vortex
      [Vortex Library homepage, used to validate jsVortex]
 
    - http://www.sf.net/projects/vortexlibrary
      [Source download]

    - http://www.beepcore.org
      [BEEP Core community web site]
    

>>>> This release in short
----------------------------------------------------------------------

Fixed support for latest Java Applet releases (version 7). Fixed byte
length verification when broken (split in the wrong place) utf-8
content is received. 


>>>> Changes from last release
----------------------------------------------------------------------

* [fix] Making make-zip.sh to setup right permissions for the package.

* [fix] Making getAcceptedIssuers inside JSCTrustManager to return
  null instead of an exception as done until now. It seems latest java
  versions are calling to this method (they wasn't doing that
  before)..

* [fix] Fixed bytelength content verification on frame received.
  Fixes rare cases where utf-8 content is received broken across
  several frames making VortexEngine.byteLength to fail to provide a
  right content length value.

* [fix] Moved to the public API VortexChannel.windowSize parameter.

* [fix] Updated channel lastMsgNoReply flag when an ERR or NUL frame
  is received (not only RPY). Opps..;-)

* [fix] Making Vortex.debug.js released to set singleFile to true.

* [fix] Fixed make-zip.sh to turn on singleFile when producing bundle.


>>>> About Us
----------------------------------------------------------------------

  ASPL (Advanced Software Production Line) is a Spanish company that
  provides services and support to introduce open source products,
  especially GNU/Linux, into organization's processes.

  Contact us, English or Spanish, to get commercial support and/or
  BEEP based development services.

  You can reach us:

       http://www.aspl.es - info@aspl.es
--
Francis Brosnan Blázquez           - francis@aspl.es
Advanced Software Production Line  - http://www.aspl.es
21th May 2012, Madrid (Spain)