[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Serveez 0.2.1 available
From: |
Thien-Thi Nguyen |
Subject: |
GNU Serveez 0.2.1 available |
Date: |
Wed, 27 Mar 2013 09:31:02 +0100 |
release notes:
A small bugfix release. As luck would have it, more bugs
were found in the middle of the release flow, so probably
there will be another one in the near to middling future.
thi
README excerpt:
GNU Serveez is a server framework. It provides routines and help
for implementing IP-based servers (currently TCP, UDP and ICMP).
It supports named pipes for all connection-oriented protocols.
We think it is worth the effort because many people need server
functionality within their applications. However, many people
experience problems with select(2) or poll(2) loops, and with
non-blocking operations.
GNU Serveez demonstrates various aspects of advanced network
programming in a portable manner. It is known to compile and
run on GNU/Linux systems, as well as on other 32-bit and 64-bit
flavours of Unix and on Microsoft Windows (9x/ME/NT/2000/XP).
You can use it for implementing your own servers or for
understanding how certain network services and operations work.
NEWS excerpt:
- 0.2.1 | 2013-03-24
- planned retirement: Guile 1.3.4 support
Unless there is a major outcry from users (unlikely), the next
release will drop (all pretense of) support for Guile 1.3.4.
The earliest supported version will then be Guile 1.4.x.
- distribution now also includes .tar.lz
If you have GNU tar, you can use "tar xf" and it will DTRT.
If not, you can use "lzip -dc TARBALL | tar xf -" to unpack.
- bugfixes
- (Guile 2) segfault in ‘guile_error’
Under Guile 2, serveez(1) segfaults if the config file is closed
at the time ‘guile_error’ is called. Although this has been
addressed (the fix "works for me"), it is still not entirely
satisfying. See comments in func ‘guile_error’ (src/guile.c),
and also test/t007.
- ‘serveez --solitary’ mentioned in more places
Specifically, in ‘serveez --help’ output, and in serveez(1).
- (Guile 1.8) ‘write-line’ imported
Scheme code that uses ‘write-line’ now explicitly imports module
‘(ice-9 rdelim)’. Apparently, Guile 1.8 does not autoload it.
- new built-in proc: ‘fs’
This is a convenience interface for ‘simple-format’.
- Scheme code modernized
Much of src/guile-server/*.scm was modernized: one-armed-‘if’
elimination, replacing homegrown procs w/ SRFIs where possible,
using higher abstractions, etc.
- manpages spiffed
Both serveez(1) and serveez-config(1) now include release
information and updated refs.
- bootstrap tool updated: makeinfo (GNU Texinfo) 5.1
tarballs and detached signature:
http://ftpmirror.gnu.org/serveez/serveez-0.2.1.tar.lz
http://ftpmirror.gnu.org/serveez/serveez-0.2.1.tar.lz.sig
http://ftpmirror.gnu.org/serveez/serveez-0.2.1.tar.xz
http://ftpmirror.gnu.org/serveez/serveez-0.2.1.tar.xz.sig
source code:
http://git.savannah.gnu.org/cgit/serveez.git
homepage:
http://www.gnu.org/software/serveez/
--
Thien-Thi Nguyen
GPG key: 4C807502
pgpYzUJUDnmZm.pgp
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Serveez 0.2.1 available,
Thien-Thi Nguyen <=