diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 10 |
2 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,12 @@ Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com> + * 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. @@ -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 |