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

Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2007-07-15 13:49:11 +00:00
parent 31fa00c058
commit cf78a54844
3 changed files with 27 additions and 5 deletions

View file

@ -1,5 +1,12 @@
2007-07-15 Ludovic Courtès <ludo@gnu.org> 2007-07-15 Ludovic Courtès <ludo@gnu.org>
Guile 1.8.2 released.
* THANKS: Added people who reported bugs or sent patches since
1.8.1. Converted to UTF-8.
* README: Updated version number.
* GUILE-VERSION (GUILE_MICRO_VERSION): Set to 2. * GUILE-VERSION (GUILE_MICRO_VERSION): Set to 2.
(LIBGUILE_INTERFACE_CURRENT): Incremented due to new symbols. (LIBGUILE_INTERFACE_CURRENT): Incremented due to new symbols.
(LIBGUILE_INTERFACE_REVISION): Set to 0. (LIBGUILE_INTERFACE_REVISION): Set to 0.

2
README
View file

@ -1,4 +1,4 @@
This is version 1.8.1 of Guile, Project GNU's extension language This is version 1.8.2 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

23
THANKS
View file

@ -1,6 +1,7 @@
Contributors since the last release: Contributors since the last release:
Rob Browning Rob Browning
Ludovic Courtès
Stefan Jahn Stefan Jahn
Neil Jerram Neil Jerram
Antoine Mathys Antoine Mathys
@ -24,11 +25,11 @@ For fixes or providing information which led to a fix:
Adrian Bunk Adrian Bunk
Michael Carmack Michael Carmack
Stephen Compall Stephen Compall
Ludovic Courtès
Brian Crowder Brian Crowder
Christopher Cramer Christopher Cramer
Hyper Division Hyper Division
Alexandre Duret-Lutz Alexandre Duret-Lutz
Nils Durner
John W Eaton John W Eaton
Clinton Ebadi Clinton Ebadi
Charles Gagnon Charles Gagnon
@ -36,9 +37,11 @@ For fixes or providing information which led to a fix:
Eric Gillespie, Jr Eric Gillespie, Jr
John Goerzen John Goerzen
Mike Gran Mike Gran
Szavai Gyula
Sven Hartrumpf Sven Hartrumpf
Eric Hanchrow Eric Hanchrow
Sam Hocevar Sam Hocevar
Ales Hvezda
Peter Ivanyi Peter Ivanyi
Wolfgang Jaehrling Wolfgang Jaehrling
Aubrey Jaffer Aubrey Jaffer
@ -46,11 +49,14 @@ For fixes or providing information which led to a fix:
Steve Juranich Steve Juranich
Richard Kim Richard Kim
Bruce Korb Bruce Korb
Matthias Köppe Matthias Köppe
Matt Kraai Matt Kraai
Jeff Long Jeff Long
Marco Maggi
Dan McMahill
Han-Wen Nienhuys Han-Wen Nienhuys
Jan Nieuwenhuizen Jan Nieuwenhuizen
Hrvoje Nikšić
Stefan Nordhausen Stefan Nordhausen
Roland Orre Roland Orre
Pieter Pareit Pieter Pareit
@ -60,20 +66,29 @@ For fixes or providing information which led to a fix:
David Pirotte David Pirotte
Ken Raeburn Ken Raeburn
Andreas Rottmann Andreas Rottmann
Kevin Ryde Hugh Sasse
Werner Scheinast Werner Scheinast
Bill Schottstaedt Bill Schottstaedt
Scott Shedden
Alex Shinn Alex Shinn
Daniel Skarda Daniel Skarda
Cesar Strauss
Richard Todd Richard Todd
Issac Trotts Issac Trotts
Greg Troxel Greg Troxel
Aaron M. Ucko
Momchil Velikov Momchil Velikov
Panagiotis Vossos Panagiotis Vossos
Neil W. Van Dyke Neil W. Van Dyke
Aaron VanDevender Aaron VanDevender
Andreas Vögele Andreas Vögele
Michael Talbot-Wilson Michael Talbot-Wilson
Michael Tuexen Michael Tuexen
Jon Wilson
Andy Wingo Andy Wingo
Keith Wright Keith Wright
;; Local Variables:
;; coding: utf-8
;; End: