From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: stefan Newsgroups: gmane.network.serveez.general,gmane.lisp.guile.user Subject: [ANNOUNCEMENT] Serveez 0.1.4 Date: Mon, 14 Oct 2002 14:50:32 +0200 (CEST) Sender: help-serveez-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1034608657 14006 127.0.0.1 (14 Oct 2002 15:17:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2002 15:17:37 +0000 (UTC) Cc: info-gnu@gnu.org, Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1816yL-0003cm-00 for ; Mon, 14 Oct 2002 17:17:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1816xs-0002S0-00; Mon, 14 Oct 2002 11:17:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1816x6-0001f0-00 for help-serveez@gnu.org; Mon, 14 Oct 2002 11:16:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1816x4-0001ea-00 for help-serveez@gnu.org; Mon, 14 Oct 2002 11:16:15 -0400 Original-Received: from obh.snafu.de ([213.73.92.34]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1816x3-0001eT-00; Mon, 14 Oct 2002 11:16:13 -0400 Original-Received: from p-164-153.zrz.tu-berlin.de ([130.149.164.153] helo=bono) by obh.snafu.de with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 1816x0-000A1m-00; Mon, 14 Oct 2002 17:16:12 +0200 Original-Received: from localhost ([127.0.0.1] ident=ela) by bono with esmtp (Exim 3.36 #1) id 1814g4-0003hC-00; Mon, 14 Oct 2002 14:50:32 +0200 X-X-Sender: stefan@bono.reversers.net Original-To: help-serveez@gnu.org Errors-To: help-serveez-admin@gnu.org X-BeenThere: help-serveez@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU serveez List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.network.serveez.general:23 gmane.lisp.guile.user:1191 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1191 Serveez 0.1.4 has been released. Serveez is a server framework; it provides routines and help for IP-based servers (TCP, UDP and ICMP) as well as "named pipes". It demonstrates portable network programming optimized for speed and reliability. It is available from http://ftp.gnu.org/gnu/serveez/ and mirrors of that site (see list of mirror sites at http://www.gnu.org/order/ftp.html). Changes in this release: The new version of Serveez contains lots of bug fixes in the internal coservers as well as in the Guile server implementation. The Win32 binary release uses zlib version 1.1.4, also due to a bug fix release. Support for HP-UX platforms and urgent (out-of-band) data on stream-like network connections have been added. The socket objects now provide trigger callbacks and the server objects a reset callback invoked when SIGHUP occurred. The standard input of the program can be used as configuration file. The Guile server documentation was partly rewritten and updated. A simplified icecast Guile server demonstrates the usage of the coservers from Guile. So long, stefan@lkcc.org