This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=972fb41f0ce124d97f5cf64bde1075510cd21e18 The branch, stable-2.0 has been updated via 972fb41f0ce124d97f5cf64bde1075510cd21e18 (commit) via d4d11cf39de5b30a136f89f1ebc32673e981c70f (commit) from 0c1f2b0e0d3940fc0d4f3a902d9c487db15f14d5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 972fb41f0ce124d97f5cf64bde1075510cd21e18 Author: Ludovic Courtès <l...@gnu.org> Date: Thu Mar 20 21:21:21 2014 +0100 Bump version number for 2.0.11. * GUILE-VERSION (GUILE_MICRO_VERSION): Increment. (LIBGUILE_INTERFACE_REVISION): Increment. commit d4d11cf39de5b30a136f89f1ebc32673e981c70f Author: Ludovic Courtès <l...@gnu.org> Date: Thu Mar 20 21:20:59 2014 +0100 Update NEWS. ----------------------------------------------------------------------- Summary of changes: GUILE-VERSION | 4 ++-- NEWS | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/GUILE-VERSION b/GUILE-VERSION index 00cf573..943f62c 100644 --- a/GUILE-VERSION +++ b/GUILE-VERSION @@ -3,7 +3,7 @@ # Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'. GUILE_MAJOR_VERSION=2 GUILE_MINOR_VERSION=0 -GUILE_MICRO_VERSION=10 +GUILE_MICRO_VERSION=11 GUILE_EFFECTIVE_VERSION=2.0 @@ -19,6 +19,6 @@ GUILE_EFFECTIVE_VERSION=2.0 # change these. LIBGUILE_INTERFACE_CURRENT=29 -LIBGUILE_INTERFACE_REVISION=1 +LIBGUILE_INTERFACE_REVISION=2 LIBGUILE_INTERFACE_AGE=7 LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}" diff --git a/NEWS b/NEWS index 5cfba1c..0292dcd 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,14 @@ See the end for copying conditions. Please send Guile bug reports to bug-gu...@gnu.org. +Changes in 2.0.11 (since 2.0.10): + +This release fixes an embarrassing regression introduced in the C +interface to SRFI-4 vectors. See +<https://lists.gnu.org/archive/html/guile-devel/2014-03/msg00047.html> +for details. + + Changes in 2.0.10 (since 2.0.9): * Notable changes hooks/post-receive -- GNU Guile