Hi Ludovic, I've finished my updates to the NEWS file in preparation for the 2.2.5 release. Feel free to reorganize, edit, or expand on the NEWS entries as you think best. I believe that all of the relevant changes are listed, anyway.
Note that GUILE-VERSION still needs to be updated. See below for the changes that I believe should be made to it. If it all looks okay to you, feel free to run distcheck and upload the release. Thanks, Mark --8<---------------cut here---------------start------------->8--- diff --git a/GUILE-VERSION b/GUILE-VERSION index 32c124c84..bd2525775 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=2 -GUILE_MICRO_VERSION=4 +GUILE_MICRO_VERSION=5 GUILE_EFFECTIVE_VERSION=2.2 @@ -16,7 +16,7 @@ GUILE_EFFECTIVE_VERSION=2.2 # See libtool info pages for more information on how and when to # change these. -LIBGUILE_INTERFACE_CURRENT=4 -LIBGUILE_INTERFACE_REVISION=1 -LIBGUILE_INTERFACE_AGE=3 +LIBGUILE_INTERFACE_CURRENT=5 +LIBGUILE_INTERFACE_REVISION=0 +LIBGUILE_INTERFACE_AGE=4 LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}" --8<---------------cut here---------------end--------------->8---