From 2be3feb17e5456bba71749e0e97adf45c32c4e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 22 Oct 2011 16:53:43 +0200 Subject: [PATCH] Update `NEWS'. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) 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 . ** 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):