From beepwg-bounces@dbc.mtview.ca.us Fri Jul 13 08:05:56 2007
Return-path: <beepwg-bounces@dbc.mtview.ca.us>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1I9JuG-0002Ru-9s
	for beep-archive@lists.ietf.org; Fri, 13 Jul 2007 08:05:56 -0400
Received: from drakken.dbc.mtview.ca.us ([168.143.123.173])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1I9Ju9-0004f9-LK
	for beep-archive@lists.ietf.org; Fri, 13 Jul 2007 08:05:56 -0400
Received: from drakken.dbc.mtview.ca.us (localhost.localdomain [127.0.0.1])
	by drakken.dbc.mtview.ca.us (8.13.8/8.12.8) with ESMTP id l6DC2KZb022207;
	Fri, 13 Jul 2007 05:02:25 -0700
Received: from dolphin.aspl.es (134.Red-80-34-198.staticIP.rima-tde.net
	[80.34.198.134])l6DC2DlY022203;	Fri, 13 Jul 2007 05:02:16 -0700
Received: from barracuda ([10.0.0.4] helo=[192.168.0.132])
	by dolphin.aspl.es with esmtp (ASPL Mail Server XP#1)
	id 1I9JqM-0003OA-00; Fri, 13 Jul 2007 14:01:54 +0200
From: Francis Brosnan Blazquez <francis@aspl.es>
To: Vortex <vortex@dolphin.aspl.es>
Content-Type: text/plain; charset=ISO-8859-15
Organization: Advanced Software Production Line, S.L.
Date: Fri, 13 Jul 2007 14:01:56 +0200
Message-Id: <1184328116.4282.17.camel@vulcan.aspl>
Mime-Version: 1.0
X-Mailer: Evolution 2.10.1 
X-Scanner: exiscan *1I9JqM-0003OA-00*Bmb28r7k90.*
X-MIME-Autoconverted: from quoted-printable to 8bit by
	drakken.dbc.mtview.ca.us id l6DC2DlY022203
cc: BEEPwg <beepwg@lists.beepcore.org>
cc: Af-Arch users <aspl-fact-users@dolphin.aspl.es>
cc: BEEP <beepbuilders@lists.beepcore.org>
Subject: [BEEPwg] 
	[ANN] Vortex Library 1.0.4 "the union forever" release is ready!
X-BeenThere: beepwg@lists.beepcore.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Mailing list for the IETF's BEEP working group
	<beepwg.lists.beepcore.org>
List-Unsubscribe: <http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg>,
	<mailto:beepwg-request@lists.beepcore.org?subject=unsubscribe>
List-Archive: <http://drakken.dbc.mtview.ca.us/pipermail/beepwg>
List-Post: <mailto:beepwg@lists.beepcore.org>
List-Help: <mailto:beepwg-request@lists.beepcore.org?subject=help>
List-Subscribe: <http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg>,
	<mailto:beepwg-request@lists.beepcore.org?subject=subscribe>
Sender: beepwg-bounces@dbc.mtview.ca.us
Errors-To: beepwg-bounces@dbc.mtview.ca.us
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by drakken.dbc.mtview.ca.us id l6DC2KZb022207
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 43317e64100dd4d87214c51822b582d1

              ######################################
              ##       Vortex Library 1.0.4       ##
              ##    "the union forever release"   ##
              ######################################

Release note
~~~~~~~~~~~~

  Advanced Software Production Line is proud to announce the Vortex
  Library 1.0.4 "the union forever" release availability: an open
  source "BEEP Core" protocol implementation written in C, mapped onto
  TCP/IP.

  Vortex Library has been developed inside the Af-Arch project as its
  data transport layer.

  Vortex Library is a stable and robust application protocol
  development toolkit. Currently it is running under Microsoft Windows
  and GNU/Linux platforms.

  Check out the following links to get ready with Vortex Library:

    - http://vortex.aspl.es=20
      [Vortex Library homepage]
=20
    - http://www.sf.net/projects/vortexlibrary
      [Sources and Win32 binaries]

    - http://fact.aspl.es
      [Af-Arch homepage where Vortex Library is being developed]

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

    - http://xml.aspl.es
      [Axl Library, XML 1.0 implementation]
   =20
The release in short
~~~~~~~~~~~~~~~~~~~~

   Updates to the xml-rpc-gen tool to support group services under
   same resources, and to perform an efficient service dispatch under
   this situations. Bug fixings and other minor changes to accommodate
   the output produced by the tool with a Turbulence module.

   Fixed bugs and updated regression test to include more tests to
   ensure proper function in future release especially for the
   xml-rpc-gen output code and the XML-RPC profile.

   Provided a missing API to allow getting the serverName under which
   the connection is working.
 =20
Thanks to..
~~~~~~~~~~~

   Jens Alfke (Reported and provided solution to some compilation
   errors found under the MacOS/X platform and the XCode tool).

   Graham Daws (Reported wrong mime handling).
 =20

Change notifications
~~~~~~~~~~~~~~~~~~~~
  None.

Changes since 1.0.3
~~~~~~~~~~~~~~~~~~~

xml-rpc-gen:

* [fix] Fixed bug which was causing to produce a service_dispatch.c
  file including wrongly modules with "-" values inside its name.

* [new] Updated IDL language and the tool to support resource
  declaration allowing to group services under a particular resource.

* [fix] Making the tool to not create the conf.xml file if the main
  file for the server component is disabled (--disable-main-file).

libvortex:

* [fix] Fixed wrong piggyback handling which was causing to register a
  piggyback with empty content (where no piggyback was received).

* [new] Updated regression tests to check serverName connection
  flagging.  Tests checks serverName value for a provided connection at
  the client and the server side, after creating several channels
  requesting to act as a particular server.

* [new] Updated vortex connection module to include a missing function
  which allows to get current serverName bound to the connection
  (first successful start message configuring it). API added:

   - vortex_connection_get_server_name

* [new] Updated vortex xml-rpc implementation to accept several
  dispatch and validation handlers to be configured at the same
  time. This will allow several modules to include its dispatching
  functions under different resources and services. Nice!

* [new] Updated vortex xml-rpc API to allow getting the resource under
  which is running a XML-RPC channel. API added:

   - vortex_xml_rpc_channel_get_resource

* [fix] Committing body and headers for the source code generated by
  the xml-rpc-gen tool to allow compiling regression test in a easy
  manner in other platforms where xml-rpc-gen tool is not
  available. This will also allow to trace xml-rpc-gen behavior when
  updates are included.

* [fix] Updated vortex regression test to integrate all work done to
  check xml-rpc-gen compiler and all test unit created to check each
  feature built.  Now vortex-regression-client and
  vortex-regression-listener will check both. Good!

* [fix] Enforced #ifdef header declaration to avoid compilation
  problems with Xcode. (Reported Jens Alfke).

* [fix] Removing some references to gint.

* [fix] Added new function to get the string inside a
  XmlRpcMethodValue but receiving an allocated value:

   - vortex_xml_rpc_method_value_get_as_string_alloc

* [new] Updated xml-rpc interface to include some convenience
  functions to create XmlRpcMethodValue items:

  - vortex_xml_rpc_method_value_new_int
  - vortex_xml_rpc_method_value_new_double
  - vortex_xml_rpc_method_value_new_bool

* [fix] Fixed from MIME header detection. It was done in a
  case-sensitive manner. (Reported by Graham Daws).

* [fix] Added a new function that allows to perform the "best effort"
  translating a double value, without taking into consideration the
  current locale, replacing the function strtod which fails if the
  locale is not properly synchronized with the double value to be
  translating (even knowing it is a double value). Used inside the
  xml-rpc API to double values in a more robust manner. API added:

   - vortex_support_strtod

* [fix] Added new regression tests (checking small messages followed
  by a close request).

* [fix] Fixed return code not properly reported at
  vortex_cond_timedwait.

* [fix] Fixed a bug inside vortex_cond_timedwait which wasn't properly
  calculating the waiting period.

* [fix] Making vortex sequencer to signal the last reply number sent
  on the wire allowing the close detection code to be able to *really*
  check if all replies have been sent at the close process.


About Us
~~~~~~~~

  Advanced Software Production Line is leading the Af-Arch project: a
  complete framework to develop distributed application to manage
  enterprise process.

  Af-Arch project relies on Vortex Library to exchange data between
  its distributed nodes.

  Advanced Software Production Line also provides GNU/Linux support
  and consulting services to help organization to introduce GNU/Linux
  inside its process.

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

  You can reach us:

       http://www.aspl.es - info@aspl.es

  We hope Vortex Library help you. Enjoy Vortex Library! =20

--
Francis Brosnan Bl=E1zquez           - francis@aspl.es
Advanced Software Production Line  - http://www.aspl.es
13th jul 2007, Madrid (Spain)


_______________________________________________
BEEPwg mailing list
BEEPwg@lists.beepcore.org
http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg



From beepwg-bounces@dbc.mtview.ca.us Mon Jul 30 08:08:39 2007
Return-path: <beepwg-bounces@dbc.mtview.ca.us>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1IFU3D-0003sc-Oz
	for beep-archive@lists.ietf.org; Mon, 30 Jul 2007 08:08:39 -0400
Received: from drakken.dbc.mtview.ca.us ([168.143.123.173])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1IFU3C-0004Is-7g
	for beep-archive@lists.ietf.org; Mon, 30 Jul 2007 08:08:39 -0400
Received: from drakken.dbc.mtview.ca.us (localhost.localdomain [127.0.0.1])
	by drakken.dbc.mtview.ca.us (8.13.8/8.12.8) with ESMTP id l6UC6Z5p019893;
	Mon, 30 Jul 2007 05:06:39 -0700
Received: from dolphin.aspl.es (134.Red-80-34-198.staticIP.rima-tde.net
	[80.34.198.134])l6UC6W1u019889;	Mon, 30 Jul 2007 05:06:33 -0700
Received: from barracuda ([10.0.0.4] helo=[192.168.0.132])
	by dolphin.aspl.es with esmtp (ASPL Mail Server XP#1)
	id 1IFU0w-0006cr-00; Mon, 30 Jul 2007 14:06:18 +0200
From: Francis Brosnan Blazquez <francis@aspl.es>
To: Vortex <vortex@dolphin.aspl.es>
Content-Type: text/plain; charset=ISO-8859-15
Organization: Advanced Software Production Line, S.L.
Date: Mon, 30 Jul 2007 14:06:16 +0200
Message-Id: <1185797176.4256.39.camel@vulcan.aspl>
Mime-Version: 1.0
X-Mailer: Evolution 2.10.1 
X-Scanner: exiscan *1IFU0w-0006cr-00*e9/yCkI3I5c*
X-MIME-Autoconverted: from quoted-printable to 8bit by
	drakken.dbc.mtview.ca.us id l6UC6W1u019889
cc: BEEPwg <beepwg@lists.beepcore.org>
cc: Af-Arch users <aspl-fact-users@dolphin.aspl.es>
cc: BEEP <beepbuilders@lists.beepcore.org>
Subject: [BEEPwg] [ANN] Vortex Library 1.0.5 "free bird" release is ready!
X-BeenThere: beepwg@lists.beepcore.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Mailing list for the IETF's BEEP working group
	<beepwg.lists.beepcore.org>
List-Unsubscribe: <http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg>,
	<mailto:beepwg-request@lists.beepcore.org?subject=unsubscribe>
List-Archive: <http://drakken.dbc.mtview.ca.us/pipermail/beepwg>
List-Post: <mailto:beepwg@lists.beepcore.org>
List-Help: <mailto:beepwg-request@lists.beepcore.org?subject=help>
List-Subscribe: <http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg>,
	<mailto:beepwg-request@lists.beepcore.org?subject=subscribe>
Sender: beepwg-bounces@dbc.mtview.ca.us
Errors-To: beepwg-bounces@dbc.mtview.ca.us
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by drakken.dbc.mtview.ca.us id l6UC6Z5p019893
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 4b7d60495f1a7f2e853e8cbae7e6dbfc

              ######################################
              ##       Vortex Library  1.0.5      ##
              ##        "free bird release"       ##
              ######################################

Release note
~~~~~~~~~~~~

  Advanced Software Production Line is proud to announce the Vortex
  Library 1.0.5 "free bird" release availability: an open
  source "BEEP Core" protocol implementation written in C, mapped onto
  TCP/IP.

  Vortex Library has been developed inside the Af-Arch project as its
  data transport layer.

  Vortex Library is a stable and robust application protocol
  development toolkit. Currently it is running under Microsoft Windows
  and GNU/Linux platforms.

  Check out the following links to get ready with Vortex Library:

    - http://vortex.aspl.es=20
      [Vortex Library homepage]
=20
    - http://www.sf.net/projects/vortexlibrary
      [Sources and Win32 binaries]

    - http://fact.aspl.es
      [Af-Arch homepage where Vortex Library is being developed]

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

    - http://xml.aspl.es
      [Axl Library, XML 1.0 implementation]
   =20
The release in short
~~~~~~~~~~~~~~~~~~~~

  xml-rpc-gen updates to make it more robust. Now the tool, through
  the IDL language allows to group services under the same
  resource. Fixed several bugs at the code produced and included some
  checks to avoid marshall errors for NULL strings. Now the tool
  allows to include user defined code that is translated into the
  output.

  Included new functions to produce a peer certificate digest or
  content digest (now with support for MD5) and added two new macros
  that allows to get SASL auth Id easily from a channel or
  connection. Fixed some bugs and memory leaks.

 =20
Change notifications
~~~~~~~~~~~~~~~~~~~~

  [1] vortex-xml-rpc-gen-dispatch-01
  http://lists.aspl.es/pipermail/vortex/2007-July/000160.html


Changes since 1.0.4
~~~~~~~~~~~~~~~~~~~

libvortex,xml-rpc-gen:

* [fix] Updated xml-rpc-gen dispatch headers and body produced at the
  server component to also receive a reference to the channel where
  the invocation was received. Updated regression text to check the
  change. Updated the following functions to receive the channel=20
  reference:

   - vortex_xml_rpc_unmarshall_int_sync
   - vortex_xml_rpc_unmarshall_string_sync
   - vortex_xml_rpc_unmarshall_double_sync
   - vortex_xml_rpc_unmarshall_struct_sync
   - vortex_xml_rpc_unmarshall_array_sync
 =20
  (Change notification: vortex-xml-rpc-gen-dispatch-01.txt)

xml-rpc-gen:

* [new] Updated the tool to produce a "copy" function for structures
  and arrays provided at the stub produced.

* [fix] Making the tool to produce a client stub that checks for NULL
  pointers for STRING and BASE64 types, replacing it with an empty
  string.

* [new] Updated the tool to produce an "add" API for array types at
  the client stub, allowing to add elements as they are produced.

* [new] Updated the tool to allow grouping services under resources,
  allowing to perform an efficient dispatch, and to hide/provide
  services as defined by the boot resource. Updated documentation to
  explain the feature.

* [new] Updated the tool to allow declaring the set of resources that
  can be used at the IDL file. Updated documentation.

* [fix] Fixed a bug at the boolean marshalling code. Now it is checked
  the returning value to be equal to "true" to case the function to
  return false in other cases (especially for negative values).

* [new] Updated the tool to allow including user defined code at the
  server side implementation (include on body).

libvortex:

* [fix] Fixed wrong default on close handler provided to a profile
  which is registered with vortex_profiles_register_extended_start.
  Updated implementation to also configure the default start handler.
  Updated regression test to check this in future releases.

* [fix] Updated REPLY_FAULT macro to be enclosed with do{}while;
  construction to enable its use at if/else structures without braces.
  Updated macro documentation to better explain its function and
  common use.

* [fix] Fixed memory leak inside vortex_connection_reconnect which was
  causing to lost the internal message reporting the problem that is
  causing a call to reconnect.

* [fix] Fixed memory leak at vortex_xml_rpc_boot_channel process which
  was causing to not dealloc serverName and resourceName declared.

* [fix] Making xml-rpc unmarshall sync operations to automatically
  dealloc the faultString created if the channel is closed or a new
  fault negotiation takes place.

* [fix] Restored MIME handling which was properly done. As expressed
  in RFC2045, 5.1 section, "Content-Type" header field is defined in a
  CASE-sensitive, and the header content in a case-insensitive.

* [new] Updated vortex_tls_get_peer_ssl_digest to allow producing md5
  digest (VORTEX_MD5) and added a new function which allows to produce
  a digest from a provided string. API added:

   - vortex_tls_get_digest

* [fix] Fixed vortex_sasl_is_authenticated to better check if a
  connection is authenticated. Now the function also checks for a sasl
  channel to be running at the connection.

* [new] Added two new macros that allows to get easily the AUTH_ID
  from a provided connection or channel. API added:

   - AUTH_ID_FROM_CONN
   - AUTH_ID_FROM_CHANNEL

* [fix] Making default io waiting add operation to check for negative
  fds.

About Us
~~~~~~~~

  Advanced Software Production Line is leading the Af-Arch project: a
  complete framework to develop distributed application to manage
  enterprise process.

  Af-Arch project relies on Vortex Library to exchange data between
  its distributed nodes.

  Advanced Software Production Line also provides GNU/Linux support
  and consulting services to help organization to introduce GNU/Linux
  inside its process.

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

  You can reach us:

       http://www.aspl.es - info@aspl.es

  We hope Vortex Library help you. Enjoy Vortex Library! =20

--
Francis Brosnan Bl=E1zquez           - francis@aspl.es
Advanced Software Production Line  - http://www.aspl.es
30h jul 2007, Madrid (Spain)


_______________________________________________
BEEPwg mailing list
BEEPwg@lists.beepcore.org
http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg



From beepwg-bounces@dbc.mtview.ca.us Mon Jul 30 19:18:17 2007
Return-path: <beepwg-bounces@dbc.mtview.ca.us>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1IFeVF-0005Yp-Am
	for beep-archive@lists.ietf.org; Mon, 30 Jul 2007 19:18:17 -0400
Received: from drakken.dbc.mtview.ca.us ([168.143.123.173])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1IFeVD-0005ad-Sr
	for beep-archive@lists.ietf.org; Mon, 30 Jul 2007 19:18:17 -0400
Received: from drakken.dbc.mtview.ca.us (localhost.localdomain [127.0.0.1])
	by drakken.dbc.mtview.ca.us (8.13.8/8.12.8) with ESMTP id l6UNG1rI029788;
	Mon, 30 Jul 2007 16:16:02 -0700
Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1])
	l6UNEeLw029735;	Mon, 30 Jul 2007 16:14:40 -0700
