release notes: Quick-fix release.
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 for 0.3.1 (2021-12-11): - build regression fixed Part of the documentation build process uses programs to scan both Scheme and C files for "doc strings" (actually, comments). The Serveez 0.3.0 (2021-12-06) release introduced a bug whereby the Scheme-scanning program was passed a flag that is only valid for the C-scanning program. Result: FTBFS (sometimes). - URLs now predominantly https The world is less trusting, alas. Docs and ‘--version’ output updated, as well as all the copyright notices in the source (of course). URLs found in ChangeLog files are the same. - bootstrap/maintenance tools upgraded: Guile-BAUX 20211208.0839.a5245e7 GNU gnulib 2021-12-10 21:54:54 as before: GNU Texinfo 6.8 GNU Autoconf 2.71 GNU Automake 1.16.5 GNU Libtool 2.4.6 tarballs and detached signature: https://ftpmirror.gnu.org/serveez/serveez-0.3.1.tar.lz https://ftpmirror.gnu.org/serveez/serveez-0.3.1.tar.lz.sig source code: https://git.savannah.gnu.org/cgit/serveez.git?h=p homepage: https://www.gnu.org/software/serveez/ -- Thien-Thi Nguyen ----------------------------------------------- (defun responsep (query) ; (2021) Software Libero (pcase (context query) ; = Dissenso Etico (`(technical ,ml) (correctp ml)) ...)) 748E A0E8 1CB8 A748 9BFA --------------------------------------- 6CE4 6703 2224 4C80 7502
signature.asc
Description: PGP signature
-- If you have a working or partly working program that you'd like to offer to the GNU project as a GNU package, see https://www.gnu.org/help/evaluation.html.