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