1.0.37.45: Remove bogus test (:CONDITION-VARIABLE :WAIT-MULTIPLE).
* The test was introduced in 1.0.26.4 to test against closely
running waiters to cause spurious wakeups to each other.
However, as has been shown in the thread "lost wakeup in
condition-wait / condition-notify", feb 2010 on sbcl-devel, that
optimization resulted in a possible lost wakeup case.
1.0.37.34 contained a fix against that lost wakeup case but
introduced back the pessimal behaviour of waiters interfering with
each other.
So the test was rendered bogus.
* While I'm at it, also update NEWS to tag an entry with its LP#.