X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=a984c1b91619ce23addf400a074c83264d504a23;hb=f4820c2cd6eb6af8f21312e2e2ca19af42de4be6;hp=a30ad702bef6429fad6917e891b4ea3e3b373a36;hpb=26bbfd93d01cefc0bbf97727379bdbdace8bf609;p=sbcl.git diff --git a/NEWS b/NEWS index a30ad70..a984c1b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ ;;;; -*- coding: utf-8; -*- -changes in sbcl-0.9.18 (1.0.beta?) relative to sbcl-0.9.16: +changes in sbcl-0.9.18 (1.0.beta?) relative to sbcl-0.9.17: + * enhancement: SB-POSIX now supports cfsetispeed(3), cfsetospeed(3), + cfgetispeed(3), cfgetospeed(3), and related constants. (thanks to + Max-Gerd Retzlaff) * bug fix: two potential GC deadlocks affecting threaded builds. * bug fix: (TYPEP #\A '(NOT (MEMBER #\" #\{ #\:))) now correctly returns T (reported by Anton Kazennikov)