diff options
| -rw-r--r-- | AUTHORS | 6 | ||||
| -rw-r--r-- | NEWS | 9 | ||||
| -rw-r--r-- | doc/geiser.texi | 2 | ||||
| -rw-r--r-- | doc/macros.texi | 2 | 
4 files changed, 17 insertions, 2 deletions
| @@ -24,5 +24,11 @@ Chunyang Xu  Fice T  Syohei Yoshida  Mario Domenech +Chaos Eternal +Peter Wang +John Whitbeck +Ziyi Yan +George D. Plymale II +Jordan Brown  See also <https://github.com/jaor/geiser/contributors>. @@ -1,3 +1,12 @@ +* Version 0.10 (March 2018) + +  - Better support for Guile 2.2 ( +  - Better support for Chicken (Dan Leslie, John Whitbeck) +  - Better support for Chez (Chaos Eternal) +  - Bug fixes (Peter Wang, Diog F. S. Ramos, Mario Rodas, Jordan Brown) +  - Documentation fixes (Jonas Bernoulli, Andrew Sackville-West, Ziyi +    Yan, James C. De Ricco, George D. Plymale II) +  * Version 0.9 (Oct 2016)    - Chicken: improvements by Dan Leslie. diff --git a/doc/geiser.texi b/doc/geiser.texi index b609d91..8fc8f24 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -9,7 +9,7 @@  @copying  This manual documents Geiser, an Emacs environment to hack in Scheme. -Copyright @copyright{} 2010, 2011, 2012, 2013, 2014, 2015, 2016  Jose Antonio Ortega Ruiz +Copyright @copyright{} 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018  Jose Antonio Ortega Ruiz  @quotation  Permission is granted to copy, distribute and/or modify this document diff --git a/doc/macros.texi b/doc/macros.texi index 790ce21..d43e442 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,6 +1,6 @@  @set VERSION 0.10  @set VERSION_NICK -@set RELEASE_DATE February 2017 +@set RELEASE_DATE March 2018  @set GUILE_VERSION 2.2.0  @set RACKET_VERSION 6.0  @set CHICKEN_VERSION 4.8.0 | 
