[Racket announcement] Racket v6.10.1

From: Vincent St-Amour (stamourv at eecs.northwestern.edu)
Date: Tue Sep 12 17:43:29 EDT 2017

Racket version 6.10.1 is now available from

    http://racket-lang.org/

Version 6.10.1 patches the recent v6.10 release in three small ways:

 * On Linux, corrects a mishandling of file-stream ports that can block
   on input or output (such as pipes between processes), where closing
   a blocked port may cause a port that's opened later to be
   incorrectly reported as blocked.

 * On Windows, corrects a crash in the handling of symbolic links.

 * On all platforms, corrects the peer-side results from
   `tcp-addresses`.

Feedback Welcome

Posted on the announce mailing list.