diff --git a/GUILE-VERSION b/GUILE-VERSION index 1d86d7c26..790c0de5b 100644 --- a/GUILE-VERSION +++ b/GUILE-VERSION @@ -1,5 +1,5 @@ GUILE_MAJOR_VERSION=1 -GUILE_MINOR_VERSION=3.2 +GUILE_MINOR_VERSION=3.3 GUILE_VERSION=$GUILE_MAJOR_VERSION.$GUILE_MINOR_VERSION # For automake. diff --git a/NEWS b/NEWS index e4aff8be7..fc6520d34 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. + +Changes since Guile 1.3.2: + Changes since Guile 1.3: diff --git a/README b/README index fbfe33ae4..86b62e5d5 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is release 1.3.2 of Guile, Project GNU's extension language +This is release 1.3.3 of Guile, Project GNU's extension language library. Guile is an interpreter for Scheme, packaged as a library that you can link into your applications to give them their own scripting language. Guile will eventually support other languages as diff --git a/THANKS b/THANKS index f972449fd..42e8d7bc2 100644 --- a/THANKS +++ b/THANKS @@ -1,30 +1,5 @@ The Guile core distribution: -Mikael Djurfeldt contributed core support for GOOPS, a CLOS-like object - system for Guile, a generalized set! syntax, and a new random number - generator. -Greg Badros contributes patches to use the new SMOB interface. -Gary Houston contributed a more efficient and portable implementation of - I/O ports, and hacked on (ice-9 expect). -Michael Livshin implemented Dybvig's Guardians. -Roland Orre contributed list and vector sorting functions. -Russ McManus contributed a command-line argument parser (ice-9 getopt-long). -Ken Raeburn contributed patches to make Guile use `const' in some - appropriate places. -Greg Harvey made sure I didn't lose any patches, and made readline - highlight matching parenthesis. - Bug reports and fixes from: -Greg Badros, Etienne Bernard, John Bley, Brad Bowman, Frank Cieslok, -Karl Eichwalder, Mark Elbrecht, Jay Glascoe, Ian Grant, Eric Hanchrow, -Greg Harvey, Dirk Herrmann, Johannes Hjorth, Charbel Jacquin, David -Kaelbling, Lorentey Karoly, Valdis Kletnieks, Brad Knotwell, Michael -Livshin, David Lutterkort, Christian Lynbech, Russ McManus, Eric -Moore, Nicolas Neuss, Thien-Thi Nguyen, James Dean Palmer, Richard -Polton, Ken Raeburn, Mikael Ståldal, Telford Tendys, Jon Trowbridge, -Bernard Urban, Sebastien Villemot, and Jim Wilson - Also, thanks to: -- Craig Brozefsky, for his work on the Guile mailing list web archives -- Pat Eyler, for his continuing work on the Guile web pages