From d23e836753472c33a5339446160dc3891ac0c2bd Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 15 Sep 2012 17:50:42 +0200 Subject: News and version tags for 0.2.1 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- doc/macros.texi | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e31e6ab..68ac481 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +* Version 0.2.1 (Sep 15, 2012) + +Bug fixes: + + - Racket: correctly reloading modules that contain submodules (this + one was breaking for instance code based on plai-typed). + +New features: + + - Racket: autodoc now displays argument names for constructors + defined by define-type (from either plai or plai-type). + - Racket: the included geiser-racket.sh script takes a new switch, + -n, to specify the network interface to listen to. + * Version 0.2 (Sep 3, 2012) New features: diff --git a/configure.ac b/configure.ac index ba54c95..6b7639c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([Geiser],[0.2],[geiser-users@nongnu.org],geiser) +AC_INIT([Geiser],[0.2.1],[geiser-users@nongnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE diff --git a/doc/macros.texi b/doc/macros.texi index f47afbf..a7d965d 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -1,4 +1,4 @@ -@set VERSION 0.2 +@set VERSION 0.2.1 @set GUILE_VERSION 2.0 @set RACKET_VERSION 5.3 @set EMACS_VERSION 23.2 -- cgit v1.2.3