guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/02: Update NEWS.


From: Ludovic Courtès
Subject: [Guile-commits] 02/02: Update NEWS.
Date: Mon, 15 Jun 2020 04:09:43 -0400 (EDT)

civodul pushed a commit to branch master
in repository guile.

commit 2e2e13c40a38a399daf6466f95c8975600ab5ded
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 15 10:08:57 2020 +0200

    Update NEWS.
    
    * NEWS: Update.
---
 NEWS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/NEWS b/NEWS
index ae2a1d7..6a86482 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?
+   (<https://bugs.gnu.org/40486>)
+
+** (web http) parser recognizes the CONNECT and PATCH methods
+
+** Initial revealed count of file ports is now zero
+   (<https://bugs.gnu.org/41204>)
+
 * New deprecations
 
 ** Old bitvector interfaces deprecated



reply via email to

[Prev in Thread] Current Thread [Next in Thread]