In-Reply-To: <1185797176.4256.39.camel@vulcan.aspl>
References: <1185797176.4256.39.camel@vulcan.aspl>
Mime-Version: 1.0 (Apple Message framework v752.3)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Message-Id: <B7886190-0A93-48EC-A4A7-A45D9A637ABD@dbc.mtview.ca.us>
Content-Transfer-Encoding: 7bit
From: Marshall Rose <mrose@dbc.mtview.ca.us>
Subject: Re: [BEEPwg] [ANN] Vortex Library 1.0.5 "free bird" release is ready!
Date: Mon, 30 Jul 2007 18:14:35 -0500
To: Francis Brosnan Blazquez <francis@aspl.es>
X-Mailer: Apple Mail (2.752.3)
cc: BEEPwg <beepwg@lists.beepcore.org>
cc: Af-Arch users <aspl-fact-users@dolphin.aspl.es>
cc: BEEP <beepbuilders@lists.beepcore.org>
cc: Vortex <vortex@dolphin.aspl.es>
X-BeenThere: beepwg@lists.beepcore.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Mailing list for the IETF's BEEP working group
	<beepwg.lists.beepcore.org>
List-Unsubscribe: <http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg>,
	<mailto:beepwg-request@lists.beepcore.org?subject=unsubscribe>
