Hello!
I will have a look at all the pending patches tomorrow and then probably tomorrow evening I will roll the releases.
I have some small patches too. I've already posted this one, but it got lost for some reason: [PATCH] build: really fix macro checking for version of libreadline. This helps to detect (and reject) non-GNU versions of libreadline, so that build on Mac OS X won't fail. --- acinclude.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 64f4ec3..9fe93f6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -26,7 +26,7 @@ int main() return 0; }], [ dnl Some non-GNU readline implementations have non-numeric rl_library_version -ginac_cv_rlversion=`sed -e 's/[^0-9.]//g' 'conftest.out'`], [ ginac_cv_rlversion='unknown'], [ ginac_cv_rlversion='4.2'])]) +ginac_cv_rlversion=`sed -e 's/[[^0-9.]]//g' 'conftest.out'`], [ ginac_cv_rlversion='unknown'], [ ginac_cv_rlversion='4.2'])]) if test -z "$ginac_cv_rlversion"; then GINAC_WARNING([Unsupported version of libreadline.]) ginac_cv_rlversion='unknown' -- 1.5.3.2 Best regards, Alexei -- All science is either physics or stamp collecting.