summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-06-26 15:24:15 +0200
committerSimon Josefsson <simon@josefsson.org>2007-06-26 15:24:15 +0200
commit6b1da319e3997386458242d50a6a14c71af81873 (patch)
tree8a3b60670e323b1d8a03f095787aac47e14f6679 /NEWS
parent6ca6781f8bd2138c7ba62d212218b486dbc278f0 (diff)
downloadgnutls-6b1da319e3997386458242d50a6a14c71af81873.tar.gz
Check that the guile header files is recent enough and that it works.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5761d8c6ce..3c6c3a6983 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end for copying conditions.
* Version 1.7.15 (unreleased)
+** Test that the Guile header files are recent enough to work.
+Before we just tested that the command line tool 'guile' was recent
+enough, which may not be sufficient if you still have an old
+libguile.h header installed.
+
** Guile bindings are now installed under $prefix by default.
Use --without-guile-site-dir to install it under $pkgdatadir/site/
where $pkgdatadir is as returned by "guile-config info pkgdatadir".