List-Archive: <http://drakken.dbc.mtview.ca.us/pipermail/beepwg>
List-Post: <mailto:beepwg@lists.beepcore.org>
List-Help: <mailto:beepwg-request@lists.beepcore.org?subject=help>
List-Subscribe: <http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg>,
	<mailto:beepwg-request@lists.beepcore.org?subject=subscribe>
Sender: beepwg-bounces@dbc.mtview.ca.us
Errors-To: beepwg-bounces@dbc.mtview.ca.us
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 08170828343bcf1325e4a0fb4584481c

>               ######################################
>               ##       Vortex Library  1.0.5      ##
>               ##        "free bird release"       ##
>               ######################################

congrats!

and i like the redesign of the website!

/mtr

_______________________________________________
BEEPwg mailing list
BEEPwg@lists.beepcore.org
http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg



From beepwg-bounces@dbc.mtview.ca.us Tue Jul 31 03:03:49 2007
Return-path: <beepwg-bounces@dbc.mtview.ca.us>
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.43)
	id 1IFlll-0001qP-Rq
	for beep-archive@lists.ietf.org; Tue, 31 Jul 2007 03:03:49 -0400
Received: from drakken.dbc.mtview.ca.us ([168.143.123.173])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1IFllk-0002oT-Bw
	for beep-archive@lists.ietf.org; Tue, 31 Jul 2007 03:03:49 -0400
