summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-07-05 22:19:30 +0200
committerLudovic Courtès <ludo@gnu.org>2009-07-05 23:46:36 +0200
commit5374ec9c281c2e77c283f60afd55e47d86e3b898 (patch)
treea9962ac70d142b79104f83d5df944804f8b514c9
parent9120012f74a798064dd296d99afdc02608e305e5 (diff)
downloadguile-5374ec9c281c2e77c283f60afd55e47d86e3b898.tar.gz
Update `NEWS'.
* NEWS: Update.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a33c490ce..36d36cbd5 100644
--- a/NEWS
+++ b/NEWS
@@ -557,6 +557,7 @@ Changes in 1.8.7 (since 1.8.6)
** Fix build problem when scm_t_timespec is different from struct timespec
** Fix build when compiled with -Wundef -Werror
** More build fixes for `alphaev56-dec-osf5.1b' (Tru64)
+** Build fixes for `powerpc-ibm-aix5.3.0.0' (AIX 5.3)
** With GCC, always compile with `-mieee' on `alpha*' and `sh*'
** Better diagnose broken `(strftime "%z" ...)' in `time.test' (bug #24130)
** Fix parsing of SRFI-88/postfix keywords longer than 128 characters