1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 17:00:23 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1999-09-18 22:19:39 +00:00
parent 0ade87701e
commit 293b302524
3 changed files with 17 additions and 27 deletions

View file

@ -1,5 +1,5 @@
GUILE_MAJOR_VERSION=1 GUILE_MAJOR_VERSION=1
GUILE_MINOR_VERSION=3.3 GUILE_MINOR_VERSION=3.4
GUILE_VERSION=$GUILE_MAJOR_VERSION.$GUILE_MINOR_VERSION GUILE_VERSION=$GUILE_MAJOR_VERSION.$GUILE_MINOR_VERSION
# For automake. # For automake.

2
README
View file

@ -1,4 +1,4 @@
This is release 1.3.3 of Guile, Project GNU's extension language This is release 1.3.4 of Guile, Project GNU's extension language
library. Guile is an interpreter for Scheme, packaged as a library library. Guile is an interpreter for Scheme, packaged as a library
that you can link into your applications to give them their own that you can link into your applications to give them their own
scripting language. Guile will eventually support other languages as scripting language. Guile will eventually support other languages as

40
THANKS
View file

@ -1,32 +1,22 @@
The Guile core distribution: The Guile core distribution:
I (Jim Blandy) made the Guile 1.3.2 release in a bit of a rush, and I (Jim Blandy) made the Guile 1.3.2 release in a bit of a rush, and
then skipped town for a week. Mikael Djurfeldt did a fantastic job of then skipped town for a week. There were some problems, but Mikael
fixing my mistakes and putting together a new release file. I'm very Djurfeldt did a fantastic job of fixing my mistakes and putting
grateful to Mikael for this; Guile is very lucky to have him. together a new release file. I'm very grateful to Mikael for this;
Guile is very lucky to have him.
Bug reports and fixes from: Bug reports and fixes from:
Greg Badros Greg Badros Keisuke Nishida
Robert Bihlmeyer Robert Bihlmeyer Ken Raeburn
Rodney Brown Rodney Brown Jorgen Schaefer
Ian Grant Ian Grant Bill Schottstaedt
Dirk Herrmann Dirk Herrmann Ceri Storey
Anders Holst Anders Holst Suzuki Toshiya
Karoly Lorentey Karoly Lorentey Tom Tromey
Han-Wen Nienhuys Han-Wen Nienhuys Bernard Urban
Jan Nieuwenhuizen Jan Nieuwenhuizen
Keisuke Nishida
Ken Raeburn
Jorgen Schaefer
Bill Schottstaedt
Ceri Storey
Tom Tromey
Bernard Urban
Suzuki Toshiya (sort under Suzuki, not Toshiya) Also, thanks to Tom Tromey for helping us sort out some weird automake
behavior.
Also, thanks to Tom Tromey for helping Mikael Djurfeldt and me sort
out some weird automake behavior.