summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-10-22 16:53:43 +0200
committerLudovic Courtès <ludo@gnu.org>2011-10-22 16:53:43 +0200
commit2be3feb17e5456bba71749e0e97adf45c32c4e0e (patch)
tree44b128341d6b7fd47e68bfc9d0244bcea6af9c9f
parent36722c6384282bb582e4ba1c828a7e3c5dddb962 (diff)
downloadguile-2.0.3.tar.gz
Update `NEWS'.v2.0.3
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 36820de8c..cb0dafc54 100644
--- a/NEWS
+++ b/NEWS
@@ -101,6 +101,8 @@ See the git log (or the ChangeLog) for more details on these bugs.
** Fix compilation of untyped arrays of rank not 1.
** Fix unparse-tree-il of <dynset>.
** Fix reading of #||||#.
+** Fix segfault in GOOPS when class fields are redefined.
+** Prefer poll(2) over select(2) to allow file descriptors above FD_SETSIZE.
Changes in 2.0.2 (since 2.0.1):