diff --git a/NEWS b/NEWS index a50f86abb..c9d81e157 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,15 @@ Please send Guile bug reports to bug-guile@gnu.org. Guile 1.4.1 NOT YET RELEASED Changes since Guile 1.4: +* installation fix: (ice-9 and-let*) has been renamed to (ice-9 and-let-star) + +This has been done to prevent problems on lesser operating systems +that can't tolerate `*'s in file names. The exported macro continues +to be named `and-let*', of course. + +On systems that support it, there is also a compatibility module named +(ice-9 and-let*). It will go away in a future release. + * bugfix: net_db.c `inet_aton' declaration now properly conditionalized This buglet typically caused compilation to fail at