Hi, I am pleased to announce the release of Guile-GnuTLS 0.1. It may be the last stand-alone release since it will eventually be integrated in GnuTLS itself. It is available from here: http://www.laas.fr/~lcourtes/software/guile/guile-gnutls-0.1.tar.gz Documentation is accessible at: http://www.laas.fr/~lcourtes/software/guile/guile-gnutls.html The SHA-1 sums of these files are: 397819818b0e206e69abf0b9a0536334499225e8 guile-gnutls-0.1.tar.gz f8891fbed9741ac60785c0523613de5fb10b8f5f guile-gnutls.html Guile-GnuTLS is a set of GNU Guile bindings for GnuTLS. It allows programmers to use GnuTLS facilities from Guile Scheme programs. The only build-time and run-time requirements are Guile 1.8 and GnuTLS 1.4 or later. This feature includes a better coverage of the X.509 API, as well as several bug fixes (see `NEWS' for details). Note that bindings of the core GnuTLS API are released under the LGPL version 2.1 or later, while bindings of GnuTLS-Extra are released under the GPL version 2 or later. A test suite can be run using "make check". If one of the OpenPGP-related tests fails, it may be the case that you hit a GnuTLS bug that is not fixed yet in the version you're using. Please send comments, bug reports, feature requests, etc., to myself. Thanks, Ludovic.