diff --git a/NEWS b/NEWS index ae2a1d73e..6a86482c7 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,11 @@ the first Scheme compiler. Because the baseline compiler runs faster and includes less code than the CPS compiler, Guile takes less time to build. +** New 'pipeline' procedure in (ice-9 popen) + +The 'pipeline' procedure provides a simple way to spawn command pipeline +as one would do in a shell. + ** Refreshed bitvector facility See "Bit Vectors" in the manual, for more on all of these. @@ -80,6 +85,21 @@ This replaces bit-invert!. These replace the wonky "bit-set*!" procedure. +* Bug fixes + +** statprof reports the names of primitives + +Previously statprof would show strings like "anon #x1234" for primitives +written in C. + +** 'http-get', 'http-post', etc. now honor #:verify-certificates? + () + +** (web http) parser recognizes the CONNECT and PATCH methods + +** Initial revealed count of file ports is now zero + () + * New deprecations ** Old bitvector interfaces deprecated