diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-02-11 23:04:33 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-02-15 10:05:37 +0100 |
commit | cb5b3a38e0c91f6b4c6b9ce9770649c6486c331a (patch) | |
tree | c3e0c92782a03113d584d88c240105906008031e /doc/gnutls-guile.texi | |
parent | fcf6f8427c55e8b068ada8735098b46597dadc71 (diff) | |
download | gnutls-cb5b3a38e0c91f6b4c6b9ce9770649c6486c331a.tar.gz |
guile: tests: Add Guile 2.2 compatibility layer.
This allows tests to run with Guile 2.1/2.2.
* guile/modules/gnutls/build/tests.scm (define-replacement) [guile-2]:
New macro.
(uniform-vector-read!, uniform-vector-write) [guile-2]: New procedures.
* doc/gnutls-guile.texi (Guile Preparations): Mention 2.2.
Diffstat (limited to 'doc/gnutls-guile.texi')
-rw-r--r-- | doc/gnutls-guile.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gnutls-guile.texi b/doc/gnutls-guile.texi index 80b03cae08..4bc04ad088 100644 --- a/doc/gnutls-guile.texi +++ b/doc/gnutls-guile.texi @@ -17,7 +17,7 @@ This manual is last updated @value{UPDATED} for version @value{VERSION} of GnuTLS. -Copyright @copyright{} 2001-2012, 2014 Free Software Foundation, Inc. +Copyright @copyright{} 2001-2012, 2014, 2016 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -85,8 +85,8 @@ a large subset thereof is available. @node Guile Preparations @chapter Guile Preparations -The GnuTLS Guile bindings are available for both the 1.8 and 2.0 stable -series of Guile. +The GnuTLS Guile bindings are available for Guile's 2.0 stable series, +as well as the forthcoming 2.2 series and the legacy 1.8 series. By default they are installed under the GnuTLS installation directory, typically @file{/usr/local/share/guile/site/}). Normally Guile |