diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -6,6 +6,30 @@ 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 <https://bugs.gnu.org/36350>. + +** 'strftime' and 'strptime' honor the current locale encoding + +Until now these procedures would wrongfully assume that the locale +encoding is always UTF-8. See <https://bugs.gnu.org/35920>. + +** 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): * Notable improvements |