From 832b09eda7daba54d09e699e6a6e06fdd807ecd9 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 12 Jun 1997 02:59:54 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 7 +++++++ NEWS | 10 ++++++++++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index b8b6da5ec..d8caa6343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ Wed Jun 11 00:34:01 1997 Jim Blandy + * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g. + + * configure.in: By default, include functions in Guile to allow + linking with dynamic libraries at run-time. In other words, + --enable-dynamic-linking is now the default. + * configure: Rebuilt. + * configure.in: Remove space between AC_CHECK_LIB and opening paren in check for Rx. * configure: Regenerated. diff --git a/NEWS b/NEWS index f7a17d30f..78c3ebad9 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,16 @@ Changes in Guile 1.2: * Changes to the distribution +** Nightly snapshots are now available from ftp.red-bean.com. +The old server, ftp.cyclic.com, has been relinquished to its rightful +owner. + +Nightly snapshots of the Guile development sources are now available via +anonymous FTP from ftp.red-bean.com, as /pub/guile/guile-snap.tar.gz. + +Via the web, that's: ftp://ftp.red-bean.com/pub/guile/guile-snap.tar.gz +For getit, that's: ftp.red-bean.com:/pub/guile/guile-snap.tar.gz + * Changes to the procedure for linking libguile with your programs ** Like Guile 1.1, Guile 1.2 will now use the Rx regular expression