Received: from drakken.dbc.mtview.ca.us (localhost.localdomain [127.0.0.1])
	by drakken.dbc.mtview.ca.us (8.13.8/8.12.8) with ESMTP id l6V72KQ2004482;
	Tue, 31 Jul 2007 00:02:21 -0700
Received: from dolphin.aspl.es (134.Red-80-34-198.staticIP.rima-tde.net
	[80.34.198.134])l6V70kSu004422;	Tue, 31 Jul 2007 00:00:46 -0700
Received: from barracuda ([10.0.0.4] helo=[192.168.0.132])
	by dolphin.aspl.es with esmtp (ASPL Mail Server XP#1)
	id 1IFliQ-0006GH-00; Tue, 31 Jul 2007 09:00:22 +0200
Subject: Re: [BEEPwg] [ANN] Vortex Library 1.0.5 "free bird" release is
	ready!
From: Francis Brosnan Blazquez <francis@aspl.es>
To: Marshall Rose <mrose@dbc.mtview.ca.us>
In-Reply-To: <B7886190-0A93-48EC-A4A7-A45D9A637ABD@dbc.mtview.ca.us>
References: <1185797176.4256.39.camel@vulcan.aspl>
	 <B7886190-0A93-48EC-A4A7-A45D9A637ABD@dbc.mtview.ca.us>
Content-Type: text/plain
Organization: Advanced Software Production Line, S.L.
Date: Tue, 31 Jul 2007 09:00:22 +0200
Message-Id: <1185865223.4508.13.camel@vulcan.aspl>
Mime-Version: 1.0
X-Mailer: Evolution 2.10.1 
Content-Transfer-Encoding: 7bit
X-Scanner: exiscan *1IFliQ-0006GH-00*xzOGGlr.4qA*
cc: BEEPwg <beepwg@lists.beepcore.org>
cc: Af-Arch users <aspl-fact-users@dolphin.aspl.es>
cc: BEEP <beepbuilders@lists.beepcore.org>
cc: Vortex <vortex@dolphin.aspl.es>
X-BeenThere: beepwg@lists.beepcore.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Mailing list for the IETF's BEEP working group
	<beepwg.lists.beepcore.org>
List-Unsubscribe: <http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg>,
	<mailto:beepwg-request@lists.beepcore.org?subject=unsubscribe>
List-Archive: <http://drakken.dbc.mtview.ca.us/pipermail/beepwg>
List-Post: <mailto:beepwg@lists.beepcore.org>
List-Help: <mailto:beepwg-request@lists.beepcore.org?subject=help>
List-Subscribe: <http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg>,
	<mailto:beepwg-request@lists.beepcore.org?subject=subscribe>
Sender: beepwg-bounces@dbc.mtview.ca.us
Errors-To: beepwg-bounces@dbc.mtview.ca.us
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 856eb5f76e7a34990d1d457d8e8e5b7f

> congrats!
> 
> and i like the redesign of the website!

Thanks Marshall!

Cheers!

> /mtr

-- 
Francis Brosnan Blazquez <francis@aspl.es>
Advanced Software Production Line, S.L.

_______________________________________________
BEEPwg mailing list
BEEPwg@lists.beepcore.org
http://drakken.dbc.mtview.ca.us/mailman/listinfo/beepwg



