From: Ludovic Courtès Date: Sun, 30 Jun 2019 20:00:20 +0000 (+0200) Subject: Update NEWS. X-Git-Tag: upstream/2.2.6~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f522e11cad1e83fe5c525f2b4fcdc1d925d6b39;p=platform%2Fupstream%2Fguile.git Update NEWS. * NEWS: Update. --- diff --git a/NEWS b/NEWS index aa41d4ffa..409d37f66 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,30 @@ See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. + +Changes in 2.2.6 (since 2.2.5) + +* Bug fixes + +** Fix regression introduced in 2.2.5 that would break HTTP servers + +Guile 2.2.5 introduced a bug that would break the built-in HTTP server +provided by the (web server) module. Specifically, HTTP servers would +hang while reading requests. See . + +** 'strftime' and 'strptime' honor the current locale encoding + +Until now these procedures would wrongfully assume that the locale +encoding is always UTF-8. See . + +** Re-export 'current-load-port' + +This procedure was erroneously removed in the 2.2 series but was still +documented. + +** Minor documentation mistakes were fixed + + Changes in 2.2.5 (since 2.2.4):